VeloCart Delivery is designing an Azure Storage account to host customer delivery records. The storage solution must synchronously replicate data across three availability zones in the primary region. Additionally, the data must be replicated to a secondary region to protect against a regional outage. Which two Azure Storage redundancy options meet these requirements?
- Geo-zone-redundant storage (GZRS)Answer
- Read-access geo-zone-redundant storage (RA-GZRS)Answer
- CGeo-redundant storage (GRS)
- DLocally redundant storage (LRS)
Answer
Geo-zone-redundant storage (GZRS) and Read-access geo-zone-redundant storage (RA-GZRS) are the two redundancy options that meet both the zone-redundant replication in the primary region and geo-replication to a secondary region.
To satisfy both requirements, the storage account must replicate data across three availability zones in the primary region (zonal redundancy) and to a secondary region (geo-redundancy). Geo-zone-redundant storage (GZRS) and read-access geo-zone-redundant storage (RA-GZRS) both achieve this by combining zone-redundancy in the primary region with geo-redundancy to a secondary region.
Step-by-Step Solution
Key Concept
Azure Storage redundancy options combining zone-redundant storage and geo-redundant storage to protect against datacenter and regional outages.