Hello Sarkar, A (Anindya),
Thanks for your question.
To manage independent scaling, follow the steps here: Automatic scaling in Azure App Service
You can mark it 'Accept Answer' and 'Upvote' if this helped you
Regards,
Abiola
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
You want your web apps within the same App Service Plan to scale differently and independently of each other. (Ref : https://learn.microsoft.com/en-us/training/modules/scale-apps-app-service/2-autoscale-factors)
If my app service plan scale out it should be for all the apps residing in app service plan , How we can set rule for independent apps .
This question is related to the following Learning Module
Hello Sarkar, A (Anindya),
Thanks for your question.
To manage independent scaling, follow the steps here: Automatic scaling in Azure App Service
You can mark it 'Accept Answer' and 'Upvote' if this helped you
Regards,
Abiola
Hi Sarkar, A (Anindya),
Thank you for reaching out to Q&A forum.
Azure App Service enables independent scaling for apps within the same App Service Plan through two main options:
The App Service Environment (ASE) or the Consumption Plan for serverless scaling. ASE grants each app dedicated instances, ensuring they scale independently with isolated resources. Conversely, the Consumption Plan automatically adjusts app scaling based on individual demand, ensuring each app scales autonomously without impacting others in the same plan. This approach offers flexibility to efficiently manage resources and costs across multiple web apps within a unified Azure App Service Plan.
Referral doc link: https://learn.microsoft.com/en-us/azure/app-service/manage-automatic-scaling?tabs=azure-portal
Please don't hesitate to reach out to us if you have any further queries.
I hope the information provided has been helpful to you! If so, please accept the answer by clicking the Accept Answer / Upvote on the post. We value your feedback, and it will help to assist others who might have a similar query.