Question

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

An enterprise administrator is designing a resource organization strategy. The company has three separate Azure subscriptions to isolate billing for the HR, Finance, and IT departments. The administrator wants to create a single resource group named RG-Global-Services that contains virtual machines from all three subscriptions so they can manage them together. Is this configuration possible in Azure?

Answer: Answer

Answer

This configuration is not possible because an Azure resource group is scoped to a single subscription. It cannot span multiple subscriptions or contain resources that belong to different subscriptions.
The correct answer is false because an Azure resource group is a logical container that exists strictly within the boundary of a single Azure subscription. It cannot contain resources from other subscriptions or span across subscriptions.

Step-by-Step Solution

1
Analyze the relationship between resource groups and subscriptions in Azure.
Every resource group in Azure belongs to exactly one subscription and cannot span across multiple subscriptions.
This establishes the scope and lifecycle boundary of a resource group in Azure.
2
Evaluate the requirement of the administrator's plan against Azure's structural boundaries.
The plan requires a single resource group to contain virtual machines that reside in three different subscriptions.
This allows us to check if the proposed configuration violates the single-subscription constraint of resource groups.
3
Determine the validity of the proposed configuration.
Since resources must reside in a resource group within the same subscription, a single resource group cannot contain resources from three different subscriptions.
This leads to the final conclusion that the configuration is not possible.

Key Concept

Azure resource groups are scoped to a single subscription and cannot span multiple subscriptions.
Rate this question