A company has an Azure subscription containing a standard General Purpose v2 (GPv2) storage account named `storeprodwest2` in the West US 2 region. The storage account is configured with locally redundant storage (LRS) and contains a single blob container with of data. A lifecycle management rule is currently active that transitions blobs older than days to the Archive tier, resulting in of archived blobs. The company wants to migrate the storage account to zone-redundant storage (ZRS) with zero data loss and no downtime. You plan to request a live migration from Microsoft support. Which of the following actions must you perform before Microsoft can initiate the live migration?
- Disable or modify the lifecycle management policy, rehydrate all archived blobs to the Hot or Cool tier, and then submit the support request for live migration.Answer
- BAssign the Storage Blob Data Contributor role to the Azure Support service principal, and then submit the support request for live migration.
- CChange the replication setting of the storage account to Geo-Redundant Storage (GRS) in the Azure portal, and then submit the support request for live migration.
- DSubmit the support request for live migration directly, as Microsoft support will automatically migrate and maintain the archived blobs in the Archive tier of the new ZRS account.
Answer
Disable or modify the lifecycle management policy, rehydrate all archived blobs to the Hot or Cool tier, and then submit the support request for live migration.
Live migration from LRS to ZRS is blocked if the storage account contains any blobs in the Archive tier. To resolve this, the administrator must first stop the lifecycle policy from archiving further blobs, rehydrate all existing archived blobs to Hot or Cool, and then submit the support request.
Step-by-Step Solution
Key Concept
Replication live migration limitations and lifecycle management coordination