Skip to content

Commit 3efd927

Browse files
Merge pull request #252627 from jimmart-dev/jammart-storage-failover-reorg-fixes
storage disaster recovery and failover doc reorg fixes after publish
2 parents 9ef56bc + f634af4 commit 3efd927

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/storage/common/storage-disaster-recovery-guidance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: jimmart-dev
77

88
ms.service: azure-storage
99
ms.topic: conceptual
10-
ms.date: 09/21/2023
10+
ms.date: 09/22/2023
1111
ms.author: jammart
1212
ms.subservice: storage-common-concepts
1313
ms.custom: references_regions
@@ -33,7 +33,7 @@ With locally redundant storage (LRS), three copies of your storage account are a
3333

3434
Recovery of a single copy of a storage account occurs automatically with LRS and ZRS.
3535

36-
### globally redundant storage and failover
36+
### Globally redundant storage and failover
3737

3838
With globally redundant storage (GRS, GZRS, and RA-GZRS), Azure copies your data asynchronously to a secondary geographic region at least hundreds of miles away. This allows you to recover your data if there's an outage in the primary region. A feature that distinguishes globally redundant storage from LRS and ZRS is the ability to fail over to the secondary region if there's an outage in the primary region. The process of failing over updates the DNS entries for your storage account service endpoints such that the endpoints for the secondary region become the new primary endpoints for your storage account. Once the failover is complete, clients can begin writing to the new primary endpoints.
3939

articles/storage/common/storage-failover-customer-managed-unplanned.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ author: jimmart-dev
77

88
ms.service: azure-storage
99
ms.topic: conceptual
10-
ms.date: 09/21/2023
10+
ms.date: 09/22/2023
1111
ms.author: jammart
1212
ms.subservice: storage-common-concepts
1313
ms.custom:
1414
---
1515

1616
# How customer-managed storage account failover works
1717

18-
Customer-managed account failover enables you to fail over your entire geo-redundant storage account to the secondary region if the storage service endpoints for the primary region become unavailable. During failover, the original secondary region becomes the new primary and all storage service endpoints for blobs, tables, queues and files are redirected to the new primary region. After the storage service endpoint outage has been resolved, you can perform another failover operation to *fail back* to the original primary region.
18+
Customer-managed failover of Azure Storage accounts enables you to fail over your entire geo-redundant storage account to the secondary region if the storage service endpoints for the primary region become unavailable. During failover, the original secondary region becomes the new primary and all storage service endpoints for blobs, tables, queues and files are redirected to the new primary region. After the storage service endpoint outage has been resolved, you can perform another failover operation to *fail back* to the original primary region.
1919

2020
This article describes what happens during a customer-managed storage account failover and failback at every stage of the process.
2121

0 commit comments

Comments
 (0)