An administrator plans to perform a live migration of a standard General Purpose v2 (GPv2) storage account named `stbackup2026` from Locally-redundant storage (LRS) to Zone-redundant storage (ZRS). The storage account contains some older database backup files that are currently stored in the Archive access tier. Which action must the administrator perform before initiating the live migration request?
- Rehydrate the archived blobs to either the Hot or Cool access tier.Answer
- BTemporarily disable all active lifecycle management policies on the storage account.
- CChange the default access tier of the storage account from Hot to Cool.
- DAssign the Storage Blob Data Owner role to the Microsoft support service principal.
Answer
Rehydrate the archived blobs to either the Hot or Cool access tier.
The correct answer is to rehydrate the archived blobs to either the Hot or Cool access tier. Azure Storage live migration from LRS to ZRS (or GRS to GZRS) does not support accounts containing archived data. Therefore, all blobs in the Archive tier must be transitioned back to an online tier (Hot or Cool) before requesting the live migration.
Step-by-Step Solution
Key Concept
Live migration from Locally-redundant storage (LRS) to Zone-redundant storage (ZRS) requires that the source storage account contains no blobs in the Archive tier. Any archived data must be rehydrated to an online tier (Hot or Cool) before the migration can proceed.
Estimated Time:1m 30s