AeroSpace Dynamics has a business requirement to deploy three new virtual machines, VM-Flight1, VM-Flight2, and VM-Flight3, in the West US 2 region. The deployment must protect the application from localized hardware failures within a single datacenter while minimizing latency. Which two actions should you perform? (Select two.)
- Create a new availability set.Answer
- Associate all three virtual machines with the availability set during their deployment.Answer
- CAssociate the virtual machines with the availability set after they have been fully provisioned.
- DConfigure the availability set to span across three availability zones in the West US 2 region.
Answer
Create a new availability set and associate all three virtual machines with the availability set during their deployment.
To protect the virtual machines from localized hardware failures within a single datacenter, the VMs must be grouped into an availability set. The availability set must be created, and the virtual machines must be associated with the availability set during their initial deployment. This ensures that the VMs are distributed across separate physical hardware racks (fault domains) and power/cooling infrastructures.
Step-by-Step Solution
Key Concept
Azure Availability Sets configuration and constraints