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
Key Concept
Azure resource groups are scoped to a single subscription and cannot span multiple subscriptions.