An organization has an Azure subscription containing a General Purpose v2 (GPv2) storage account named storage1 configured with Geo-Redundant Storage (GRS). The storage account contains two blob containers:
* media-delivery – Stores active, frequently accessed media assets used by a web application.
* compliance-logs – Stores historical logs.
To minimize storage costs, a lifecycle management policy is applied to storage1 with a rule that transitions all blobs in compliance-logs to the Archive tier 30 days after creation.
A major regional outage occurs in the primary region of storage1. An administrator attempts to initiate a customer-managed failover of storage1 to the secondary region to restore write capabilities for the web application, but the failover operation is blocked.
Which of the following is the most appropriate action to resolve this issue and ensure the web application can fail over to the secondary region in the event of a future primary region outage?
- Create a separate storage account for the historical logs, configure its lifecycle policy to archive the logs, and keep only the active media assets in storage1.Answer
- BRehydrate the archived logs to the Cool tier by updating their blob tier directly on the secondary endpoint, and then initiate the failover.
- CChange the replication configuration of storage1 from GRS to Locally Redundant Storage (LRS), and then retry the failover.
- DModify the lifecycle policy rule to delete the archived logs immediately, and wait for the policy to execute on the secondary region.