You are designing a storage solution for database backup files in Azure. The solution must meet the following requirements:
* Ensure the backup files remain available if a single datacenter within the primary Azure region experiences an outage.
* Minimize storage costs.
* Provide sub-second retrieval times for the backups.
Which two configurations should you select for the storage account? (Choose two.)
- Zone-redundant storage (ZRS)Cevap
- Cool access tierCevap
- CLocally-redundant storage (LRS)
- DArchive access tier
Cevap
Zone-redundant storage (ZRS) and Cool access tier
To survive a single datacenter outage while minimizing costs, the storage account must be configured with Zone-redundant storage (ZRS). To store infrequently accessed backup files cost-effectively with sub-second retrieval capability, the Cool access tier must be selected.
Adım Adım Çözüm
Anahtar Kavram
Selecting Azure storage redundancy and access tiers based on availability, cost, and latency requirements.