An administrator manages a General Purpose v2 (GPv2) storage account named storagelogsa in the East US region. The storage account is currently configured to use Locally Redundant Storage (LRS) and contains block blobs in a container named activitylogs.
A lifecycle management policy is applied to the storage account with a single rule:
- Filter: Blob prefix is activitylogs/archive/
- Action: Transition blobs to the Archive tier 30 days after modification.
Currently, the container contains:
- 500 blobs under activitylogs/raw/ (all modified 45 days ago, currently in the Hot tier)
- 200 blobs under activitylogs/archive/ (all modified 45 days ago, currently in the Archive tier)
You need to change the replication configuration of the storage account from LRS to Zone-Redundant Storage (ZRS) to ensure zonal availability. When you attempt to change the replication setting in the Azure portal, the option is unavailable.
Which of the following actions should you perform first to enable the replication configuration change?
- Rehydrate the 200 blobs in the activitylogs/archive/ path to the Hot or Cool tier.Answer
- BAssign the Storage Blob Data Contributor role to your user account at the container scope.
- CTemporarily delete the lifecycle management policy, and then wait 24 hours for the policy status to clear.
- DPerform a customer-managed failover by temporarily converting the storage account replication to Geo-Redundant Storage (GRS).