A healthcare provider plans to store patient telemetry logs in an Azure General Purpose v2 storage account. The storage configuration must meet the following requirements:
* Telemetry logs must remain writeable in the primary region even if an entire Azure availability zone (datacenter) within that region goes offline.
* The logs must be replicated to a secondary Azure region to ensure business continuity in the event of a regional disaster.
* The application running in the secondary region does not require read access to the logs unless a failover to the secondary region is initiated.
* The solution must minimize costs.
Which redundancy option should you recommend?
- Geo-zone-redundant storage (GZRS)Answer
- BGeo-redundant storage (GRS)
- CZone-redundant storage (ZRS)
- DRead-access geo-zone-redundant storage (RA-GZRS)
Answer
Geo-zone-redundant storage (GZRS) is the optimal configuration because it replicates data across three availability zones in the primary region (protecting against zone outages) and copies it asynchronously to a secondary region, without incurring the extra cost of read access to the secondary region.
Geo-zone-redundant storage (GZRS) provides high availability for write operations in the primary region by spreading data across three availability zones. It also replicates data asynchronously to a secondary region for disaster recovery. Since read access to the secondary region is not required before failover, GZRS meets all constraints at the lowest cost.
Step-by-Step Solution
Key Concept
Azure storage redundancy tiers (LRS, ZRS, GRS, GZRS) and their recovery characteristics.