You are designing the storage configuration for a critical production database hosted on an Azure Virtual Machine. The database transaction logs require high write throughput and consistent sub-millisecond latency. In addition, the storage solution must remain available in the event of a physical outage or power failure at a single datacenter within the Azure region. Which disk storage configuration should you recommend?
- AStandard SSD configured with Zone-Redundant Storage (ZRS)
- BPremium SSD configured with Locally Redundant Storage (LRS)
- Premium SSD configured with Zone-Redundant Storage (ZRS)Answer
- DStandard HDD configured with Locally Redundant Storage (LRS)
Answer
Premium SSD configured with Zone-Redundant Storage (ZRS)
Premium SSD provides the sub-millisecond latency and high throughput required for transaction logs, and Zone-Redundant Storage (ZRS) replicates the data across three availability zones to protect against a single datacenter failure.
Step-by-Step Solution
Key Concept
Matching database workload latency and write throughput needs with Premium SSD performance, while ensuring datacenter-level resilience using Zone-Redundant Storage (ZRS).
Estimated Time:1m 0s