A digital banking platform is designing a storage solution for historical transaction records. The data will be stored in an Azure General Purpose v2 (GPv2) storage account. The platform's disaster recovery and high availability policies dictate the following constraints:
* The data must remain accessible even if a single datacenter in the primary region experiences a complete power outage.
* In the event of a major regional disaster affecting the primary region, the data must be recoverable in a secondary paired region.
Which two redundancy options satisfy these requirements? (Select two.)
- Geo-zone-redundant storage (GZRS)Answer
- Read-access geo-zone-redundant storage (RA-GZRS)Answer
- CGeo-redundant storage (GRS)
- DZone-redundant storage (ZRS)
- ELocally-redundant storage (LRS)
Answer
The correct options are geo-zone-redundant storage (GZRS) and read-access geo-zone-redundant storage (RA-GZRS).
The correct redundancy tiers are geo-zone-redundant storage (GZRS) and read-access geo-zone-redundant storage (RA-GZRS). Both options replicate data synchronously across three availability zones in the primary region, protecting against localized datacenter outages, and copy data asynchronously to a secondary region, protecting against regional disasters.
Step-by-Step Solution
Key Concept
Selecting Azure Storage redundancy tiers to meet combined local high availability (zonal) and disaster recovery (regional) objectives.