You manage a standard General Purpose v2 (GPv2) storage account named `storagedata2026` in the East US region. The storage account is configured to use locally-redundant storage (LRS). A lifecycle management policy is active on `storagedata2026` that automatically moves blobs to the Archive tier if they have not been modified for 30 days. Currently, the storage account contains 10 TB of blobs in the Archive tier. You need to convert the storage account to use zone-redundant storage (ZRS). The solution must minimize application downtime and avoid manual data replication. Which of the following actions should you perform first?
- Rehydrate the archived blobs to the Hot or Cool tier, and then submit a support request to initiate a live migration.Answer
- BModify the replication setting of the storage account to Zone-redundant storage (ZRS) in the Azure portal.
- CDelete the lifecycle management policy, and then submit a support request to initiate a live migration.
- DChange the replication setting of the storage account to Geo-redundant storage (GRS), and then initiate a customer-managed failover.
Answer
Rehydrate the archived blobs to the Hot or Cool tier, and then submit a support request to initiate a live migration.
To migrate an LRS storage account to ZRS while avoiding downtime (via live migration) and avoiding manual copying, you must submit a support request. However, a primary prerequisite for live migration to ZRS is that the storage account cannot contain any archived blobs. Therefore, the administrator must first rehydrate all archived blobs to the Hot or Cool tier before requesting the migration.
Step-by-Step Solution
Key Concept
Prerequisites and migration paths for converting Azure Storage replication from LRS to ZRS when archived blobs are present.