A pharmaceutical company is planning to migrate a proprietary drug-discovery modeling application to Azure. The application has the following requirements:
- The virtual machines must run on hardware dedicated to a single customer at the physical host level to meet compliance standards.
- The workload requires a memory-to-vCPU ratio of at least GiB of RAM per vCPU.
- The workload is steady-state, runs continuously, and cannot tolerate unexpected eviction or downtime.
- The storage layer requires a single disk that provides IOPS and MB/s throughput, with the capability to dynamically scale IOPS without resizing the disk.
- The architecture must guarantee a VM availability SLA.
Which of the following compute virtualization and storage solutions should you recommend to meet these requirements?
- Azure Dedicated Hosts deploying Esv5-series virtual machines distributed across multiple Availability Zones, using Premium SSD v2 storage.Cevap
- BAzure Spot Virtual Machines of the Esv5-series distributed across multiple Availability Zones, using Premium SSD v2 storage.
- CAzure Dedicated Hosts deploying Esv5-series virtual machines distributed across multiple Availability Zones, using Standard SSD storage.
- DAzure Dedicated Hosts deploying Esv5-series virtual machines with Premium SSD v2 storage, with all hosts and virtual machines placed in a single Availability Zone.