A medical records company is designing an Azure Storage solution for document uploads. The system requirements specify that all uploaded documents must be replicated synchronously across three distinct availability zones within the primary region to protect against a localized datacenter failure.
Which two redundancy options meet these requirements?
- Zone-redundant storage (ZRS)Answer
- Geo-zone-redundant storage (GZRS)Answer
- CLocally-redundant storage (LRS)
- DGeo-redundant storage (GRS)
Answer
Zone-redundant storage (ZRS) and Geo-zone-redundant storage (GZRS) meet the requirements because they replicate data synchronously across three availability zones in the primary region.
Zone-redundant storage (ZRS) and Geo-zone-redundant storage (GZRS) both replicate data synchronously across three Azure availability zones in the primary region, meeting the requirement to survive a localized zone or datacenter outage.
Step-by-Step Solution
Key Concept
Data replication strategies in Azure Storage, focusing on primary region zone redundancy (ZRS/GZRS) versus local redundancy (LRS/GRS).