A pharmaceutical research company is designing a storage solution for clinical trial data using Azure Blob Storage. The data is stored in a General Purpose v2 (GPv2) storage account. The solution must satisfy the following requirements:
* The primary storage must survive the failure of an entire availability zone within the primary region without any downtime or data loss.
* In the event of a complete primary region failure, read operations must continue from a secondary region with a minimal recovery time objective (RTO), without waiting for a failover to be initiated.
Which storage redundancy option should you recommend?
- Read-access geo-zone-redundant storage (RA-GZRS)Answer
- BGeo-zone-redundant storage (GZRS)
- CRead-access geo-redundant storage (RA-GRS)
- DZone-redundant storage (ZRS)
Answer
Read-access geo-zone-redundant storage (RA-GZRS)
Read-access geo-zone-redundant storage (RA-GZRS) is correct because it combines the zonal replication of ZRS in the primary region with geo-replication to a secondary region. Crucially, it provides a read-only endpoint in the secondary region, allowing applications to read data immediately during a primary region failure without waiting for a failover.
Step-by-Step Solution
Key Concept
Selecting the optimal Azure storage redundancy tier based on zonal availability, regional disaster recovery, and read-access requirements.