You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
Azure uses a hierarchical structure to organise resources, enforce policies, and manage billing. At the top of this hierarchy sit management groups, which contain subscriptions, which in turn contain resource groups and resources. Understanding this hierarchy is critical for governance, cost control, and security in any Azure environment.
An Azure subscription is a logical unit that serves two primary purposes:
Every Azure resource belongs to a resource group, and every resource group belongs to a subscription. You cannot create resources without a subscription.
Azure offers several subscription types:
| Type | Description |
|---|---|
| Free Account | $200 credit for 30 days, plus free-tier services for 12 months |
| Pay-As-You-Go | No upfront commitment; you pay for what you use |
| Enterprise Agreement (EA) | Large organisations negotiate a bespoke agreement with Microsoft |
| Microsoft Customer Agreement (MCA) | A modern agreement structure for direct and partner purchases |
| CSP (Cloud Solution Provider) | Purchased through a Microsoft partner who manages billing |
| Visual Studio / Dev Essentials | Subscriptions bundled with Visual Studio licences, including monthly Azure credits |
Many organisations use multiple Azure subscriptions to:
Each subscription has default limits (also called quotas) on various resources. For example:
These limits can usually be increased by raising a support request with Microsoft.
Management groups provide a level of governance above subscriptions. They allow you to organise subscriptions into a hierarchy and apply policies and access controls that cascade down to all subscriptions and resources within the group.
At the very top is the root management group, which is created automatically for every Azure Entra ID tenant. All subscriptions and other management groups ultimately sit under this root.
Root Management Group
├── IT Department (Management Group)
│ ├── Production (Subscription)
│ └── Development (Subscription)
├── Marketing (Management Group)
│ └── Marketing Apps (Subscription)
└── Finance (Management Group)
└── Finance Apps (Subscription)
Management groups are essential for large organisations that need to:
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.