An organization has an Azure standard General Purpose v2 (GPv2) storage account named corpstoreupload in West US 2. The account currently uses Locally-redundant storage (LRS) and contains a blob container named invoices.
You need to meet the following requirements:
1. Provide read-only access to the data in a secondary region without waiting for a failover to be initiated if the primary region becomes unavailable.
2. Automatically move blobs in the invoices container to the Archive tier if they have not been modified for more than 90 days.
3. Automatically delete blobs in the invoices container if they have not been modified for more than 365 days.
Which of the following statements describe correct configurations or behaviors for this scenario? (Select TWO.)
- You can change the replication setting of the storage account directly from LRS to Read-access geo-redundant storage (RA-GRS) without data migration, but blobs transitioned to the Archive tier cannot be read from the secondary endpoint until they are rehydrated.Cevap
- You must configure a lifecycle management policy with a rule that filters by the prefix invoices/ and contains actions to transition blobs to the Archive tier after 90 days of modification, and to delete blobs after 365 days of modification.Cevap
- CTo enable geo-redundancy, you must request a live migration from Microsoft Support to convert the storage account from LRS to Zone-redundant storage (ZRS) before you can change the replication to Read-access geo-zone-redundant storage (RA-GZRS), as LRS cannot be directly changed to geo-redundant replication.
- DTo allow users to read the replicated blobs from the secondary endpoint, you only need to assign them the Reader role at the resource group level, as control plane roles automatically grant data-plane access to secondary endpoints.