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/reliability/reliability-app-service.md
+8-7Lines changed: 8 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ When you deploy Azure App Service, you can create multiple instances of an [App
22
22
23
23
> [!NOTE]
24
24
> For production deployments, you should:
25
-
> - Use premium App Service plans.
25
+
> - Use premium v3 App Service plans.
26
26
> -[Enable zone redundancy](#availability-zone-support), which requires a minimum of three instance of your plan.
27
27
28
28
::: zone-end
@@ -50,7 +50,7 @@ Additionally, because you host your own applications on Azure App Service, you n
50
50
51
51
## Availability zone support
52
52
53
-
Azure App Service can be configured to be *zone redundant*, which means your resources are spread across three[availability zones](../reliability/availability-zones-overview.md) to help you achieve resiliency and reliability for your production workloads. Availability zone support is a property of the App Service plan.
53
+
Azure App Service can be configured to be *zone redundant*, which means your resources are spread across multiple[availability zones](../reliability/availability-zones-overview.md) to help you achieve resiliency and reliability for your production workloads. Availability zone support is a property of the App Service plan.
54
54
55
55
Instance spreading with a zone-redundant deployment is determined inside the following rules, even as the app scales in and out:
56
56
@@ -66,11 +66,13 @@ For App Service plans that aren't configured to be zone redundant, VM instances
66
66
67
67
::: zone pivot="free-shared-basic,premium"
68
68
69
-
**Plan type:** You must use either the [Premium v2 or Premium v3 plan types](/azure/app-service/overview-hosting-plans).
69
+
**Plan type:** You must use either the [Premium v2 or Premium v3 plan types](/azure/app-service/overview-hosting-plans). We recommend using the Premium v3 plan.
70
70
71
71
::: zone-end
72
72
73
-
-**Instance count:** You must deploy a minimum of three instances of your plan.
73
+
**Instance count:** You must deploy a minimum of three instances of your plan.
74
+
75
+
**Footprint:** Availability zones are only supported on the newer App Service footprint. Even if you're using one of the supported regions, you'll receive an error if availability zones aren't supported for your resource group. To ensure your workloads land on a stamp that supports availability zones, you may need to create a new resource group, App Service plan, and App Service.
74
76
75
77
### Regions supported
76
78
@@ -88,8 +90,6 @@ To see which regions support availability zones for App Service Environment v3,
88
90
89
91
### Considerations
90
92
91
-
Availability zones are only supported on the newer App Service footprint. Even if you're using one of the supported regions, you'll receive an error if availability zones aren't supported for your resource group. To ensure your workloads land on a stamp that supports availability zones, you may need to create a new resource group, App Service plan, and App Service.
92
-
93
93
Applications that are deployed in a zone-redundant App Service plan continues to run and serve traffic even if multiple zones in the region suffer an outage. However it's possible that non-runtime behaviors including App Service plan scaling, application creation, application configuration, and application publishing may still be impacted during an availability zone outage. Zone redundancy for App Service plans only ensures continued uptime for deployed applications.
94
94
95
95
### Cost
@@ -116,7 +116,8 @@ To use zone redundancy, switch to a supported App Service plan type.
116
116
117
117
::: zone pivot="premium"
118
118
119
-
To deploy a new zone-redundant Azure App Service plan, see TODO new guide for multitenant app services, within product docs.
119
+
To deploy a new zone-redundant Azure App Service plan, select the *Zone redundant* checkbox in the Azure portal when you deploy by using the Azure portal.
0 commit comments