A company's cloud engineering team is setting up their initial Azure environment for a new internal HR system. They create a resource group named 'hr-prod-rg' in the 'West US 3' region.
Which of the following statements represents a valid configuration or behavior for this resource group and its resources?
- AAny resource tags applied to 'hr-prod-rg' will be automatically inherited by all resources within it.
- BThe team can nest another resource group named 'hr-database-rg' directly inside 'hr-prod-rg' to organize the databases.
- Resources inside 'hr-prod-rg' can be deployed in regions other than 'West US 3'.Answer
- DAny resources added to 'hr-prod-rg' are restricted to the 'West US 3' region to match the resource group's location.
Answer
Resources inside 'hr-prod-rg' can be deployed in regions other than 'West US 3'.
The correct option is that resources inside a resource group can be deployed in regions other than the resource group's region. The location of a resource group specifies where its metadata is stored, but the resources placed inside it can reside in any supported Azure region.
Step-by-Step Solution
Key Concept
Azure Resource Group deployment boundaries and relationships
Estimated Time:45s