A university department is setting up their Azure environment for a new research project. They configure a resource group named RG-Research-Prod located in the East US region. During the resource planning meeting, team members raise questions about how to organize virtual machines, databases, and secondary resource groups. Which two of the following statements correctly describe the administrative boundaries and behavior of these resources?
- Resources placed in the resource group can reside in regions other than the resource group's region.Answer
- Resource groups cannot be nested inside other resource groups.Answer
- CAll resources placed in the resource group must inherit the region of the resource group and reside in the East US region.
- DResource groups can be nested up to four levels deep to mirror the department's hierarchy.
Answer
The correct statements are that resources within a resource group can reside in regions different from the group's region, and that resource groups cannot be nested inside other resource groups.
The correct options state that resources deployed inside a resource group can reside in different Azure regions than the group itself, and that resource groups cannot contain nested resource groups. Azure resource groups are flat containers under a subscription, and their assigned location is solely for storing metadata related to deployments, which does not limit the geographical placement of the resources themselves.
Step-by-Step Solution
Key Concept
Azure resource group organization rules, specifically focusing on the independence of resource locations and the lack of nesting support for resource groups.