I have a web app on Azure. Up until a couple of hours ago, it was working perfectly: i could deploy, restart, stop, restart, etc and it would work as expected.
I decided to scale up, changing from S1 Standard to S2 Standard. Now, if I restart my app after I deploy it, or stop and restart, the app seems to enter some kind of a lockdown mode and all requests are blocked with a 403.
One of the detailed error pages says "A default document is not configured for the requested URL, and directory browsing is not enabled on the server.", so I went to IIS manager and disabled default documents. The app seemed to have restarted automatically, and it started working again.
However, after restarting, all requests were denied again!
Anybody has any idea of what could be going on?