You are designing an Azure Blob Storage solution for storing virtual machine backups. The solution must meet the following requirements:
- Ensure the backups remain available if a single datacenter in the primary region fails.
- Ensure backups can be retrieved within seconds if a restore is initiated.
- Minimize storage costs.
Which storage configuration should you recommend?
- ALocally-redundant storage (LRS) in the Cool access tier
- BZone-redundant storage (ZRS) in the Archive access tier
- Zone-redundant storage (ZRS) in the Cool access tierAnswer
- DRead-access geo-redundant storage (RA-GRS) in the Cool access tier
Answer
Zone-redundant storage (ZRS) in the Cool access tier
Zone-redundant storage (ZRS) replicates data synchronously across three Azure availability zones in the primary region, meeting the requirement to survive a single datacenter (zone) failure. The Cool access tier is cost-effective for storage that is not accessed frequently but requires immediate retrieval times, which matches the backup restoration requirements.
Step-by-Step Solution
Key Concept
Azure Storage Redundancy and Access Tiers