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 enabledCevap
- 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
Cevap
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.
Adım Adım Çözüm
Anahtar Kavram
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.
Tahmini Süre:1m 30s