Currently I have a website running on IIS V8.5 and have set up a test Web App Service on Azure, published to it, and it runs fine. Strategically I want to move many websites to Azure.
However I cannot find any documentation detailing a comparison of features between IIS and Azure's Web App - especially the 'no such feature' ones.
I have seen many SQL Server vs Azure's SQL V12 features comparisons but none for website serving - maybe I'm searching with wrong keywords?
I just don't want to come across the "It won't do what!!! But that's so important!!!" scenario down the track.
EDIT
I want to focus only on running a website using Web App Service versus running a website on an IIS whose settings I can control.
So when I run a website on my IIS (I am looking at the main panel of my website right now) and there are 3 sections AS.NET, IIS, Management, and each has a number of the usual icons. By clicking on any of them I am presented with a number of settings that I can control.
What I would like to know is which settings are not available to me when I use Web App Service.
Especially the gotchas. There's always gotchas!