Getting started with Microsoft Azure can feel confusing—especially when you hear terms like Account, Subscription, Resource Group, and Resources.
In this guide, we’ll break down Azure hierarchy in a simple and practical way, so you can clearly understand how everything is structured.
☁️ What is Azure Hierarchy?
Azure uses a structured system to organize everything you create and manage in the cloud.
The hierarchy looks like this:
👉 Account → Subscription → Resource Group → Resources
Each layer has a specific role, and understanding this flow is essential for working with Azure efficiently.
🧠 Let’s Break It Down
👤 Azure Account
Your Azure Account is your identity.
- It’s your login (email + password)
- Used to access Azure portal
- Can have multiple subscriptions
👉 Think of it as: “Who you are”
💳 Subscription
A Subscription is where billing happens.
- Tracks usage and costs
- Required to create resources
- Can have multiple resource groups
👉 Think of it as: “What you pay for”
📁 Resource Group
A Resource Group is a logical container.
- Used to organize related resources
- Helps manage permissions and deployments
- Makes it easier to manage projects
👉 Think of it as: “How you organize things”
⚙️ Resources
Resources are the actual services you use in Azure.
Examples:
- Virtual Machines
- Storage Accounts
- Databases
- Web Apps
👉 Think of it as: “What you actually use”
🏗️ How Everything Fits Together
Here’s the complete flow:
- You log in → Account
- You get billed → Subscription
- You organize projects → Resource Group
- You run services → Resources
👉 This structure helps Azure stay scalable and organized.
🏢 Real-World Example
Imagine you’re building an application:
- Your email login → Account
- Company pays cloud bill → Subscription
- Project folder → Resource Group
- Services like VM, DB → Resources
👉 This makes it much easier to understand.
🎯 Why Azure Hierarchy is Important
This concept is critical because:
- Frequently asked in interviews
- Core topic in AZ-900 certification
- Helps manage billing and access
- Improves resource organization
🧠 Quick Memory Trick
👉 Account → Subscription → Resource Group → Resources
- Account = Identity
- Subscription = Billing
- Resource Group = Organization
- Resources = Services
📚 What to Learn Next
After this topic, you should explore:
- Azure Resource Manager (ARM)
- Role-Based Access Control (RBAC)
- Azure Cost Management
- Virtual Machines & Storage
