An enterprise is designing a high-availability SQL Server Failover Cluster Instance (FCI) on Azure Virtual Machines. The virtual machines are distributed across two Availability Zones within a single region. The database requires a shared storage volume that supports SCSI Persistent Reservations. The storage solution must sustain high IOPS with low latency for transactional workloads and must remain online even if a single datacenter zone experiences an outage. Which storage solution should you recommend?
- Premium SSD managed disks configured with Zone-Redundant Storage (ZRS) and Shared Disks enabledAnswer
- BUltra Disk managed disks with Shared Disks enabled
- CStandard SSD managed disks configured with Zone-Redundant Storage (ZRS) and Shared Disks enabled
- DA Premium Azure Files share mounted using the Server Message Block (SMB) protocol
Answer
Premium SSD managed disks configured with Zone-Redundant Storage (ZRS) and Shared Disks enabled
The correct answer is the option recommending Premium SSD managed disks configured with Zone-Redundant Storage (ZRS) and Shared Disks enabled. This configuration satisfies the block-storage requirement for SCSI-3 Persistent Reservations, provides the low latency needed for database workloads, and replicates data synchronously across three availability zones to handle zone outages.
Step-by-Step Solution
Key Concept
Azure Shared Disks enable sharing a managed disk across multiple VMs, with Premium SSD supporting both ZRS and the SCSI persistent reservations needed for cluster configurations.
Estimated Time:1m 30s