Understand the hierarchy of Azure resources from the top-level management group down to individual resources like virtual machines. Learn the proper arrangement of management groups, subscriptions, resource groups and resources.
Table of Contents
Question
In which order should you arrange the Azure resources from the highest parent object (top) to the lowest child object? To answer, move all resources from the list of resources to the answer area and arrange them in the correct order.
- Resource group
- Azure virtual machine
- Azure subscription
- Management group
Answer
- Management group
- Azure subscription
- Resource group
- Azure virtual machine
Explanation
The Azure resource hierarchy starts at the top with management groups. Management groups allow you to manage access, policy, and compliance across multiple Azure subscriptions.
Below management groups are Azure subscriptions. An Azure subscription is a logical container used to provision resources in Azure. It holds the details of all your resources like virtual machines, databases, and more.
Under each subscription are resource groups. A resource group is a container that holds related resources for an Azure solution. The resource group includes those resources that you want to manage as a group.
Finally, at the bottom of the hierarchy are the actual Azure resources like virtual machines. These are the individual services and instances you create and use, which are organized into resource groups within a subscription.
So in summary, the hierarchy goes: Management Group -> Subscription -> Resource Group -> Resources
Microsoft AZ-900 certification exam assessment practice question and answer (Q&A) dump including multiple choice questions (MCQ) and objective type questions, with detail explanation and reference available free, helpful to pass the Microsoft AZ-900 exam and earn Microsoft AZ-900 certification.