Skip to content

Commit 6c16fad

Browse files
authored
restore table
1 parent f20a7c3 commit 6c16fad

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

articles/app-service/overview-hosting-plans.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how App Service plans work in Azure App Service, how they're
44
keywords: app service, azure app service, scale, scalable, scalability, app service plan, app service cost
55
ms.assetid: dea3f41e-cf35-481b-a6bc-33d7fc9d01b1
66
ms.topic: overview
7-
ms.date: 03/28/2025
7+
ms.date: 07/02/2025
88
ms.update-cycle: 1095-days
99
ms.author: msangapu
1010
author: msangapu-msft
@@ -123,7 +123,19 @@ However, keep in mind that apps in the same App Service plan all share the same
123123

124124
Isolate your app in a new App Service plan when:
125125

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 |
127139
- You want to scale the app independently from the other apps in the existing plan.
128140
- 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.
129141

0 commit comments

Comments
 (0)