A reporting team wants a storage redundancy option that keeps a readable copy in the paired region. Which two choices provide read access to the secondary region? Select two.
Read-access geo-redundant storage (RA-GRS) is correct because it synchronously copies data three times within a single physical location in the primary region, then asynchronously replicates to a paired secondary region, and critically exposes that secondary endpoint for read-only access. For a reporting team, this means reports can be served from the secondary region even without a formal failover, enabling read-heavy workloads and improving availability. The secondary copy remains readable even if the primary region suffers an outage, which is why RA-GRS is the minimum redundancy level commonly recommended for reporting and BI workloads.
Why this answer
Read-access geo-redundant storage (RA-GRS) is correct because it provides geo-redundant storage (GRS) with the additional capability to read from the secondary region. This ensures that if the primary region becomes unavailable, the reporting team can still access a readable copy of the data in the paired region. RA-GRS replicates data asynchronously to a secondary region and allows read access to that secondary copy at all times.
Exam trap
The trap here is that candidates often confuse geo-redundant storage (GRS) with read-access geo-redundant storage (RA-GRS), mistakenly assuming GRS automatically provides read access to the secondary region, but GRS only allows read access after a failover, not continuously.
Why the other options are wrong
LRS does not replicate data to a secondary region, so it cannot provide read access to a paired region. It only maintains three synchronous copies within a single datacenter.
Zone-redundant storage (ZRS) replicates data synchronously across three Azure availability zones within a single region, but does not provide any replication to a secondary region, so it cannot offer read access to a paired region.
GRS provides geo-redundancy but does not include read access to the secondary region; read access requires RA-GRS or RA-GZRS.