How web apps within the same App Service Plan to scale differently and independently of each other

Sarkar, A (Anindya) 0 Reputation points
2024-07-14T07:26:32.9766667+00:00

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

Azure Training
Azure Training
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Training: Instruction to develop new skills.
1,271 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. akinbade abiola 8,295 Reputation points
    2024-07-14T12:26:04.22+00:00

    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

    0 comments No comments

  2. VarunTha 5,805 Reputation points Microsoft Vendor
    2024-07-15T10:40:31.1333333+00:00

    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.