This is the continuation of my experience with testing the auto-scaling capabilities of the Azure App Service. The first post dealt with scaling out as load increases, and this post deals with scaling back in when load decreases. On the Scale Out blade of the App Service Plan you can see the current number of... Continue Reading →
Azure App Service: My Experience with Auto-Scale Out
I was recently testing the automatic scaling capabilities of Azure App Service plans. I had a static website and a Web API running off the same Azure App Service plan. It was a Production S1 Plan. The static website was small (less than 10MB) and the Web API exposed a single method which did some... Continue Reading →