A startup is deploying a web application that stores user profile documents in an Azure General Purpose v2 (GPv2) storage account. The design requirements are as follows:
* The documents must remain highly available and survive the loss of an entire availability zone in the primary region without administrative intervention or failover.
* The documents must also be replicated to a secondary region to protect against a regional disaster.
* To control costs, the startup wants the most cost-effective option that meets these requirements and does not require read access to the secondary region under normal operations.
Which redundancy option should you recommend?
- Geo-zone-redundant storage (GZRS)Cevap
- BRead-access geo-zone-redundant storage (RA-GZRS)
- CGeo-redundant storage (GRS)
- DZone-redundant storage (ZRS)
Cevap
Geo-zone-redundant storage (GZRS)
Geo-zone-redundant storage (GZRS) meets all constraints by synchronously replicating data across three availability zones in the primary region (surviving a zonal outage without administrative intervention) and asynchronously replicating it to a secondary region (surviving a regional disaster). Since it does not provide active read access to the secondary region, it is the most cost-effective option that satisfies the requirements.
Adım Adım Çözüm
Anahtar Kavram
Choosing the appropriate Azure Storage redundancy tier based on zonal resilience, regional disaster recovery, and cost considerations.