Skip to content

Commit 4c11e22

Browse files
authored
Update overview.md
1 parent 49890d6 commit 4c11e22

File tree

1 file changed

+2
-29
lines changed

1 file changed

+2
-29
lines changed

articles/app-service/environment/overview.md

Lines changed: 2 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ A benefit of using an App Service Environment instead of a multitenant service i
6666
App Service Environment v3 differs from earlier versions in the following ways:
6767

6868
- There are no networking dependencies on the customer's virtual network. You can secure all inbound and outbound traffic and route outbound traffic as you want.
69-
- You can deploy an App Service Environment v3 that's enabled for zone redundancy. You set zone redundancy only during creation and only in regions where all App Service Environment v3 dependencies are zone redundant. Zone redundancy is a deployment time only decision. Changing zone redundancy isn't possible after it has been deployed. With zone redundant App Service Environment, each App Service Plan on the App Service Environment needs to have a minimum of three instances so that they can be spread across zones. For more information, see [Migrate App Service Environment to availability zone support](../../reliability/migrate-app-service-environment.md).
69+
- You can deploy an App Service Environment v3 that's enabled for zone redundancy. You set zone redundancy only in regions where all App Service Environment v3 dependencies are zone redundant. Zone redundancy can be enabled at creation time, or any time after the deployment is complete. With zone redundant App Service Environment, each App Service Plan on the App Service Environment needs to have a minimum of two instances so that they can be spread across zones. Each App Service plan's zone redundancy status is independent. This means that you can have a mix of zone redundant and non-zone redundant plans. To make the plans zone redundant, the App Service Environment must have zone redundancy enabled. The non-zone redundant plans can be scaled down to a single instance. For more information, see [Reliability in Azure App Service](../../reliability/reliability-app-service.md?pivots=isolated).
7070
- You can deploy an App Service Environment v3 on a dedicated host group. Host group deployments aren't zone redundant.
7171
- Scaling is faster than with an App Service Environment v2. Although scaling still isn't immediate, as in the multitenant service, it's a lot faster.
7272
- Front-end scaling adjustments are no longer required. App Service Environment v3 front ends automatically scale to meet your needs and are deployed on better hosts.
@@ -83,36 +83,9 @@ A few features that were available in earlier versions of App Service Environmen
8383
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:
8484

8585
- **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.
86-
- **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.
86+
- **Zone redundant App Service Environment v3**: There's no added charge for availability zone support. The pricing model is the same as a non-zone redundant App Service Environment.
8787
- **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.
8888

89-
> [!NOTE]
90-
> Sample calculations for zone redundant App Service Environment v3 pricing:
91-
>
92-
> 1. Your zone redundant App Service Environment v3 has 3 Linux I1v2 instances in a single App Service plan.
93-
>
94-
> - An I1v2 instance has 2 cores.
95-
> - In total, across your instances, you have 6 cores.
96-
> - 18 cores - 6 cores = 12 cores
97-
> - 12 cores is equivalent to 6 I1v2 instances.
98-
> - You'll be charged for your 3 Linux I1v2 instances plus 6 additional Windows I1v2 instances.
99-
>
100-
> 2. Your zone redundant App Service Environment v3 has 3 Linux I2v2 instances in a single App Service plan.
101-
>
102-
> - An I2v2 instance has 4 cores.
103-
> - In total, across your instances, you have 12 cores.
104-
> - 18 cores - 12 cores = 6 cores
105-
> - 6 cores is equivalent to 3 I1v2 instances.
106-
> - You'll be charged for your 3 Linux I2v2 instances plus 3 additional Windows I1v2 instances.
107-
>
108-
> 3. Your zone redundant App Service Environment v3 has 4 Linux I3v2 instances in a single App Service plan.
109-
>
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-
11689
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.
11790

11891
## Regions

0 commit comments

Comments
 (0)