Skip to content

Commit 239df85

Browse files
committed
Pre-review fixes
1 parent 780d4f2 commit 239df85

File tree

3 files changed

+36
-29
lines changed

3 files changed

+36
-29
lines changed

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

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: stevenmatthew
77

88
ms.service: azure-storage
99
ms.topic: conceptual
10-
ms.date: 06/12/2024
10+
ms.date: 06/13/2024
1111
ms.author: shaas
1212
ms.subservice: storage-common-concepts
1313
ms.custom: references_regions
@@ -65,9 +65,9 @@ Each type of failover has a unique set of use cases, corresponding expectations
6565

6666
| Type | Failover Scope | Use case | Expected data loss | Hierarchical Namespace (HNS) supported |
6767
|----------------------------------------|-----------------|----------|--------------------|----------------------------------------|
68-
| Customer-managed planned failover (preview) | Storage account | The storage service endpoints for the primary and secondary regions are available, and you want to perform disaster recovery testing. <br></br> The storage service endpoints for the primary region are available, but another Microsoft or 3rd party service is preventing your workloads from functioning properly.<br><br>To proactively prepare for a large-scale disasters, such as a hurricane, that may impact a region. | [No](#anticipate-data-loss-and-inconsistencies) | [Yes <br> *(In preview)*](#azure-data-lake-storage-gen2) |
69-
| Customer-managed (unplanned) failover | Storage account | The storage service endpoints for the primary region become unavailable, but the secondary region is available. <br></br> You received an Azure Advisory in which Microsoft advises you to perform a failover operation of storage accounts potentially affected by an outage. | [Yes](#anticipate-data-loss-and-inconsistencies) | [Yes <br> *(In preview)*](#azure-data-lake-storage-gen2) |
70-
| Microsoft-managed | Entire region | The primary region becomes unavailable due to a significant disaster, but the secondary region is available. | [Yes](#anticipate-data-loss-and-inconsistencies) | [Yes](#azure-data-lake-storage-gen2) |
68+
| Customer-managed planned failover (preview) | Storage account | The storage service endpoints for the primary and secondary regions are available, and you want to perform disaster recovery testing. <br></br> The storage service endpoints for the primary region are available, but another Microsoft or 3rd party service is preventing your workloads from functioning properly.<br><br>To proactively prepare for large-scale disasters, such as a hurricane, that may impact a region. | [No](#anticipate-data-loss-and-inconsistencies) | [Yes <br> *(In preview)*](#hierarchical-namespace-and-sftp) |
69+
| Customer-managed (unplanned) failover | Storage account | The storage service endpoints for the primary region become unavailable, but the secondary region is available. <br></br> You received an Azure Advisory in which Microsoft advises you to perform a failover operation of storage accounts potentially affected by an outage. | [Yes](#anticipate-data-loss-and-inconsistencies) | [Yes <br> *(In preview)*](#hierarchical-namespace-and-sftp) |
70+
| Microsoft-managed | Entire region | The primary region becomes unavailable due to a significant disaster, but the secondary region is available. | [Yes](#anticipate-data-loss-and-inconsistencies) | [Yes](#hierarchical-namespace-and-sftp) |
7171

7272
The following table compares a storage account's redundancy state after each type of failover:
7373

@@ -97,18 +97,18 @@ The following table summarizes the resulting redundancy configuration at every s
9797
> [!IMPORTANT]
9898
> Customer-managed planned failover is currently in PREVIEW and limited to the following regions:
9999
>
100-
> Australia East
101-
> Central US
102-
> East Asia
103-
> East US 2
104-
> France Central
105-
> India Central
106-
> India West
107-
> Southeast Asia
108-
> Switzerland North
109-
> Switzerland West
110-
> UK South
111-
> West Europe
100+
> - Australia East
101+
> - Central US
102+
> - East Asia
103+
> - East US 2
104+
> - France Central
105+
> - India Central
106+
> - India West
107+
> - Southeast Asia
108+
> - Switzerland North
109+
> - Switzerland West
110+
> - UK South
111+
> - West Europe
112112
>
113113
> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
114114
>
@@ -120,7 +120,7 @@ There are many scenarios for which planned failover is ideal. These scenarios in
120120

121121
- Disaster recovery (DR) planning and testing.
122122
- Recovery during an outage that doesn't affect your primary region's storage service endpoints, but prevents another Microsoft or 3rd party service from providing access to your workloads.
123-
- To proactively prepare for a large-scale disasters, such as a hurricane, that may impact a region.
123+
- To proactively prepare for large-scale disasters, such as a hurricane, that may impact a region.
124124

125125
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.
126126

@@ -158,7 +158,7 @@ The following table summarizes the resulting redundancy configuration at every s
158158
<sup>1</sup> Geo-redundancy is lost during unplanned failover and must be manually reconfigured.<br>
159159
<sup>2</sup> Geo-redundancy is retained during a unplanned failover and doesn't need to be manually reconfigured.-->
160160

161-
If the data endpoints for the storage services in your storage account become unavailable in the primary region, you can initiate an u8nplanned failover to the secondary region. After the failover is complete, the secondary region becomes the new primary and users can proceed to access data there.
161+
If the data endpoints for the storage services in your storage account become unavailable in the primary region, you can initiate an unplanned failover to the secondary region. After the failover is complete, the secondary region becomes the new primary and users can proceed to access data there.
162162

163163
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 unplanned failover and failback process. For details about how the process works, see [How customer-managed (unplanned) failover works](storage-failover-customer-managed-unplanned.md).
164164

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

Lines changed: 16 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ author: stevenmatthew
77

88
ms.service: azure-storage
99
ms.topic: conceptual
10-
ms.date: 06/05/2024
10+
ms.date: 06/13/2024
1111
ms.author: shaas
1212
ms.subservice: storage-common-concepts
13-
ms.custom:
13+
ms.custom: references_regions
1414
---
1515

1616
<!--
@@ -24,20 +24,27 @@ There are many scenarios for which planned failover is ideal. These scenarios in
2424

2525
- Disaster recovery (DR) planning and testing.
2626
- Recovery during an outage that doesn't affect your primary region's storage service endpoints, but prevents another Microsoft or 3rd party service from providing access to your workloads.
27-
- To proactively prepare for a large-scale disasters, such as a hurricane, that may impact a region.
27+
- To proactively prepare for large-scale disasters, such as a hurricane, that may impact a region.
2828

2929
During the planned failover process, your storage account's primary and secondary regions are swapped. The original primary region is demoted and becomes the new secondary. 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.
3030

3131
This article describes what happens during a customer-managed planned failover and failback at every stage of the process. To understand how a failover due to an unexpected storage endpoint outage works, see [How customer-managed (unplanned) failover](storage-failover-customer-managed-unplanned.md).
3232

3333
> [!IMPORTANT]
3434
> Customer-managed planned failover is currently in PREVIEW and limited to the following regions:
35-
>
36-
> | | | | |
37-
> |-------------------|------------------|------------|----------------|
38-
> | Australia East | Central US | East Asia | East US 2 |
39-
> | France Central | India Central | India West | Southeast Asia |
40-
> | Switzerland North | Switzerland West | UK South | West Europe |
35+
>
36+
> - Australia East
37+
> - Central US
38+
> - East Asia
39+
> - East US 2
40+
> - France Central
41+
> - India Central
42+
> - India West
43+
> - Southeast Asia
44+
> - Switzerland North
45+
> - Switzerland West
46+
> - UK South
47+
> - West Europe
4148
>
4249
> See the [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/) for legal terms that apply to Azure features that are in beta, preview, or otherwise not yet released into general availability.
4350
>

articles/storage/common/storage-initiate-account-failover.md

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

88
ms.service: azure-storage
99
ms.topic: how-to
10-
ms.date: 06/06/2024
10+
ms.date: 06/13/2024
1111
ms.author: shaas
1212
ms.subservice: storage-common-concepts
1313
---
@@ -18,7 +18,7 @@ Microsoft strives to ensure that Azure services are always available. However, u
1818

1919
This article shows how to initiate an account failover for your storage account using the Azure portal, PowerShell, or the Azure CLI. To learn more about account failover, see [Azure storage disaster recovery planning and failover](storage-disaster-recovery-guidance.md).
2020

21-
<!--[INCLUDE [updated-for-az](../../../includes/updated-for-az.md)]-->
21+
[!INCLUDE [updated-for-az](../../../includes/storage-failover-unplanned-hns-preview-include.md)]
2222

2323
## Prerequisites
2424

0 commit comments

Comments
 (0)