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
+22-8Lines changed: 22 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,13 +23,13 @@ When you deploy Azure App Service, you can create multiple instances of an *App
23
23
24
24
::: zone pivot="free-shared-basic"
25
25
26
-
For production deployments, [use premium v3 or v4 App Service plans](reliability-app-service.md) to enable zone redundancy.
26
+
-[Enable zone redundancy](#availability-zone-support), which requires that you use Premium v3 or Isolated v2 App Service plans and that you have at minimum three instances of the plan. To view more information, make sure that you select the appropriate tier at the top of this page.
27
27
28
28
::: zone-end
29
29
30
30
::: zone pivot="premium,isolated"
31
31
32
-
[Enable zone redundancy](#availability-zone-support), which requires your App Service plan to use a minimum of three instances.
32
+
-[Enable zone redundancy](#availability-zone-support), which requires your App Service plan to use a minimum of three instances.
33
33
34
34
::: zone-end
35
35
@@ -67,9 +67,15 @@ For App Service plans that aren't configured as zone redundant, virtual machine
67
67
68
68
### Regions supported
69
69
70
-
::: zone pivot="free-shared-basic,premium"
70
+
::: zone pivot="free-shared-basic"
71
+
72
+
Zone-redundant App Service plans require that you use the Premium v2 or v3 tier and can be deployed in [any region that supports availability zones](./regions-list.md). To view more information, make sure that you select the appropriate tier at the top of this page.
73
+
74
+
::: zone-end
75
+
76
+
::: zone pivot="premium"
71
77
72
-
Zone-redundant App Service Premium plans can be deployed in [any region that supports availability zones](./regions-list.md).
78
+
Zone-redundant App Service plans can be deployed in [any region that supports availability zones](./regions-list.md).
73
79
74
80
::: zone-end
75
81
@@ -81,25 +87,33 @@ To see which regions support availability zones for App Service Environment v3,
81
87
82
88
### Requirements
83
89
90
+
::: zone pivot="free-shared-basic"
84
91
85
-
- Availability zones are only supported on the Premium v2, Premium v3, or Premium v4 plans, even if the region supports availability zones. Fpr more information, [select the Premium SKU at the top of this article](./reliability-app-service.md).
92
+
- You must use either the [Premium v2 or Premium v3 plan types](/azure/app-service/overview-hosting-plans). To view more information, make sure that you select the appropriate tier at the top of this page.
93
+
94
+
::: zone-end
86
95
87
96
::: zone pivot="premium,isolated"
88
97
98
+
- Availability zones are only supported on the newer App Service stamps. Even if you're using one of the supported regions, if availability zones aren't supported for your resource group, you receive an error. To ensure that your workloads land on a stamp that supports availability zones, you might need to create a new resource group, App Service plan, and App Service app.
99
+
89
100
- You must deploy a minimum of three instances of your plan.
90
101
91
102
::: zone-end
92
103
93
104
::: zone pivot="premium,isolated"
94
105
106
+
### Considerations
107
+
108
+
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, nonruntime behaviors might still be impacted during an availability zone outage. These behaviors include App Service plan scaling, application creation, application configuration, and application publishing.
95
109
96
110
### Cost
97
111
98
112
::: zone-end
99
113
100
114
::: zone pivot="premium"
101
115
102
-
When you're using App Service Premium v3 or Premium v4 plans, there's no extra cost associated with enabling availability zones as long as you have three or more instances in your App Service plan. You're charged based on your App Service plan SKU, the capacity you specify, and any instances you scale to based on your autoscale criteria.
116
+
When you're using App Service Premium v2 or Premium v3 plans, there's no extra cost associated with enabling availability zones as long as you have three or more instances in your App Service plan. You're charged based on your App Service plan SKU, the capacity you specify, and any instances you scale to based on your autoscale criteria.
103
117
104
118
If you enable availability zones but specify a capacity less than three, the platform enforces a minimum instance count of three. The platform charges you for those three instances.
105
119
@@ -129,12 +143,12 @@ To deploy a new zone-redundant Azure App Service Environment, see [Create an App
129
143
130
144
Zone redundancy can only be configured when you create a new App Service plan. If you have an existing App Service plan that isn't zone-redundant, replace it with a new zone-redundant plan. You can't convert an existing App Service plan to use availability zones. Similarly, you can't disable zone redundancy on an existing App Service plan.
131
145
132
-
133
146
::: zone pivot="premium,isolated"
134
147
148
+
135
149
### Capacity planning and management
136
150
137
-
To prepare for availability zone failure, consider *over-provisioning* the capacity of your integration runtime. Over-provisioning allows the solution to tolerate some degree of capacity loss and still continue to function without degraded performance. To learn more about over-provisioning, see [Manage capacity with over-provisioning](./concept-redundancy-replication-backup.md#manage-capacity-with-over-provisioning).
151
+
To prepare for availability zone failure, consider *over-provisioning* the capacity of your App Service plan. Over-provisioning allows the solution to tolerate some degree of capacity loss and still continue to function without degraded performance. To learn more about over-provisioning, see [Manage capacity with over-provisioning](./concept-redundancy-replication-backup.md#manage-capacity-with-over-provisioning).
0 commit comments