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
+7-20Lines changed: 7 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,45 +67,32 @@ For App Service plans that aren't configured as zone redundant, VM instances are
67
67
68
68
### Regions supported
69
69
70
-
::: zone pivot="free-shared-basic"
71
-
72
-
You must use either the [Premium v2 or Premium v3 plan types](/azure/app-service/overview-hosting-plans) to configure zone redundancy.
73
-
74
-
::: zone-end
75
-
76
-
::: zone pivot="premium"
70
+
::: zone pivot="free-shared-basic,premium"
77
71
78
-
- 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 availabilityzones, you may need to create a new resource group, App Service plan, and App Service.
72
+
Zone-redundant App Service plans can be deployed in [any region that supports availability zones](./availability-zones-service-support.md#azure-regions-with-availability-zone-support).
79
73
80
74
::: zone-end
81
75
82
-
::: zone pivot="premium,isolated"
83
-
84
-
- You must deploy a minimum of three instances of your plan.
85
-
76
+
::: zone pivot="isolated"
86
77
87
78
To see which regions support availability zones for App Service Environment v3, see [Regions](../app-service/environment/overview.md#regions).
88
79
89
80
::: zone-end
90
81
91
82
### Requirements
92
83
93
-
::: zone-end
94
-
95
-
::: zone pivot="premium"
84
+
::: zone pivot="free-shared-basic,premium"
96
85
97
86
- You must use either the [Premium v2 or Premium v3 plan types](/azure/app-service/overview-hosting-plans).
98
-
<!-- Is footprint a technical term here?-->
87
+
99
88
- 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.
100
89
101
90
::: zone-end
102
91
103
-
- You must deploy a minimum of three instances of your plan.
104
-
105
-
106
-
107
92
::: zone pivot="premium,isolated"
108
93
94
+
- You must deploy a minimum of three instances of your plan.
95
+
109
96
### Considerations
110
97
111
98
Applications that are deployed in a zone-redundant App Service plan continue 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.
0 commit comments