An organization is deploying a critical production web application on Azure Virtual Machines. The application requires a compute service level agreement (SLA) of 99.99% for virtual machine uptime.
Which deployment strategy should you recommend to meet the SLA requirement?
- Deploy at least two virtual machines across two or more Availability Zones in the same Azure region.Cevap
- BDeploy two virtual machines within a single Availability Zone using an Availability Set.
- CDeploy the virtual machines as Spot VMs across two or more Availability Zones.
- DDeploy a single virtual machine with Premium SSD storage.
Cevap
Deploy at least two virtual machines across two or more Availability Zones in the same Azure region.
Deploying at least two virtual machines across two or more Availability Zones in the same Azure region provides a 99.99% VM uptime SLA. Azure guarantees this level of availability when VMs are distributed across multiple zones because it protects the application from the failure of a single datacenter.
Adım Adım Çözüm
Anahtar Kavram
Azure Virtual Machine High Availability SLAs