A company is designing a storage solution using a General Purpose v2 storage account to store block blobs containing media files for a web application in the East US region. The storage solution must meet the following requirements:
* Provide resilience against the outage of a single datacenter zone within the primary region.
* Provide regional disaster recovery by replicating the data to a secondary region.
* Minimize costs by avoiding charges for read access to the secondary region, which is not required.
Which redundancy option should you select for the storage account?
- 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)
Geo-zone-redundant storage (GZRS) is correct because it combines the zone-level redundancy of ZRS in the primary region with the regional replication of GRS. It copies data across three availability zones in the primary region, safeguarding against zone failures, and replicates it asynchronously to a secondary region for disaster recovery, all without paying the extra premium for read-access to the secondary region.
Step-by-Step Solution
Key Concept
Selecting the optimal Azure storage redundancy tier based on zonal availability, regional disaster recovery, and cost constraints.