You manage a standard General Purpose v2 (GPv2) storage account named `streports2026` in the North Europe region. The storage account is configured with Locally-Redundant Storage (LRS) and contains a container named `finance`.
You have the following requirements:
1. Replicate the storage account data to the West Europe region and ensure the data is immediately readable in the secondary region.
2. Automatically transition blobs in the `finance` container to the Cool tier 30 days after modification, and delete them after 365 days.
Which of the following actions should you perform? (Select TWO.)
- Change the replication configuration of the storage account from Locally-redundant storage (LRS) to Read-access geo-redundant storage (RA-GRS).Answer
- Create a lifecycle management policy rule that filters by the prefix finance/ and applies transition and deletion actions based on last modification time.Answer
- CSubmit a support request to Microsoft to initiate a live migration of the storage account replication from Locally-redundant storage (LRS) to Read-access geo-redundant storage (RA-GRS).
- DAssign the Storage Blob Data Owner role to the storage account's system-assigned managed identity to authorize the execution of the lifecycle management policy.
Answer
The correct actions are to change the replication configuration of the storage account from Locally-redundant storage (LRS) to Read-access geo-redundant storage (RA-GRS), and to create a lifecycle management policy rule that filters by the prefix finance/ and applies transition and deletion actions based on last modification time.
To satisfy the replication requirement, the storage account's replication configuration must be changed from Locally-redundant storage (LRS) to Read-access geo-redundant storage (RA-GRS), which replicates the data to the paired region and makes it immediately readable. To satisfy the lifecycle requirement, a lifecycle management policy rule must be created that applies prefix filtering (specifying the container name 'finance/') and defines the transition and deletion actions based on the number of days since last modification.
Step-by-Step Solution
Key Concept
Configuring Azure Blob Storage replication changes and setting up container-scoped lifecycle management policies.