Question

Difficulty: EasyAzure Resources, Resource Groups, Subscriptions, and Management Groups

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?

  1. A
    Any resource tags applied to 'hr-prod-rg' will be automatically inherited by all resources within it.
  2. B
    The team can nest another resource group named 'hr-database-rg' directly inside 'hr-prod-rg' to organize the databases.
  3. Resources inside 'hr-prod-rg' can be deployed in regions other than 'West US 3'.Answer
  4. D
    Any 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

1
Analyze Azure resource group rules regarding location, nesting, and tag inheritance.
Resource group location is for metadata storage only, nesting is not supported, and tag inheritance is not automatic.
This establishes the fundamental constraints for the resources being deployed.
2
Compare the provided options against these rules to find the only valid statement.
Deploying resources in other regions is valid, while nesting, restricting resource location, and assuming automatic tag inheritance are invalid.
This identifies the correct choice according to Azure resource architecture guidelines.

Key Concept

Azure Resource Group deployment boundaries and relationships
Estimated Time:45s
Rate this question