Skip to content

Commit 66c7be1

Browse files
committed
edit
1 parent 26edeef commit 66c7be1

File tree

1 file changed

+32
-4
lines changed

1 file changed

+32
-4
lines changed

articles/reliability/reliability-app-service.md

Lines changed: 32 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,44 @@ Availability zone support is a property of the App Service plan. The following a
4848

4949
- For dedicated environments, your App Service Environment must be v3.
5050

51+
- App Service Environment v1 doesn't support availability zones.
52+
5153
>[!IMPORTANT]
52-
>[App Service Environment v2 will be retired on 31 August 2024](https://azure.microsoft.com/updates/app-service-environment-v1-and-v2-retirement-announcement/). App Service Environment v3 is easier to use and runs on more powerful infrastructure. To learn more about App Service Environment v3, see [App Service Environment overview](azure/app-service/environment/overview). If you're currently using App Service Environment v2 and you want to upgrade to v3, please follow the [steps in this article](/azure/app-service/environment/migration-alternatives) to migrate to the new version.
54+
>[App Service Environment v2 and v1 will be retired on 31 August 2024](https://azure.microsoft.com/updates/app-service-environment-v1-and-v2-retirement-announcement/). App Service Environment v3 is easier to use and runs on more powerful infrastructure. To learn more about App Service Environment v3, see [App Service Environment overview](azure/app-service/environment/overview). If you're currently using App Service Environment v2 or v1 and you want to upgrade to v3, please follow the [steps in this article](/azure/app-service/environment/migration-alternatives) to migrate to the new version.
5355
54-
App Service Environment v1 doesn't support availability zones.
55-
5656
- Minimum instance count of three zones is enforced. The platform will enforce this minimum count behind the scenes if you specify an instance count fewer than three.
5757

5858
- Availability zones can only be specified when creating a **new** App Service plan. A pre-existing App Service plan can't be converted to use availability zones.
5959

60-
- Azure App Services must be running in a region that supports availability zones. To see which regions support availability zones, see [Regions](/azure/app-service/environment/overview#regions).
60+
- The following reg ions support Azure App Services running on multi-tenant environments:
61+
62+
- Australia East
63+
- Brazil South
64+
- Canada Central
65+
- Central India
66+
- Central US
67+
- East Asia
68+
- East US
69+
- East US 2
70+
- France Central
71+
- Germany West Central
72+
- Japan East
73+
- North Europe
74+
- Norway East
75+
- Qatar Central
76+
- South Africa North
77+
- South Central US
78+
- Southeast Asia
79+
- Sweden Central
80+
- Switzerland North
81+
- UAE North
82+
- UK South
83+
- West Europe
84+
- West US 2
85+
- West US 3
86+
87+
88+
- To see which regions support App Services for dedicated environments v3, see [Regions](/azure/app-service/environment/overview#regions).
6189

6290
### Create a resource with availability zone enabled
6391

0 commit comments

Comments
 (0)