Skip to content

Commit 25b6297

Browse files
Merge pull request #210472 from zhenlan/bcdr
Add a note in the BCDR doc about geo-replication
2 parents c93e735 + 98113f8 commit 25b6297

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/azure-app-configuration/concept-disaster-recovery.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ ms.date: 07/09/2020
1010

1111
# Resiliency and disaster recovery
1212

13+
> [!IMPORTANT]
14+
> Azure App Configuration added [geo-replication](./concept-geo-replication.md) support recently. You can enable replicas of your data across multiple locations for enhanced resiliency to regional outages. You can also leverage App Configuration provider libraries in your applications for [automatic failover](./howto-geo-replication.md#use-replicas). The geo-replication feature is currently under preview. It will be the recommended solution for high availability when the feature is generally available.
15+
1316
Currently, Azure App Configuration is a regional service. Each configuration store is created in a particular Azure region. A region-wide outage affects all stores in that region. App Configuration doesn't offer automatic failover to another region. This article provides general guidance on how you can use multiple configuration stores across Azure regions to increase the geo-resiliency of your application.
1417

1518
## High-availability architecture

0 commit comments

Comments
 (0)