You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/app-service/overview-hosting-plans.md
+14-2Lines changed: 14 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Learn how App Service plans work in Azure App Service, how they're
4
4
keywords: app service, azure app service, scale, scalable, scalability, app service plan, app service cost
5
5
ms.assetid: dea3f41e-cf35-481b-a6bc-33d7fc9d01b1
6
6
ms.topic: overview
7
-
ms.date: 03/28/2025
7
+
ms.date: 07/02/2025
8
8
ms.update-cycle: 1095-days
9
9
ms.author: msangapu
10
10
author: msangapu-msft
@@ -123,7 +123,19 @@ However, keep in mind that apps in the same App Service plan all share the same
123
123
124
124
Isolate your app in a new App Service plan when:
125
125
126
-
- The app is resource intensive.
126
+
- The app is resource intensive. For general guidance, use this table:
127
+
128
+
| App Service plan | Maximum apps |
129
+
|--|--|
130
+
| B1, S1, P1v2, I1v1 | 8 |
131
+
| B2, S2, P2v2, I2v1 | 16 |
132
+
| B3, S3, P3v2, I3v1 | 32 |
133
+
| P0v3 | 8 |
134
+
| P1v3, I1v2 | 16 |
135
+
| P2v3, I2v2, P1mv3 | 32 |
136
+
| P3v3, I3v2, P2mv3 | 64 |
137
+
| I4v2, I5v2, I6v2 | Maximum density bound by vCPU usage |
138
+
| P3mv3, P4mv3, P5mv3 | Maximum density bound by vCPU usage |
127
139
- You want to scale the app independently from the other apps in the existing plan.
128
140
- The app needs resources in a different geographical region. This way, you can allocate a new set of resources for your app and gain greater control of your apps.
0 commit comments