A company is planning the storage architecture for a new application. The business requirements state that the data must be replicated synchronously across three separate availability zones within the primary region to ensure high availability. Which two Azure Storage replication options should you recommend to meet this requirement? (Select two.)
- 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)
The correct options are Zone-redundant storage (ZRS) and Geo-zone-redundant storage (GZRS). ZRS replicates data synchronously across three availability zones in the primary region. GZRS combines the high availability of ZRS in the primary region with asynchronous replication to a secondary region, meaning both options meet the requirement of synchronous zonal replication in the primary region.
Step-by-Step Solution
Key Concept
Azure Storage Zone Redundancy
Estimated Time:45s