A logistics company is setting up a new supply chain tracking application in Azure. The application requires virtual machines to be deployed in the West Europe region for low-latency access by local users. However, the company's resource group for the project, named rg-supplychain, is created in the North Europe region due to compliance storage guidelines for metadata. Which of the following describes a valid deployment and organization scenario for this application?
- The virtual machines can be deployed in the West Europe region while residing inside the rg-supplychain resource group located in the North Europe region.Cevap
- BThe virtual machines must be deployed in the North Europe region to match the geographical location of the containing resource group.
- CThe virtual machines must be placed inside a separate resource group that is nested inside the rg-supplychain resource group.
- DThe virtual machines will automatically inherit all resource tags applied to the rg-supplychain resource group.
Cevap
The virtual machines can be deployed in the West Europe region while residing inside the rg-supplychain resource group located in the North Europe region.
The correct option states that the virtual machines can be deployed in the West Europe region while residing inside the resource group located in North Europe. Azure resource groups act as logical containers, and their location only determines where the resource group's metadata is stored. Resources within a resource group can be located in different regions than the resource group itself.
Adım Adım Çözüm
Anahtar Kavram
Azure resource groups act as logical containers for resources, but resources can reside in different physical regions than the resource group itself, and resource groups cannot be nested.