An Azure management group can contain other management groups and subscriptions, but it cannot contain individual Azure resources directly.
Answer: Answer
Answer
The statement is true. Azure management groups can only contain other management groups and subscriptions, not individual resources.
The statement is true because Azure management groups are specifically designed to manage subscriptions and other management groups. They act as logical containers for governance and policy inheritance, but cannot directly host resources like virtual machines, databases, or storage accounts. These resources must always be deployed within a resource group inside an Azure subscription.
Step-by-Step Solution
Key Concept
Azure management groups form a hierarchy to manage subscriptions and other management groups, but they cannot contain resources directly.