Skip to content

Commit dcbe7b2

Browse files
authored
Merge pull request #186630 from tamram/patch-14
Update redundancy-migration.md
2 parents 81cdcc1 + b0b282e commit dcbe7b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/storage/common/redundancy-migration.md

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

88
ms.service: storage
99
ms.topic: how-to
10-
ms.date: 11/30/2021
10+
ms.date: 01/28/2022
1111
ms.author: tamram
1212
ms.subservice: common
1313
ms.custom: devx-track-azurepowershell
@@ -28,7 +28,7 @@ For an overview of each of these options, see [Azure Storage redundancy](storage
2828

2929
## Switch between types of replication
3030

31-
You can switch a storage account from one type of replication to any other type, but some scenarios are more straightforward than others. If you want to add or remove geo-replication or read access to the secondary region, you can use the Azure portal, PowerShell, or Azure CLI to update the replication setting. However, if you want to change how data is replicated in the primary region, by moving from LRS to ZRS or vice versa, then you must either perform a manual migration or request a live migration. And if you want to move from ZRS to GZRS or RA-GZRS, then you must perform a live migration, unless you are performing a failback operation after failover.
31+
You can switch a storage account from one type of replication to any other type, but some scenarios are more straightforward than others. If you want to add or remove geo-replication or read access to the secondary region, you can use the Azure portal, PowerShell, or Azure CLI to update the replication setting in some scenarios; other scenarios require a manual or live migration. If you want to change how data is replicated in the primary region, by moving from LRS to ZRS or vice versa, then you must either perform a manual migration or request a live migration. And if you want to move from ZRS to GZRS or RA-GZRS, then you must perform a live migration, unless you are performing a failback operation after failover.
3232

3333
The following table provides an overview of how to switch from each type of replication to another:
3434

0 commit comments

Comments
 (0)