An enterprise database hosting platform is migrating its critical transactional database to Azure Virtual Machines. The virtual machines are deployed in a high-availability configuration across multiple Availability Zones in a single Azure region.
The database transaction log drive requires a storage solution that meets the following requirements:
- Must sustain at least IOPS.
- Must provide consistent low latency.
- Must remain online and accessible to virtual machines in another availability zone if the primary availability zone suffers a complete power outage.
Which storage configuration should you recommend?
- Premium SSD managed disks configured with Zone-Redundant Storage (ZRS)Answer
- BPremium SSD v2 managed disks configured with Locally Redundant Storage (LRS)
- CUltra Disk managed disks configured with Locally Redundant Storage (LRS)
- DStandard SSD managed disks configured with Zone-Redundant Storage (ZRS)
Answer
Premium SSD managed disks configured with Zone-Redundant Storage (ZRS)
The correct option is the one specifying Premium SSD managed disks with Zone-Redundant Storage (ZRS). Premium SSDs can meet the IOPS requirement with consistent low latency, and ZRS replicates the data across three availability zones in the region, ensuring access is maintained if the primary zone fails.
Step-by-Step Solution
Key Concept
Selecting Azure managed disk types and redundancy configurations based on performance and zonal availability requirements.
Estimated Time:2m 0s