An enterprise plans to migrate a mission-critical, stateful database application to Azure. The application has the following requirements:
- Strict regulatory compliance mandates physical isolation at the hardware level, ensuring no other customer workloads run on the same physical host.
- The database is highly memory-intensive, requiring a memory-to-vCPU ratio of at least 8:1.
- The transaction log storage requires at least 80,000 IOPS with consistent sub-millisecond latency.
- The compute infrastructure must achieve a 99.99% availability service level agreement (SLA).
- The solution must support Azure Hybrid Benefit to minimize licensing costs.
Which compute and storage architecture should you recommend to meet these requirements?
- Deploy Azure Dedicated Hosts using the Ebsv5-series host group across two Availability Zones, deploy the database Virtual Machines on these hosts, and configure Premium SSD v2 storage for the transaction logs.Cevap
- BDeploy standard multi-tenant Ebsv5-series Virtual Machines in an Availability Set, configure Standard SSD storage for the transaction logs, and apply Azure Hybrid Benefit at the individual Virtual Machine level.
- CDeploy Azure Dedicated Hosts using the Ebsv5-series host group within a single Availability Zone, deploy the database Virtual Machines on these hosts, and configure Premium SSD v2 storage for the transaction logs.
- DDeploy Azure Dedicated Hosts using the Ebsv5-series host group across two Availability Zones, deploy the database Virtual Machines as Azure Spot Virtual Machines on these hosts, and configure Premium SSD v2 storage for the transaction logs.
Cevap
Deploy Azure Dedicated Hosts using the Ebsv5-series host group across two Availability Zones, deploy the database Virtual Machines on these hosts, and configure Premium SSD v2 storage for the transaction logs.
Deploying Azure Dedicated Hosts using the Ebsv5-series host group provides physical isolation at the hardware level, satisfying regulatory compliance. The Ebsv5-series is memory-optimized, meeting the required memory-to-vCPU ratio. To achieve the 99.99% availability SLA, the Dedicated Hosts must be deployed across at least two Availability Zones in the same region. Finally, Premium SSD v2 storage supports the required 80,000 IOPS with sub-millisecond latency, and Dedicated Hosts support host-level Azure Hybrid Benefit for license cost optimization.
Adım Adım Çözüm
Anahtar Kavram
Designing high-availability compute virtualization solutions on isolated hardware with specific performance constraints.