You are designing an Azure storage solution for a company that is deploying a new logging application and a critical backup system. You have the following requirements:
1. The logging application requires high-performance managed disk storage to support continuous, low-latency write operations.
2. The critical backup files must remain highly available even if an entire Azure data center in the primary region suffers a complete power outage.
Which two storage configurations should you recommend to meet these requirements? (Select two.)
- Premium SSD Managed Disks for the logging applicationAnswer
- Zone-redundant storage (ZRS) for the critical backupsAnswer
- CStandard HDD Managed Disks for the logging application
- DLocally redundant storage (LRS) for the critical backups
Answer
The correct configurations are to use Premium SSD Managed Disks for the logging application and Zone-redundant storage (ZRS) for the critical backups.
Premium SSD Managed Disks provide the performance and low latency necessary for continuous write operations in a logging application, while Zone-redundant storage (ZRS) protects critical backups against datacenter-wide failures by replicating data across multiple physical zones.
Step-by-Step Solution
Key Concept
Selecting appropriate Azure storage tiers and redundancy options based on application performance requirements and disaster recovery constraints.
Estimated Time:1m 0s