ZeniSphere Logistics is planning to deploy two new virtual machines, VM-Ship1 and VM-Ship2, in the East US region. The deployment must protect the application from localized hardware failures on a single physical host, such as disk or power supply failures, by ensuring the VMs are placed on different physical hardware racks within the same datacenter. Which Azure feature should you configure for the virtual machines?
- AAn App Service Plan set to the Basic pricing tier
- BA Virtual Machine Scale Set configured with an autoscale rule
- An Availability SetCevap
- DAn Availability Zone
Cevap
An Availability Set
The correct answer is configuring an Availability Set. An Availability Set is a logical grouping capability in Azure that ensures the VMs placed in it are isolated from each other across physical hardware racks, power sources, and network switches within a single datacenter. This protects the VMs from host-level hardware failures.
Adım Adım Çözüm
Anahtar Kavram
Availability Sets protect VMs against localized hardware failures by distributing them across separate physical racks (fault domains) and power/network lines within a single Azure datacenter.