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
Copy file name to clipboardExpand all lines: articles/app-service/overview-hosting-plans.md
+18-9Lines changed: 18 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Learn how App Service plans work in Azure App Service, how they're
4
4
keywords: app service, azure app service, scale, scalable, scalability, app service plan, app service cost
5
5
ms.assetid: dea3f41e-cf35-481b-a6bc-33d7fc9d01b1
6
6
ms.topic: article
7
-
ms.date: 10/01/2020
7
+
ms.date: 04/06/2023
8
8
ms.custom: UpdateFrequency3
9
9
10
10
---
@@ -33,13 +33,19 @@ Each tier also provides a specific subset of App Service features. These feature
33
33
<aname="new-pricing-tier-premiumv3"></a>
34
34
35
35
> [!NOTE]
36
-
> The new **PremiumV3** pricing tier guarantees machines with faster processors (minimum 195 [ACU](../virtual-machines/acu.md) per virtual CPU), SSD storage, and quadruple memory-to-core ratio compared to **Standard** tier. **PremiumV3** also supports higher scale via increased instance count while still providing all the advanced capabilities found in **Standard** tier. All features available in the existing **PremiumV2** tier are included in **PremiumV3**.
36
+
> The **PremiumV3** pricing tier guarantees machines with faster processors (minimum 195 [ACU](../virtual-machines/acu.md) per virtual CPU), SSD storage, memory-optimized options and quadruple memory-to-core ratio compared to **Standard** tier. **PremiumV3** also supports higher scale via increased instance count while still providing all the advanced capabilities found in **Standard** tier. All features available in the existing **PremiumV2** tier are included in **PremiumV3**.
37
37
>
38
-
> Similar to other dedicated tiers, three VM sizes are available for this tier:
39
-
>
40
-
> - Small (2 CPU core, 8 GiB of memory)
41
-
> - Medium (4 CPU cores, 16 GiB of memory)
42
-
> - Large (8 CPU cores, 32 GiB of memory)
38
+
> Multiple VM sizes are available for this tier including 4-to-1 and 8-to-1 memory-to-core ratios:
39
+
>
40
+
> - P0v3 (1 vCPU, 4 GiB of memory)
41
+
> - P1v3 (2 vCPU, 8 GiB of memory)
42
+
> - P1mv3 (2 vCPU, 16 GiB of memory)
43
+
> - P2v3 (4 vCPU, 16 GiB of memory)
44
+
> - P2mv3 (4 vCPU, 32 GiB of memory)
45
+
> - P3v3 (8 vCPU, 32 GiB of memory)
46
+
> - P3mv3 (8 vCPU, 64 GiB of memory)
47
+
> - P4mv3 (16 vCPU, 128 GiB of memory)
48
+
> - P5mv3 (32 vCPU, 256 GiB of memory)
43
49
>
44
50
> For **PremiumV3** pricing information, see [App Service Pricing](https://azure.microsoft.com/pricing/details/app-service/).
45
51
>
@@ -105,9 +111,12 @@ Isolate your app into a new App Service plan when:
105
111
| B1, S1, P1v2, I1v1 | 8 |
106
112
| B2, S2, P2v2, I2v1 | 16 |
107
113
| B3, S3, P3v2, I3v1 | 32 |
114
+
| P0v3 | 8 |
108
115
| P1v3, I1v2 | 16 |
109
-
| P2v3, I2v2 | 32 |
110
-
| P3v3, I3v2 | 64 |
116
+
| P2v3, I2v2, P1mv3 | 32 |
117
+
| P3v3, I3v2, P2mv3 | 64 |
118
+
| I4v2, I5v2, I6v2 | Max density bounded by vCPU usage |
119
+
| P3mv3, P4mv3, P5mv3 | Max density bounded by vCPU usage |
111
120
112
121
- You want to scale the app independently from the other apps in the existing plan.
113
122
- The app needs resource in a different geographical region.
0 commit comments