I am at a loss as to how to present a custom error page, with professional branding, for errors covering:
403 - Wep App stopped - currently get blue page wit
There are two categories of HTTP errors that can happen on Azure Web Apps:
One way to tell if an error is #1 or #2 is to turn on http logging, and see if it gets logged. Only #1 will.
For #1, you can customize errors using standard techniques. But for #2, there is currently no way for you do customize the pages returned by Azure.