Skip to content

Commit 5afb6fc

Browse files
author
Wenhao Zhang
committed
Add new support region
1 parent 80342c2 commit 5afb6fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/spring-apps/how-to-enable-redundancy-and-disaster-recovery.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Azure Spring Apps currently supports availability zones in the following regions
3535
- Brazil South
3636
- Canada Central
3737
- Central US
38+
- East Asia
3839
- East US
3940
- East US 2
4041
- France Central
@@ -55,7 +56,7 @@ The following limitations apply when you create an Azure Spring Apps Service ins
5556
- Zone redundancy is not available in basic tier.
5657
- You can enable zone redundancy only when you create a new Azure Spring Apps Service instance.
5758
- If you enable your own resource in Azure Spring Apps, such as your own persistent storage, make sure to enable zone redundancy for the resource. For more information, see [How to enable your own persistent storage in Azure Spring Apps](how-to-custom-persistent-storage.md).
58-
- Zone redundancy ensures that underlying VM nodes are distributed evenly across all availability zones but does not guarantee even distribution of app instances. If an app instance fails because its located zone goes down, Azure Spring Apps creates a new app instance for this app on nodes in other available zone. In extreme cases, if there is only one VM under Azure Spring Apps and the app instance fails because its located zone goes down, Azure Spring Apps creates a new VM in other availability zone and creates a new app instance for this app on the new VM node.
59+
- Zone redundancy ensures that underlying VM nodes are distributed evenly across all availability zones but does not guarantee even distribution of app instances. If an app instance fails because its located zone goes down, Azure Spring Apps creates a new app instance for this app on nodes in other available zone.
5960
- Geo-disaster recovery is not the purpose of zone redundancy. To protect your service from regional outages, see the [Customer-managed geo-disaster recovery](#customer-managed-geo-disaster-recovery) section later in this article.
6061

6162
## Create an Azure Spring Apps instance with zone redundancy enabled

0 commit comments

Comments
 (0)