← Back to list

Resource, Resource Manager, and Resource Group in Azure — Explained with Examples

When you start working with Microsoft Azure, three terms will pop up almost everywhere — Resource, Resource Manager, and Resource Group…

Supraja Sandu · 2025-08-08 00:37 · 0 claps · 1.5 min read paywalled
#resources #azure-resource-manager #azure-resource #azure-resource-group
Open on Medium ↗
Wiki topics: ☁️ · DevOps & Cloud

Resource, Resource Manager, and Resource Group in Azure — Explained with Examples

When you start working with Microsoft Azure, three terms will pop up almost everywhere — Resource, Resource Manager, and Resource Group. Let’s break them down with simple explanations and practical examples.

1. Resource

A Resource is any individual service or instance you create in Azure. Think of it as the actual thing you’re using — a virtual machine, database, storage account, web app, etc.

Example:

  • Creating a Virtual Machine (VM) in Azure → that VM is a resource.
  • Setting up an Azure SQL Database → that database is a resource.

The Azure Resource Manager (ARM) is the brain that makes resource creation possible. It acts as a middleman between the Azure Portal, CLI, API, or PowerShell and the actual infrastructure. No matter how you request a resource, the request always passes through ARM, which ensures the resource is created according to your settings.

Example:

  • You click “Create Virtual Machine” in the Azure Portal.
  • ARM takes your configurations (CPU size, OS type, region, etc.) and provisions the VM for you.

3. Resource Group

A Resource Group is a container that holds related Azure resources. It’s mandatory for any resource in Azure — every resource must belong to one and only one resource group.

Resource Groups also allow you to:

  • Manage access (who can see or edit resources)
  • Apply security and policies
  • Enable auditing
  • Track costs for all resources inside

Example: You’re building a project called E-commerce App.

  • You can put the VM (hosting the app), Azure SQL Database (storing orders), and Storage Account (storing images) in a single resource group called Ecom-RG.

Real-world Analogy

Think of Azure like a shopping mall:

  • Resource → A single shop (e.g., a clothing store, a food outlet)
  • Resource Manager → The mall’s management team that processes shop requests, allocates space, and ensures compliance
  • Resource Group → A section of the mall (e.g., all food outlets in one wing) where similar stores are grouped together for easier management

💡 Pro Tip: Always organize your resources logically into resource groups for easier cost tracking, security management, and lifecycle control.


메타데이터
post_id
2b4a2f94e42d
slug
resource-resource-manager-and-resource-group-in-azure-explained-with-examples-2b4a2f94e42d
url
https://medium.com/@suprajasandu07/resource-resource-manager-and-resource-group-in-azure-explained-with-examples-2b4a2f94e42d
canonical_url
https://medium.com/@suprajasandu07/resource-resource-manager-and-resource-group-in-azure-explained-with-examples-2b4a2f94e42d
author_url
https://medium.com/@suprajasandu07
status
ok
fetched_at
2026-07-17 21:46:37