You are designing an Azure Storage solution for storing virtual machine backups. The compliance requirements state that the backup data must remain available even in the event of a catastrophic disaster that causes an entire Azure region to become offline. Which storage redundancy option should you recommend to meet the requirements while minimizing costs?
- Geo-redundant storage (GRS)Cevap
- BLocally redundant storage (LRS)
- CZone-redundant storage (ZRS)
- DRead-access geo-redundant storage (RA-GRS) configured to allow active-active write operations in both the primary and secondary regions
Cevap
Geo-redundant storage (GRS)
Geo-redundant storage (GRS) replicates data asynchronously to a secondary region, ensuring data is preserved even if the primary region goes offline. It is the most cost-effective option for cross-region replication.
Adım Adım Çözüm
Anahtar Kavram
Selecting the appropriate Azure Storage redundancy tier based on regional availability requirements and cost constraints.