Skip to content

Commit aba6dc9

Browse files
committed
Address feedback
1 parent 996aeb2 commit aba6dc9

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
11
---
22
title: Azure App Configuration resiliency and disaster recovery
33
description: Learn how to implement resiliency and disaster recovery with Azure App Configuration.
4-
author: mcleanbyron
5-
ms.author: mcleans
4+
author: avanigupta
5+
ms.author: avgupta
66
ms.service: azure-app-configuration
77
ms.topic: conceptual
88
ms.date: 04/20/2023
99
---
1010

1111
# Resiliency and disaster recovery
1212

13-
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 and automatic failover to another region isn't supported. However, Azure App Configuration supports [geo-replication](./concept-geo-replication.md). You can enable replicas of your data across multiple locations for enhanced resiliency to regional outages. Utilizing geo-replication is the recommended solution for high availability.
13+
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, and failover between regions isn't available by default. However, Azure App Configuration supports [geo-replication](./concept-geo-replication.md). You can enable replicas of your data across multiple locations for enhanced resiliency to regional outages. Utilizing geo-replication is the recommended solution for high availability.
1414

1515
This article provides general guidance on how you can use multiple replicas across Azure regions to increase the geo-resiliency of your application.
1616

1717
## High-availability architecture
1818

19-
To realize cross-region redundancy, you can create multiple App Configuration replicas in different regions. You may then utilize these replicas in your application in the order of your preference. With this setup, your application has at least one additional replica to fall back on if the primary replica becomes inaccessible.
19+
The original App Configuration store is also considered a replica, so to realize cross-region redundancy, you need to create at least one new replica in a different region. However, you can choose to create multiple App Configuration replicas in different regions based on your requirements. You may then utilize these replicas in your application in the order of your preference. With this setup, your application has at least one additional replica to fall back on if the primary replica becomes inaccessible.
20+
2021
The following diagram illustrates the topology between your application and two replicas:
2122

2223
![Geo-redundant Replicas](./media/geo-redundant-app-configuration-replicas.png)
-173 KB
Loading

0 commit comments

Comments
 (0)