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/environment/configure-zone-redundancy-environment.md
+46-1Lines changed: 46 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ms.author: anaharris
12
12
13
13
[App Service Environment](./overview.md) is a single-tenant deployment of Azure App Service that integrates with an Azure virtual network. Each App Service Environment deployment requires a dedicated subnet, which you can't use for other resources.
14
14
15
-
This article shows you how to create and modify your App Service Environment zone redundancy settings. It also shows you how to set up and modifiy zone redundancy settings for your plan.
15
+
This article shows you how to create and modify your App Service Environment zone redundancy settings as well as how to check for zone redundancy support. It also shows you how to set up and modifiy zone redundancy settings for your plan.
16
16
17
17
To learn more details about how App Service Environment supports zone redundancy, see [Reliability in Azure App Service Environment](../../reliability/reliability-app-service-environment.md).
18
18
@@ -65,6 +65,51 @@ To learn more details about how App Service Environment supports zone redundancy
65
65
> [!NOTE]
66
66
> When you change the zone redundancy status of the App Service Environment, you initiate an upgrade that takes 12-24 hours to complete. During the upgrade process, you don't experience any downtime or performance problems.
67
67
68
+
### Check for zone redundancy support for an App Service Environment
69
+
70
+
To see whether an existing App Service Environment supports zone redundancy:
71
+
72
+
1. Get the maximum number of availability zones that the App Service Environment can use by using the Azure portal, Azure CLI, or Bicep/Resource Manager:
73
+
74
+
# [Azure portal](#tab/portal)
75
+
76
+
This operation is not yet supported in the Azure portal. Use the Azure CLI or Bicep instead.
77
+
78
+
# [Azure CLI](#tab/azurecli)
79
+
80
+
Query the environment's `maximumNumberOfZones` property:
81
+
82
+
```azurecli
83
+
az appservice ase show \
84
+
-n <app-service-environment-name> \
85
+
-g <resource-group-name> \
86
+
--query maximumNumberOfZones
87
+
```
88
+
89
+
# [Bicep](#tab/bicep)
90
+
91
+
Query the environment's `maximumNumberOfZones` property:
\* If you're on a plan or a stamp that doesn't support availability zones, you must create a new App Service Environment in a new resource group so that you land on the App Service footprint that supports zones.
112
+
68
113
## Configure Isolated v2 App Service plans with zone redundancy
69
114
70
115
All App Service plans created in an App Service Environment must be in an Isolated v2 pricing tier.
Copy file name to clipboardExpand all lines: articles/reliability/reliability-app-service-environment.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,8 @@ To enable zone redundancy for your App Service Environment you must:
71
71
72
72
- Configure your App Service Environment *and* your plans to support zone redundancy. You can enable zone redundancy during the creation of the App Service Environment or by updating an existing environment.
73
73
74
+
To learn whether or not the App Service Environment is configured for zone redundancy, see [Check for zone redundancy support for an App Service Environment](../app-service/environment/configure-zone-redundancy-ase.md#check-for-zone-redundancy-support-for-an-app-service-environment).
75
+
74
76
### Instance distribution across zones
75
77
76
78
[!INCLUDE [Instance distribution across zones description](includes/app-service/reliability-instance-distribution-across-zones-include.md)]
0 commit comments