An IT administrator is designing the resource hierarchy for a new Azure environment. The architecture requires deploying virtual machines in multiple geographical locations and applying access control policies across different departments.
Which of the following statements regarding Azure resource groups and resource deployment are true? (Select two.)
- AA resource group can contain other resource groups to create a nested hierarchy.
- BAll Azure resources must be deployed in the same physical region as the resource group that contains them.
- An Azure resource can only belong to a single resource group at any given time.Answer
- A resource can be deployed in a different Azure region than the region specified for its resource group.Answer
Answer
An Azure resource can only belong to a single resource group at any given time, and a resource can be deployed in a different Azure region than the region specified for its resource group.
The correct options are that an Azure resource can only belong to a single resource group at any given time, and a resource can be deployed in a different Azure region than the region specified for its resource group. In Azure, every resource must reside in exactly one resource group to define its lifecycle. Additionally, because the resource group region is only for metadata storage, the resources themselves can be provisioned in any globally supported region.
Step-by-Step Solution
Key Concept
Azure resource groups act as logical containers for resources, but they do not enforce region alignment for their contents and cannot be nested.