Skip to content

Commit 252df22

Browse files
Update overview-hosting-plans.md
1 parent 843b6c0 commit 252df22

File tree

1 file changed

+18
-9
lines changed

1 file changed

+18
-9
lines changed

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

Lines changed: 18 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how App Service plans work in Azure App Service, how they're
44
keywords: app service, azure app service, scale, scalable, scalability, app service plan, app service cost
55
ms.assetid: dea3f41e-cf35-481b-a6bc-33d7fc9d01b1
66
ms.topic: article
7-
ms.date: 10/01/2020
7+
ms.date: 04/06/2023
88
ms.custom: UpdateFrequency3
99

1010
---
@@ -33,13 +33,19 @@ Each tier also provides a specific subset of App Service features. These feature
3333
<a name="new-pricing-tier-premiumv3"></a>
3434

3535
> [!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**.
3737
>
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&nbsp;&nbsp;&nbsp;&nbsp;(1 vCPU, 4 GiB of memory)
41+
> - P1v3&nbsp;&nbsp;&nbsp;&nbsp;(2 vCPU, 8 GiB of memory)
42+
> - P1mv3&nbsp;(2 vCPU, 16 GiB of memory)
43+
> - P2v3&nbsp;&nbsp;&nbsp;&nbsp;(4 vCPU, 16 GiB of memory)
44+
> - P2mv3&nbsp;(4 vCPU, 32 GiB of memory)
45+
> - P3v3&nbsp;&nbsp;&nbsp;&nbsp;(8 vCPU, 32 GiB of memory) 
46+
> - P3mv3&nbsp;(8 vCPU, 64 GiB of memory)
47+
> - P4mv3&nbsp;(16 vCPU, 128 GiB of memory)
48+
> - P5mv3&nbsp;(32 vCPU, 256 GiB of memory)
4349
>
4450
> For **PremiumV3** pricing information, see [App Service Pricing](https://azure.microsoft.com/pricing/details/app-service/).
4551
>
@@ -105,9 +111,12 @@ Isolate your app into a new App Service plan when:
105111
| B1, S1, P1v2, I1v1 | 8 |
106112
| B2, S2, P2v2, I2v1 | 16 |
107113
| B3, S3, P3v2, I3v1 | 32 |
114+
| P0v3 | 8 |
108115
| 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 |
111120

112121
- You want to scale the app independently from the other apps in the existing plan.
113122
- The app needs resource in a different geographical region.

0 commit comments

Comments
 (0)