Skip to content

Commit 41787de

Browse files
Merge pull request #263064 from stevenmatthew/3regions
3regions: Added three regions per Imani
2 parents 84473d0 + a838488 commit 41787de

File tree

1 file changed

+12
-9
lines changed

1 file changed

+12
-9
lines changed

articles/storage/common/redundancy-migration.md

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

88
ms.service: azure-storage
99
ms.topic: how-to
10-
ms.date: 09/21/2023
10+
ms.date: 01/11/2024
1111
ms.author: shaas
1212
ms.subservice: storage-common-concepts
1313
ms.custom: engagement-fy23, references_regions
1414
---
1515

1616
# Change how a storage account is replicated
1717

18-
Azure Storage always stores multiple copies of your data so that it is protected from planned and unplanned events. This including transient hardware failures, network or power outages, and massive natural disasters. Redundancy ensures that your storage account meets the [Service-Level Agreement (SLA) for Azure Storage](https://azure.microsoft.com/support/legal/sla/storage/) even in the face of failures.
18+
Azure Storage always stores multiple copies of your data so that it's protected from planned and unplanned events. This including transient hardware failures, network or power outages, and massive natural disasters. Redundancy ensures that your storage account meets the [Service-Level Agreement (SLA) for Azure Storage](https://azure.microsoft.com/support/legal/sla/storage/) even in the face of failures.
1919

20-
In this article, you will learn how to change the replication setting(s) for an existing storage account.
20+
In this article, you'll learn how to change the replication setting(s) for an existing storage account.
2121

2222
## Options for changing the replication type
2323

@@ -30,13 +30,13 @@ Four aspects of the redundancy configuration of a storage account determine how
3030

3131
For an overview of all of the redundancy options, see [Azure Storage redundancy](storage-redundancy.md).
3232

33-
You can change how your storage account is replicated from any redundancy configuration to any other with some limitations. Before making any changes, review those [limitations](#limitations-for-changing-replication-types) along with the [downtime requirements](#downtime-requirements) to ensure you have a plan that will produce the best end result within a time frame that suits your needs, and that satisfies your uptime requirements.
33+
You can change how your storage account is replicated from any redundancy configuration to any other with some limitations. Before making any changes, review those [limitations](#limitations-for-changing-replication-types) along with the [downtime requirements](#downtime-requirements) to ensure you have a plan that provides the best end result within a time frame that suits your needs, and that satisfies your uptime requirements.
3434

3535
There are three ways to change the replication settings:
3636

3737
- [Use the Azure portal, Azure PowerShell, or the Azure CLI](#change-the-replication-setting-using-the-portal-powershell-or-the-cli) to add or remove geo-replication or read access to the secondary region.
3838
- [Perform a conversion](#perform-a-conversion) to add or remove zone-redundancy.
39-
- [Perform a manual migration](#manual-migration) in scenarios where the first two options are not supported, or to ensure the change is completed by a specific time.
39+
- [Perform a manual migration](#manual-migration) in scenarios where the first two options aren't supported, or to ensure the change completes within a specific time.
4040

4141
If you want to change both zone-redundancy and either geo-replication or read-access, a two-step process is required. Geo-redundancy and read-access can be changed at the same time, but the zone-redundancy conversion must be performed separately. These steps can be performed in any order.
4242

@@ -45,7 +45,7 @@ If you want to change both zone-redundancy and either geo-replication or read-ac
4545
The following table provides an overview of how to switch from each type of replication to another.
4646

4747
> [!NOTE]
48-
> Manual migration is an option for any scenario in which you want to change the replication setting within the [limitations for changing replication types](#limitations-for-changing-replication-types). The manual migration option has been omitted from the table below to simplify it.
48+
> Manual migration is an option for any scenario in which you want to change the replication setting within the [limitations for changing replication types](#limitations-for-changing-replication-types). The manual migration option has been omitted from the provided table to simplify it.
4949
5050
| Switching | …to LRS | …to GRS/RA-GRS <sup>6</sup> | …to ZRS | …to GZRS/RA-GZRS <sup>2,6</sup> |
5151
|--------------------|----------------------------------------------------|---------------------------------------------------------------------|----------------------------------------------------|---------------------------------------------------------------------|
@@ -57,19 +57,19 @@ The following table provides an overview of how to switch from each type of repl
5757
<sup>1</sup> [Adding geo-redundancy incurs a one-time egress charge](#costs-associated-with-changing-how-data-is-replicated).<br />
5858
<sup>2</sup> If your storage account contains blobs in the archive tier, review the [access tier limitations](#access-tier) before changing the redundancy type to geo- or zone-redundant.<br />
5959
<sup>3</sup> The type of conversion supported depends on the storage account type. See [the storage account table](#storage-account-type) for more details.<br />
60-
<sup>4</sup> Conversion to ZRS or GZRS for an LRS account resulting from a failover is not supported. For more details see [Failover and failback](#failover-and-failback).<br />
60+
<sup>4</sup> Conversion to ZRS or GZRS for an LRS account resulting from a failover isn't supported. For more details, see [Failover and failback](#failover-and-failback).<br />
6161
<sup>5</sup> Converting from LRS to ZRS is [not supported if the NFSv3 protocol support is enabled for Azure Blob Storage or if the storage account contains Azure Files NFSv4.1 shares](#protocol-support). <br />
6262
<sup>6</sup> Even though enabling geo-redundancy appears to occur instantaneously, failover to the secondary region cannot be initiated until data synchronization between the two regions has completed.<br />
6363

6464
## Change the replication setting
6565

66-
Depending on your scenario from the [replication change table](#replication-change-table), use one of the methods below to change your replication settings.
66+
Depending on your scenario from the [replication change table](#replication-change-table), use one of the following methods to change your replication settings.
6767

6868
### Change the replication setting using the portal, PowerShell, or the CLI
6969

7070
In most cases you can use the Azure portal, PowerShell, or the Azure CLI to change the geo-redundant or read access (RA) replication setting for a storage account. If you are initiating a zone redundancy conversion, you can change the setting from within the Azure portal, but not from PowerShell or the Azure CLI.
7171

72-
Changing how your storage account is replicated in the Azure portal does not result in down time for your applications, including changes that require a conversion.
72+
Changing how your storage account is replicated in the Azure portal doesn't result in down time for your applications, including changes that require a conversion.
7373

7474
# [Portal](#tab/portal)
7575

@@ -231,8 +231,11 @@ Make sure the region where your storage account is located supports all of the d
231231
> [!IMPORTANT]
232232
> [Customer-initiated conversion](#customer-initiated-conversion) from LRS to ZRS is available in all public regions that support ZRS except for the following:
233233
>
234+
> - (Europe) Italy North
235+
> - (Europe) Poland Central
234236
> - (Europe) West Europe
235237
> - (Europe) UK South
238+
> - (Middle East) Israel Central
236239
> - (North America) Canada Central
237240
> - (North America) East US
238241
> - (North America) East US 2

0 commit comments

Comments
 (0)