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
@@ -32,7 +32,7 @@ The pricing tier of an App Service plan determines what App Service features you
32
32
| Category | Tiers | Description |
33
33
|:-|:-|:-|
34
34
| Shared compute | Free, Shared | Free and Shared, the two base tiers, run an app on the same Azure VM as other App Service apps, including apps of other customers. These tiers allocate CPU quotas to each app that runs on the shared resources. The resources can't scale out. These tiers are intended for only development and testing purposes. |
35
-
| Dedicated compute | Basic, Standard, Premium, PremiumV2, PremiumV3| The Basic, Standard, Premium, PremiumV2, and PremiumV3 tiers run apps on dedicated Azure VMs. Only apps in the same App Service plan share the same compute resources. The higher the tier, the more VM instances that are available to you for scale-out. |
35
+
| Dedicated compute | Basic, Standard, Premium, PremiumV2, PremiumV3, PremiumV4 | The Basic, Standard, Premium, PremiumV2, PremiumV3, and PremiumV4 tiers run apps on dedicated Azure VMs. Only apps in the same App Service plan share the same compute resources. The higher the tier, the more VM instances that are available to you for scale-out. |
36
36
| Isolated | IsolatedV2 | The IsolatedV2 tier runs dedicated Azure VMs on dedicated Azure virtual networks. This tier provides network isolation on top of compute isolation to your apps. It provides the maximum scale-out capabilities. |
37
37
38
38
Each tier also provides a specific subset of App Service features. These features include custom domains and TLS/SSL certificates, autoscaling, deployment slots, backups, Azure Traffic Manager integration, and more. The higher the tier, the more features that are available. To find out which features are supported in each pricing tier, see the [App Service plan details](https://azure.microsoft.com/pricing/details/app-service/windows/#pricing).
@@ -41,29 +41,11 @@ You can find more comparisons of plans in [App Service limits](../azure-resource
41
41
42
42
<aname="new-pricing-tier-premiumv3"></a>
43
43
44
-
### PremiumV3 pricing tier
44
+
### Pricing tiers
45
45
46
-
The PremiumV3 pricing tier provides machines with faster processors (minimum 195 [Azure Compute Units](/azure/virtual-machines/acu) per virtual CPU), SSD storage, memory-optimized options, and quadruple memory-to-core ratio compared to the Standard tier.
46
+
For pricing information, see [App Service pricing](https://azure.microsoft.com/pricing/details/app-service/).
47
47
48
-
PremiumV3 also supports higher scale by using increased instance count, while it still provides the advanced capabilities in the Standard tier. PremiumV3 includes all features available in the PremiumV2 tier.
49
-
50
-
Multiple VM sizes are available for this tier, including 4-to-1 and 8-to-1 memory-to-core ratios:
51
-
52
-
| App Service plan | Cores (vCPU) | Memory (GiB) |
53
-
|:-|:-|:-|
54
-
| P0v3 | 1 | 4 |
55
-
| P1v3 | 2 | 8 |
56
-
| P1mv3 | 2 | 16 |
57
-
| P2v3 | 4 | 16 |
58
-
| P2mv3 | 4 | 32 |
59
-
| P3v3 | 8 | 32 |
60
-
| P3mv3 | 8 | 64 |
61
-
| P4mv3 | 16 | 128 |
62
-
| P5mv3 | 32 | 256 |
63
-
64
-
For PremiumV3 pricing information, see [App Service pricing](https://azure.microsoft.com/pricing/details/app-service/).
65
-
66
-
To get started with the PremiumV3 pricing tier, see [Configure PremiumV3 tier for Azure App Service](app-service-configure-premium-tier.md).
48
+
To get started with a Premium tier, see [Configure PremiumV4 tier for Azure App Service](app-service-configure-premium-v4-tier.md) or [Configure PremiumV3 tier for Azure App Service](app-service-configure-premium-v3-tier.md).
67
49
68
50
## Considerations for running and scaling an app
69
51
@@ -88,7 +70,7 @@ This section describes how App Service apps are billed. For detailed, region-spe
88
70
Except for the Free tier, an App Service plan carries a charge on the compute resources that it uses:
89
71
90
72
-**Shared tier**: Each app receives a quota of CPU minutes, so *each app* is charged for the CPU quota.
91
-
-**Dedicated compute tiers (Basic, Standard, Premium, PremiumV2, PremiumV3)**: 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
+
-**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).
92
74
-**IsolatedV2 tier**: The App Service Environment defines the number of isolated workers that run your apps, and *each worker* is charged.
93
75
94
76
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:
@@ -129,12 +111,12 @@ Isolate your app in a new App Service plan when:
129
111
| B1, S1, P1v2, I1v1 | 8 |
130
112
| B2, S2, P2v2, I2v1 | 16 |
131
113
| B3, S3, P3v2, I3v1 | 32 |
132
-
| P0v3 | 8 |
133
-
| P1v3, I1v2 | 16 |
134
-
| P2v3, I2v2, P1mv3 | 32 |
135
-
| P3v3, I3v2, P2mv3 | 64 |
114
+
| P0v3, P0v4| 8 |
115
+
| P1v3, P1v4, I1v2 | 16 |
116
+
| P2v3, P2v4, I2v2, P1mv3, P1mv4| 32 |
117
+
| P3v3, P3v4, I3v2, P2mv3 | 64 |
136
118
| I4v2, I5v2, I6v2 | Maximum density bound by vCPU usage |
137
-
| P3mv3, P4mv3, P5mv3 | Maximum density bound by vCPU usage |
119
+
| P3mv3, P3mv4, P4mv3, P4mv4, P5mv3, P5mv4| Maximum density bound by vCPU usage |
138
120
- You want to scale the app independently from the other apps in the existing plan.
139
121
- 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