A company is planning its resource management strategy in Microsoft Azure. The IT administrator needs to configure resource groups to organize the company's development assets. Which two statements are correct regarding Azure resource groups? (Select two.)
- A resource group can contain resources that are located in different Azure regions.Answer
- BA resource group can be nested inside another resource group to create a hierarchical folder structure.
- An individual resource can only belong to one resource group at a time.Answer
- DResources must always be deployed in the same Azure region as their resource group.
Answer
A resource group can contain resources from different Azure regions, and an individual resource can only belong to one resource group at a time.
The correct statements are that a resource group can hold resources from multiple regions, and that a resource can only exist in one resource group at a time. The resource group's location only dictates where the group's metadata is stored, and resource groups cannot be nested.
Step-by-Step Solution
Key Concept
Azure resource groups are logical containers that hold related resources for an Azure solution, with constraints on nesting, locations, and single-group membership.