A financial services company is designing a storage solution for its document management platform using an Azure General Purpose v2 (GPv2) storage account. The platform has the following requirements:
- The data must remain highly available and survive the loss of an entire availability zone in the primary region.
- In the event of a regional disaster in the primary region, the platform must be able to read documents from a secondary paired region with a target Recovery Time Objective (RTO) of zero, without requiring a manual or managed storage failover.
- Cost and administrative overhead must be minimized.
Which redundancy configuration should you recommend for the storage account?
- Read-access geo-zone-redundant storage (RA-GZRS)Cevap
- BGeo-zone-redundant storage (GZRS)
- CRead-access geo-redundant storage (RA-GRS)
- DZone-redundant storage (ZRS)
Cevap
Read-access geo-zone-redundant storage (RA-GZRS) is the correct choice because it replicates data across three availability zones in the primary region (protecting against zone outages) and provides read-only access to the secondary region endpoint without requiring a failover (ensuring a zero RTO for read operations).
Read-access geo-zone-redundant storage (RA-GZRS) replicates data synchronously across three Azure availability zones in the primary region, which allows the application to survive a zone outage. It also asynchronously replicates the data to a secondary paired region and exposes a read-only endpoint, allowing the application to read documents during a disaster without initiating a storage failover.
Adım Adım Çözüm
Anahtar Kavram
Azure Storage Redundancy Tiers and Secondary Endpoint Access