An Azure administrator creates a resource group in the East US region to organize company assets. The administrator now needs to deploy a virtual machine into this resource group. Which of the following statements is true regarding the region restriction for the virtual machine?
- The virtual machine can be deployed in a different region, such as West Europe, even though the resource group is in East US.Cevap
- BThe virtual machine must be deployed in the East US region to match the location of the resource group.
- CThe virtual machine must be placed in a separate nested resource group within the main group if it is deployed to a different region.
- DThe virtual machine will automatically inherit the East US location from the resource group because of tag and metadata inheritance.
Cevap
The virtual machine can be deployed in a different region, such as West Europe, even though the resource group is in East US.
In Azure, resources can be located in a different region than the resource group that contains them. A resource group requires a location to store metadata about its resources, but this does not restrict where the actual resources can be deployed.
Adım Adım Çözüm
Anahtar Kavram
Azure resources can be deployed to a different region than their containing resource group.