An organization is designing the compute layer for a legacy line-of-business application on Azure. The application runs on two virtual machines that require low-latency communication and must reside in the same physical datacenter. The design must guarantee a virtual machine uptime SLA of at least 99.95% for the application. Which configuration should you recommend to meet these requirements?
- ADeploy the virtual machines in a single Availability Zone without an Availability Set.
- Deploy the virtual machines in an Availability Set.Cevap
- CDeploy the virtual machines as Spot Virtual Machines in a Proximity Placement Group.
- DDeploy a single virtual machine with Premium SSD storage and Locally Redundant Storage (LRS).
Cevap
Deploy the virtual machines in an Availability Set.
Deploying the virtual machines in an Availability Set ensures they are distributed across multiple physical hardware racks (fault domains) and update domains within a single datacenter. This configuration meets the 99.95% uptime SLA requirement for two or more VMs while keeping latency low by ensuring they remain within the same datacenter.
Adım Adım Çözüm
Anahtar Kavram
Azure Availability Sets provide 99.95% VM uptime SLA within a single datacenter by distributing VMs across update and fault domains.