question

PitawatN-1924 avatar image
0 Votes"
PitawatN-1924 asked SnehaAgrawal-MSFT commented

Does stopping App Service sites free up resource in App Service plan?

Does stopping App Service sites free up resource in App Service plan? For example I have 10 App Service sites running under a single plan and I stop some of them. Will other active sites have more CPU and memory resources (and hopefully run faster)?

Thanks.

azure-webapps
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Just checking in to see if you have chance to see below response. If this answers your query, do click “Accept Answer” and Up-Vote for the same. And, if you have any further query do let us know.

0 Votes 0 ·

1 Answer

SnehaAgrawal-MSFT avatar image
0 Votes"
SnehaAgrawal-MSFT answered

Thanks for asking question! You may already aware of that an App always runs in an App Service plan and An app service plan is the hardware/ a set of compute resources where a web app runs on. You can deploy multiple web apps in the same app service plan.

If the app is hosted in a Free or Shared plan, the limits on the resources that the app can use are defined by quotas.

If the app is hosted in a Basic, Standard, or Premium plan, the limits on the resources that they can use are set by the size (Small, Medium, Large) and instance count (1, 2, 3, and so on) of the App Service plan.

When you stop an app Service that particular site is inaccessible and you don’t use any CPU or memory.

Further you can measure CPU utilization for all apps hosted in an App Service Plan.

For more details refer to below document link:

https://docs.microsoft.com/en-us/azure/app-service/overview-hosting-plans

https://azure.github.io/AppService/2019/05/21/App-Service-Plan-Density-Check.html

Please let us know if you have further query or issue remains.


5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.