Skip to content

Commit 694971f

Browse files
committed
add new az pricing
1 parent f3dbf9d commit 694971f

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

articles/app-service/environment/overview.md

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: App Service Environment overview
33
description: This article discusses the Azure App Service Environment feature of Azure App Service.
44
author: madsd
55
ms.topic: overview
6-
ms.date: 03/06/2024
6+
ms.date: 03/21/2024
77
ms.author: madsd
88
ms.custom: "UpdateFrequency3, references_regions"
99
---
@@ -86,9 +86,33 @@ A few features that were available in earlier versions of App Service Environmen
8686
With App Service Environment v3, the pricing model varies depending on the type of App Service Environment deployment you have. The three pricing models are:
8787

8888
- **App Service Environment v3**: If the App Service Environment is empty, there's a charge as though you have one instance of Windows I1v2. The one instance charge isn't an additive charge but is applied only if the App Service Environment is empty.
89-
- **Zone redundant App Service Environment v3**: There's a minimum charge of nine instances. There's no added charge for availability zone support if you have nine or more App Service plan instances. If you have fewer than nine instances (of any size) across App Service plans in the zone redundant App Service Environment, the difference between nine and the running instance count is charged as additional Windows I1v2 instances.
89+
- **Zone redundant App Service Environment v3**: There's a minimum charge of 18 cores. There's no added charge for availability zone support if you have 18 or more cores across your App Service plan instances. If you have fewer than 18 cores across your App Service plans in the zone redundant App Service Environment, the difference between 18 cores and the sum of the cores from the running instance count is charged as additional Windows I1v2 instances.
9090
- **Dedicated host App Service Environment v3**: With a dedicated host deployment, you're charged for two dedicated hosts per our pricing when you create the App Service Environment v3 and then, as you scale, you're charged a specialized Isolated v2 rate per vCore. I1v2 uses two vCores, I2v2 uses four vCores, and I3v2 uses eight vCores per instance.
9191

92+
> [!NOTE]
93+
> Sample calculations for zone redundant App Service Environment v3 pricing:
94+
>
95+
> 1. Your zone redundant App Service Environment v3 has 3 Linux I1v2 instances in a single App Service plan.
96+
> - An I1v2 instance has 2 cores.
97+
> - In total, across your instances, you have 6 cores.
98+
> - 18 cores - 6 cores = 12 cores
99+
> - 12 cores is equivalent to 6 I1v2 instances.
100+
> - You'll be charged for your 3 Linux I1v2 instances plus 6 additional Windows I1v2 instances.
101+
>
102+
> 2. Your zone redundant App Service Environment v3 has 3 Linux I2v2 instances in a single App Service plan.
103+
> - An I2v2 instance has 4 cores.
104+
> - In total, across your instances, you have 12 cores.
105+
> - 18 cores - 12 cores = 6 cores
106+
> - 6 cores is equivalent to 3 I1v2 instances.
107+
> - You'll be charged for your 3 Linux I2v2 instances plus 3 additional Windows I1v2 instances.
108+
>
109+
> 3. Your zone redundant App Service Environment v3 has 4 Linux I3v2 instances in a single App Service plan.
110+
> - An I3v2 instance has 8 cores.
111+
> - In total, across your instances, you have 32 cores.
112+
> - 32 cores is greater than 18 cores
113+
> - You won't be charged for any additional cores.
114+
>
115+
92116
Reserved Instance pricing for Isolated v2 is available and is described in [How reservation discounts apply to Azure App Service](../../cost-management-billing/reservations/reservation-discount-app-service.md). The pricing, along with Reserved Instance pricing, is available at [App Service pricing](https://azure.microsoft.com/pricing/details/app-service/windows/) under the Isolated v2 plan.
93117

94118
## Regions

0 commit comments

Comments
 (0)