Veloce Systems needs to deploy a two-tier application in the Germany West Central region. The web tier consists of two virtual machines named VM-Web1 and VM-Web2. To meet a uptime SLA, you plan to deploy the virtual machines in an Availability Set named AvSet-Web.
Which two configuration requirements must be met to deploy this high-availability solution? (Select two.)
- The virtual machines must be assigned to AvSet-Web during their creation process.Answer
- The virtual machines and AvSet-Web must be deployed in the same Azure region.Answer
- CThe virtual machines can be assigned to AvSet-Web after their initial deployment is complete.
- DAvSet-Web must be configured to span across multiple Availability Zones in the Germany West Central region.
- EThe virtual machines can be deployed in different Azure regions while sharing the same AvSet-Web.
Answer
The virtual machines must be assigned to the Availability Set during their creation process, and both the virtual machines and the Availability Set must be deployed in the same Azure region.
To configure virtual machines in an Availability Set, the VMs must be associated with the Availability Set during their creation. Once a virtual machine is created, it cannot be added to or removed from an Availability Set. Additionally, an Availability Set is a regional resource, meaning the virtual machines and the Availability Set must reside in the same Azure region.
Step-by-Step Solution
Key Concept
Availability Sets configuration requirements and regional scope limitations
Estimated Time:1m 30s