Skip to content

Commit 558d252

Browse files
authored
Merge pull request #95733 from amolmehrotra/patch-1
App Service Plan density check
2 parents 4a19db1 + 2eb73f1 commit 558d252

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

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

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,17 @@ Since you pay for the computing resources your App Service plan allocates (see [
9898

9999
Isolate your app into a new App Service plan when:
100100

101-
- The app is resource-intensive.
101+
- The app is resource-intensive. The number may actually be lower depending on how resource intensive the hosted applications are, however as a general guidance, you may refer to the table below:
102+
103+
| App Service Plan SKU | Max Apps |
104+
|--|--|
105+
| B1, S1, P1v2, I1v1 | 8 |
106+
| B2, S2, P2v2, I2v1 | 16 |
107+
| B3, S3, P3v2, I3v1 | 32 |
108+
| P1v3, I1v2 | 16 |
109+
| P2v3, I2v2 | 32 |
110+
| P3v3, I3v2 | 64 |
111+
102112
- You want to scale the app independently from the other apps in the existing plan.
103113
- The app needs resource in a different geographical region.
104114

@@ -107,4 +117,4 @@ This way you can allocate a new set of resources for your app and gain greater c
107117
## Manage an App Service plan
108118

109119
> [!div class="nextstepaction"]
110-
> [Manage an App Service plan](app-service-plan-manage.md)
120+
> [Manage an App Service plan](app-service-plan-manage.md)

0 commit comments

Comments
 (0)