An administrator needs to organize Azure resources for two distinct projects. Project A uses an Azure subscription named Sub-A, and Project B uses an Azure subscription named Sub-B. The administrator wants to manage all virtual machines for both projects under a single resource group named RG-VMs.
Is the following statement true or false?
A single Azure resource group can contain resources that belong to different Azure subscriptions.
Answer: Answer
Answer
The statement is false. An Azure resource group belongs to exactly one subscription and cannot cross subscription boundaries to contain resources from other subscriptions.
The correct answer is false because Azure's management hierarchy dictates that every resource group is created within a single subscription. Therefore, a resource group cannot contain resources belonging to a different subscription.
Step-by-Step Solution
Key Concept
Azure Resource Group Subscription Boundary
Estimated Time:1m 0s