Skip to content

Commit ec06254

Browse files
Merge pull request #310057 from v-rakegurram-MSFT/patch-50
(AzureCXP) fixes MicrosoftDocs/azure-docs-pr#542969
2 parents 4f9ddf6 + ca3209a commit ec06254

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)