An administrator is configuring a General Purpose v2 (GPv2) storage account named corpstore01 in the East US region. The storage account currently uses Locally Redundant Storage (LRS) and hosts critical application logs. The administrator must meet the following requirements:
- Replicate the storage account to the West US region to protect against regional outages while allowing read access to the replicated data in West US under normal operations.
- Automatically move block blobs inside the container named telemetry that begin with the prefix daily/ to the Archive storage tier if they have not been modified for more than 90 days.
- Ensure that the storage account is prepared for customer-managed failover, and understand the redundancy state of the account after a failover is executed.
Which of the following configurations and statements are correct for this scenario? (Select TWO.)
- Configure the replication of the storage account to Read-Access Geo-Redundant Storage (RA-GRS).Answer
- BCreate a lifecycle management policy rule with a prefix filter set to daily/ to transition the blobs to the Archive tier.
- Create a lifecycle management policy rule with a prefix filter set to telemetry/daily/ to transition the blobs to the Archive tier.Answer
- DPerforming a customer-managed failover will result in the storage account in West US automatically having Read-Access Geo-Redundant Storage (RA-GRS) replication.
- EConfigure the replication of the storage account to Geo-Redundant Storage (GRS), as it provides read access to the secondary region by default.