Skip to content

Commit c619ca9

Browse files
authored
Merge pull request #190034 from tamram/tamram22-0223
clarify redundancy migration in archive scenarios
2 parents 617d21a + 0364756 commit c619ca9

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

articles/storage/blobs/access-tiers-overview.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Azure storage offers different access tiers so that you can store y
55
author: tamram
66

77
ms.author: tamram
8-
ms.date: 11/01/2021
8+
ms.date: 02/28/2022
99
ms.service: storage
1010
ms.subservice: blobs
1111
ms.topic: conceptual
@@ -69,8 +69,11 @@ The following operations are supported for blobs in the Archive tier:
6969
- [Set Blob Tags](/rest/api/storageservices/set-blob-tags)
7070
- [Set Blob Tier](/rest/api/storageservices/set-blob-tier)
7171

72-
> [!NOTE]
73-
> The Archive tier is not supported for ZRS, GZRS, or RA-GZRS accounts. Migrating from LRS to GRS is supported as long as no blobs were moved to the Archive tier while the account was set to LRS. An account can be moved back to GRS if the update is performed less than 30 days from the time the account became LRS, and no blobs were moved to the Archive tier while the account was set to LRS.
72+
Only storage accounts that are configured for LRS, GRS, or RA-GRS support moving blobs to the Archive tier. The Archive tier is not supported for ZRS, GZRS, or RA-GZRS accounts. For more information about redundancy configurations for Azure Storage, see [Azure Storage redundancy](../common/storage-redundancy.md).
73+
74+
To change the redundancy configuration for a storage account that contains blobs in the Archive tier, you must first rehydrate all archived blobs to the Hot or Cool tier. Microsoft recommends that you avoid changing the redundancy configuration for a storage account that contains archived blobs if at all possible, because rehydration operations can be costly and time-consuming.
75+
76+
Migrating a storage account from LRS to GRS is supported as long as no blobs were moved to the Archive tier while the account was configured for LRS. An account can be moved back to GRS if the update is performed less than 30 days from the time the account became LRS, and no blobs were moved to the Archive tier while the account was set to LRS.
7477

7578
## Default account access tier setting
7679

articles/storage/common/redundancy-migration.md

Lines changed: 3 additions & 1 deletion
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: 01/28/2022
10+
ms.date: 02/28/2022
1111
ms.author: tamram
1212
ms.subservice: common
1313
ms.custom: devx-track-azurepowershell
@@ -48,6 +48,8 @@ The following table provides an overview of how to switch from each type of repl
4848
> [!CAUTION]
4949
> If you performed an [account failover](storage-disaster-recovery-guidance.md) for your (RA-)GRS or (RA-)GZRS account, the account is locally redundant (LRS) in the new primary region after the failover. Live migration to ZRS or GZRS for an LRS account resulting from a failover is not supported. This is true even in the case of so-called failback operations. For example, if you perform an account failover from RA-GZRS to the LRS in the secondary region, and then configure it again to RA-GRS and perform another account failover to the original primary region, you can't contact support for the original live migration to RA-GZRS in the primary region. Instead, you'll need to perform a manual migration to ZRS or GZRS.
5050
51+
To change the redundancy configuration for a storage account that contains blobs in the Archive tier, you must first rehydrate all archived blobs to the Hot or Cool tier. Microsoft recommends that you avoid changing the redundancy configuration for a storage account that contains archived blobs if at all possible, because rehydration operations can be costly and time-consuming.
52+
5153
## Change the replication setting
5254

5355
You can use the Azure portal, PowerShell, or Azure CLI to change the replication setting for a storage account, as long as you are not changing how data is replicated in the primary region. If you are migrating from LRS in the primary region to ZRS in the primary region or vice versa, then you must perform either a manual migration or a live migration.

0 commit comments

Comments
 (0)