Nebula Streaming is deploying a new web application in the East Asia region. You configure an Availability Set named AvSet-Prod with three fault domains and five update domains. You deploy six virtual machines named VM1, VM2, VM3, VM4, VM5, and VM6 in sequential order into AvSet-Prod. During a planned Azure maintenance event that updates the underlying host hardware, which virtual machines are subject to being rebooted at the same time?
- VM1 and VM6Answer
- BVM1 and VM4
- CVM2 and VM5
- DVM3 and VM6
Answer
VM1 and VM6
The correct option is VM1 and VM6. In an Availability Set with 5 update domains, VMs are distributed sequentially across these domains: VM1 to Update Domain 0, VM2 to Update Domain 1, VM3 to Update Domain 2, VM4 to Update Domain 3, VM5 to Update Domain 4, and VM6 to Update Domain 0. During planned maintenance, Azure reboots virtual machines one update domain at a time. Therefore, VM1 and VM6 will be rebooted at the same time because they are in the same update domain.
Step-by-Step Solution
Key Concept
Availability Set Update Domains