App Services - Scale up - Previus Strategy

Luis Guevara 60 Reputation points
2023-02-16T19:45:26.24+00:00

I have a Azure App Service but sometime this down, then I want to scale up.

What strategy previous to change service plan should do?

Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,939 questions
0 comments No comments
{count} votes

Accepted answer
  1. SnehaAgrawal-MSFT 21,846 Reputation points
    2023-02-23T08:23:35.3266667+00:00

    PhilG To elaborate this you can scale up an app in Azure App Service by increasing the resources such as CPU, memory, disk space, and extra features.

    If your app depends on other services, such as Azure SQL Database or Azure Storage, you can scale up these resources separately.

    For detailed information, such as VM sizes for each pricing tier, see App Service Pricing Details. For a table of service limits, quotas, and constraints, and supported features in each tier, see App Service limits.

    App Service Pricing Details.

    You can also scale down to a lower tier, which saves you money. If your app is in the same App Service plan with other apps, you may want to improve the app's performance by isolating the compute resources. You can do it by moving the app into a separate App Service plan.

    For more information, see Move an app to another App Service plan.

    You can find more information about scaling up an app in Azure App Service in the following link:

    Let us know if further query or issue remains.

    Please accept as "Yes" if the answer provided is useful , so that you can help others in the community looking for remediation for similar issues.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Luke Murray 11,091 Reputation points MVP
    2023-02-17T19:55:23.8366667+00:00

    As mentioned, you can scale up your App Service or scale out, depending on the traffic.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.