You have an existing Availability Set named AvSet1 in the East US region. You need to deploy a new virtual machine named VM2 and configure it to be part of AvSet1. Which configuration must be applied during the creation of VM2?
- ADeploy VM2 first, and then use the Azure portal to associate the running virtual machine with AvSet1.
- Select AvSet1 during creation, ensuring that VM2 is deployed in the same region and resource group as AvSet1.Answer
- CConfigure VM2 to deploy to Availability Zone 1, and then select AvSet1 as the secondary redundancy option.
- DDeploy VM2 in the West US region within the same resource group, and then select AvSet1 during creation.
Answer
Select the existing Availability Set during the creation process, ensuring that the new virtual machine is deployed in the same Azure region and resource group as the Availability Set.
To place a virtual machine in an Availability Set, the configuration must be specified during the creation wizard. Because an Availability Set is a regional resource and bound to a single resource group, the new virtual machine must be deployed in the same region (East US) and resource group as the target Availability Set.
Step-by-Step Solution
Key Concept
Availability Set Configuration Rules
Estimated Time:1m 30s