Skip to content

Commit 49890d6

Browse files
authored
Update creation.md
1 parent 9f043e9 commit 49890d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/app-service/environment/creation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Create an App Service Environment
33
description: Learn how to create an App Service Environment.
44
author: madsd
55
ms.topic: article
6-
ms.date: 07/18/2024
6+
ms.date: 05/07/2025
77
ms.author: madsd
88
---
99

@@ -33,9 +33,9 @@ With an *internal VIP*, an address in your App Service Environment subnet reache
3333

3434
For the deployment type, you can choose *single zone*, *zone redundant*, or *host group*. The single zone is available in all regions where App Service Environment v3 is available. With the single zone deployment type, you have a minimum charge in your App Service plan of one instance of Windows Isolated v2. As soon as you use one or more instances, then that charge goes away. It isn't an additive charge.
3535

36-
In a zone redundant App Service Environment, your apps spread across three zones in the same region. Zone redundant is available in regions that support availability zones. With this deployment type, the smallest size for your App Service plan is three instances. That ensures that there's an instance in each availability zone. App Service plans can be scaled up one or more instances at a time. Scaling doesn't need to be in units of three, but the app is only balanced across all availability zones when the total instances are multiples of three.
36+
In a zone redundant App Service Environment, your apps spread across the maximum number of zones available (up to three) in the same region. Zone redundant is available in regions that support availability zones. With this deployment type, the smallest size for your App Service plan is two instances. That ensures that there's an instance in at least two availability zones. App Service plans can be scaled up one or more instances at a time. Scaling doesn't need to be in units of two or three, but the app is only balanced across all availability zones when the total instances are multiples of two or three depending on the number of zones available. To view the number of available zones for the App Service Environment, see the *Maximum available zones* property in the **Configuration** blade in the Azure portal. If the value is two or three, the App Service Environment is zone redundant.
3737

38-
A zone redundant deployment has triple the infrastructure, and ensures that even if two of the three zones go down, your workloads remain available. Due to the increased system need, the minimum charge for a zone redundant App Service Environment is 18 cores. If you've fewer than this number of cores across all App Service plans in your App Service Environment, the difference is charged as Windows I1v2. If you've 18 or more cores, there's no added charge to have a zone redundant App Service Environment. To learn more about zone redundancy, see [Regions and availability zones](./overview-zone-redundancy.md). For sample calculations for zone redundant App Service Environment, see [App Service Environment pricing](overview.md#pricing).
38+
A zone redundant deployment has quadruple or triple the infrastructure depending on the maximum available zone count, and ensures that even if a zone goes down, your workloads remain available. There's no added charge to have a zone redundant App Service Environment. To learn more about zone redundancy, see [Regions and availability zones](../../reliability/reliability-app-service.md?pivots=isolated).
3939

4040
In a host group deployment, your apps are deployed onto a dedicated host group. The dedicated host group isn't zone redundant. With this type of deployment, you can install and use your App Service Environment on dedicated hardware. There's no minimum instance charge for using App Service Environment on a dedicated host group, but you do have to pay for the host group when you're provisioning the App Service Environment. You also pay a discounted App Service plan rate as you create your plans and scale out.
4141

0 commit comments

Comments
 (0)