A reporting application stores files in Azure Blob Storage. The business wants the secondary region to be readable if the primary region becomes unavailable. Which redundancy option should you use?
RA-GRS keeps a replicated copy in a paired region and allows read access to the secondary endpoint, which fits the requirement for secondary-region reads.
Why this answer
Option C (RA-GRS) is correct because it provides geo-replication by asynchronously copying data to a secondary region and enables read access to that secondary endpoint. If the primary region becomes unavailable, the application can continue reading from the secondary region, meeting the business requirement for readable secondary access during a primary outage.
Exam trap
The trap here is that candidates often confuse ZRS (zone-redundant within a region) with geo-redundant options, or mistakenly think LRS provides any cross-region resilience, when only RA-GRS offers both geo-replication and read access to the secondary region.
How to eliminate wrong answers
Option A is wrong because LRS (Locally Redundant Storage) stores three replicas within a single data center in one region only, providing no protection against a regional outage or secondary region read access. Option B is wrong because ZRS (Zone-Redundant Storage) replicates across availability zones within a single region, offering no geo-replication to a secondary region for disaster recovery. Option D is wrong because the Archive access tier is for cost-effective long-term storage of infrequently accessed data, not for replication or providing readable secondary access during an outage.