I've got a web site setup on azure (shared mode). I've been experimenting with lots of small little web services (nothing that has any big cpu/disk/bandwidth needs), and until now I've been just blissfully deploying to my Azure website to try things out. My most recent effort failed with ERROR_MAX_NUM_APPLICATIONS_EXCEEDED returned during my attempt to publish from VS 2012. The suggestion was to either ask the administrator to raise the limit, or delete some applications.
So, what IS the limit? (I don't remember seeing anything documented about a limit before I switched to Azure -- my old ISP certainly didn't have one...you were limited by the resources you consumed, not the actual number of applications (many of which may not even be active)).
To be honest, I have no idea how many of the different directories on my website are considered applications or not -- how do I view that? how can I delete unused ones?