An enterprise is migrating a legacy, stateful transaction processing application to Azure. The application has the following requirements:
- It requires physical isolation at the hardware host level to meet compliance and licensing standards.
- The steady-state workload requires 32 vCPUs and 256 GiB of RAM, running continuously 24/7.
- The virtual machines must have a guaranteed 99.95% availability SLA.
- The database log drive requires 20,000 IOPS and sub-millisecond latency.
- The application cannot be containerized due to kernel-level licensing checks.
Which of the following compute and storage designs should you recommend to meet the requirements while minimizing costs?
- Deploy two Azure Dedicated Hosts of the Esv5-family (one in Availability Zone 1 and one in Availability Zone 2). Deploy one E32s v5 virtual machine on each host, and configure the database log volume using Premium SSD v2 disks.Cevap
- BDeploy two Azure Dedicated Hosts of the Esv5-family (one in Availability Zone 1 and one in Availability Zone 2). Deploy one E32s v5 Azure Spot virtual machine on each host, and configure the database log volume using Premium SSD v2 disks.
- CDeploy two Azure Dedicated Hosts of the Esv5-family (one in Availability Zone 1 and one in Availability Zone 2). Deploy one E32s v5 virtual machine on each host, and configure the database log volume using Standard SSD disks.
- DDeploy a single Azure Dedicated Host of the Esv5-family in a single Availability Zone. Deploy two E32s v5 virtual machines on the same host, and configure the database log volume using Premium SSD v2 disks.
Cevap
Deploy two Azure Dedicated Hosts of the Esv5-family (one in Availability Zone 1 and one in Availability Zone 2), deploy one E32s v5 virtual machine on each host, and configure the database log volume using Premium SSD v2 disks.
Deploying two Azure Dedicated Hosts of the Esv5-family across two Availability Zones, running E32s v5 virtual machines with Premium SSD v2 disks, is correct. Esv5-series hosts and VMs provide the exact 1:8 CPU-to-memory ratio needed (32 vCPUs and 256 GiB RAM), avoiding the higher costs of overprovisioning. Azure Dedicated Hosts satisfy the physical isolation requirement at the host level. Placing the hosts and VMs in two different Availability Zones ensures the 99.95% VM availability SLA is met. Finally, Premium SSD v2 provides the required 20,000 IOPS and sub-millisecond latency for database logs cost-effectively.
Adım Adım Çözüm
Anahtar Kavram
Designing compute virtualization solutions with dedicated hosts, high availability across zones, memory-optimized VM sizing, and high-performance storage.
Tahmini Süre:3m 0s