Skip to content

Commit ca3209a

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs-pr#542969
I clarified the meaning of “dedicated compute” in the App Service plan documentation by adding a note explaining that compute resources are dedicated to the customer’s plan (not shared with other customers), while apps within the same plan share those resources. This addresses customer confusion around the terminology.
1 parent 01bc9cc commit ca3209a

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,13 @@ Except for the Free tier, an App Service plan carries a charge on the compute re
7070

7171
- **Shared tier**: Each app receives a quota of CPU minutes, so *each app* is charged for the CPU quota.
7272
- **Dedicated compute tiers (Basic, Standard, Premium, PremiumV2, PremiumV3, PremiumV4)**: The App Service plan defines the number of VM instances that the apps are scaled to, so *each VM instance* in the App Service plan is charged. These VM instances are charged the same, regardless of how many apps are running on them. To avoid unexpected charges, see [Delete an App Service plan](app-service-plan-manage.md#delete-an-app-service-plan).
73+
74+
> [!NOTE]
75+
> In dedicated compute tiers, the VM resources are **dedicated to your App Service plan and are not shared with other customers**.
76+
> However, **any apps you place inside the same App Service plan share those dedicated resources with each other**.
77+
> This means compute is dedicated at the **plan level**, not the **per-app level**.
78+
> To isolate compute per app, create a separate App Service plan.
79+
7380
- **IsolatedV2 tier**: The App Service Environment defines the number of isolated workers that run your apps, and *each worker* is charged.
7481

7582
You aren't charged for using the App Service features that are available to you. These features include configuring custom domains, TLS/SSL certificates, deployment slots, and backups. The exceptions are:

0 commit comments

Comments
 (0)