Skip to content

Commit a930552

Browse files
committed
changes: files-disaster-recovery
1 parent e65e325 commit a930552

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

articles/storage/files/files-disaster-recovery.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to recover your data in Azure Files. Understand the conce
44
author: khdownie
55
ms.service: azure-file-storage
66
ms.topic: conceptual
7-
ms.date: 04/15/2024
7+
ms.date: 08/05/2024
88
ms.author: kendownie
99
---
1010

@@ -15,6 +15,20 @@ Microsoft strives to ensure that Azure services are always available. However, u
1515
> [!IMPORTANT]
1616
> Azure File Sync only supports storage account failover if the Storage Sync Service is also failed over. This is because Azure File Sync requires the storage account and Storage Sync Service to be in the same Azure region. If only the storage account is failed over, sync and cloud tiering operations will fail until the Storage Sync Service is failed over to the secondary region. If you want to fail over a storage account containing Azure file shares that are being used as cloud endpoints in Azure File Sync, see [Azure File Sync disaster recovery best practices](../file-sync/file-sync-disaster-recovery-best-practices.md) and [Azure File Sync server recovery](../file-sync/file-sync-server-recovery.md).
1717
18+
## Customer-managed planned failover (preview)
19+
20+
Customer-managed planned failover can also be utilized in multiple scenarios, including planned disaster recovery testing, a proactive approach to large scale disasters, or to recover from non-storage related outages.
21+
22+
During the planned failover process, the primary and secondary regions are swapped. The original primary region is demoted and becomes the new secondary region. At the same time, the original secondary region is promoted and becomes the new primary. After the failover completes, users can proceed to access data in the new primary region and administrators can validate their disaster recovery plan. The storage account must be available in both the primary and secondary regions before a planned failover can be initiated.
23+
24+
Data loss isn't expected during the planned failover and failback process as long as the primary and secondary regions are available throughout the entire process. For more detail, see the [Anticipating data loss and inconsistencies](../common/storage-disaster-recovery-guidance?toc=%2Fazure%2Fstorage%2Fblobs%2Ftoc.json&bc=%2Fazure%2Fstorage%2Fblobs%2Fbreadcrumb%2Ftoc.json#anticipate-data-loss-and-inconsistencies) section.
25+
26+
To understand the effect of this type of failover on your users and applications, it's helpful to know what happens during every step of the planned failover and failback processes. For details about how this process works, see [How customer-managed (planned) failover works](../common/storage-failover-customer-managed-planned).
27+
28+
[!INCLUDE [storage-failover.planned-preview](../../../includes/storage-failover.planned-preview.md)]
29+
30+
[!INCLUDE [storage-failover-user-unplanned-preview-lst](../../../includes/storage-failover-user-unplanned-preview-lst.md)]
31+
1832
## Recovery metrics and costs
1933

2034
To formulate an effective DR strategy, an organization must understand:

0 commit comments

Comments
 (0)