azureazure-web-app-serviceazure-app-service-plansazure-webapps

Azure WebApp autoscale


Do we have an option to create an auto-scale settings for multiple webapps attached to a single app service plan? If yes, please share on how to do this. For Ex: Day 1 - Creating WebAppA attached to appsvcplan1 and creating and attaching autoscale1 to it Based on number of requests received (It works fine). Day 2 - Creating WebAppB attached to appsvcplan1, but not sure on how to create an autoscale setting and attach to it. I have tried searching in internet, couldn't able to find a proper solution.


Solution

  • An appservice plan autoscale settings can accommodate more than one app service. This can be configured under single profile and maximum of ten rules per profile and at a time only one profile will be in use. For Ex: Appservice Plan - Compute Metric rule - 2(scale up and scale down) Appservices - No.Of Requests rule - 8 (4 appservice * 2 rules (scale up and down)) can be configured.