Skip to content

Commit 0d33ad0

Browse files
authored
Merge pull request #198184 from KarlErickson/wenhao/az_update
Add new region support for azure spring cloud availability zone
2 parents 80446bc + 09bee70 commit 0d33ad0

File tree

1 file changed

+27
-8
lines changed

1 file changed

+27
-8
lines changed

articles/spring-cloud/how-to-enable-availability-zone.md

Lines changed: 27 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This article explains availability zones in Azure Spring Cloud, and how to enabl
2121

2222
In Microsoft Azure, [Availability Zones (AZ)](../availability-zones/az-overview.md) are unique physical locations within an Azure region. Each zone is made up of one or more data centers that are equipped with independent power, cooling, and networking. Availability zones protect your applications and data from data center failures.
2323

24-
When a service in Azure Spring Cloud has availability zone enabled, Azure automatically spreads the application's deployment instance across all three zones in the selected region. If the application's deployment instance count is larger than three and is divisible by three, the instances will be spread evenly. Otherwise, the extra instance counts are spread across the remaining zones.
24+
When an Azure Spring Cloud service instance is created with availability zone enabled, Azure Spring Cloud will automatically distribute fundamental resources across logical sections of underlying Azure infrastructure. This distribution provides a higher level of availability to protect against a hardware failure or a planned maintenance event.
2525

2626
## How to create an instance in Azure Spring Cloud with availability zone enabled
2727

@@ -53,22 +53,41 @@ To create a service in Azure Spring Cloud with availability zone enabled using t
5353
## Region availability
5454

5555
Azure Spring Cloud currently supports availability zones in the following regions:
56+
57+
- Australia East
58+
- Brazil South
59+
- Canada Central
5660
- Central US
57-
- West US 2
5861
- East US
59-
- Australia East
60-
- North Europe
6162
- East US 2
62-
- West Europe
63+
- France Central
64+
- Germany West Central
65+
- North Europe
66+
- Japan East
67+
- Korea Central
68+
- South Africa North
6369
- South Central US
70+
- Southeast Asia
6471
- UK South
65-
- Brazil South
66-
- France Central
72+
- West Europe
73+
- West US 2
74+
- West US 3
75+
76+
> [!NOTE]
77+
> The following regions could only be created with availability zone enabled by using Azure CLI, and Azure Portal will coming soon.
78+
>
79+
> - Canada Central
80+
> - Germany West Central
81+
> - Japan East
82+
> - Korea Central
83+
> - South Africa North
84+
> - Southeast Asia
85+
> - West US 3
6786
6887
## Pricing
6988

7089
There's no extra cost for enabling the availability zone.
7190

7291
## Next steps
7392

74-
* [Plan for disaster recovery](disaster-recovery.md)
93+
- [Plan for disaster recovery](disaster-recovery.md)

0 commit comments

Comments
 (0)