📘
Azure Governance Made Simple
  • Azure Governance made simple
  • Basic Governance Topics
    • Governance Overview
      • Overview of Azure native features for cloud governance
      • Governance Architecture in Azure
    • Azure Active Directory (Entra ID)
    • Naming standards
    • Azure Subscription
      • Overview of Enterprise Scale Landing Zones
    • Resource Groups
    • Resource Tags
    • Role Based Access Control
    • Resource Locks
  • Advanced Governance Topics
    • Azure Policy
      • Azure Policy best practices
      • Governance suggested policies
    • ARM Templates
    • Azure Blueprints
    • Azure Resource Graph
    • Management Groups
    • Cost Management
  • Conclusion
    • Final considerations
Powered by GitBook
On this page
  1. Basic Governance Topics

Resource Groups

PreviousOverview of Enterprise Scale Landing ZonesNextResource Tags

Last updated 1 year ago

Resource groups are the approach that allows you to group a collection of objects into logical groups, facilitating provisioning, monitoring, access, and cost control. The benefit of using resource groups is precisely the grouping of resources that are part of the same application or share the same life cycle from creation to de-provisioning.

The underlying technology that empowers resource groups is . Just for information, ARM was created to replace the previous technology called Azure Service Manager (ASM) that powered the old Azure management portal. In ASM, users created resources in an unstructured way, leading to many challenges in tracking those resources or understanding their dependencies. You can see more details here:

Since ARM became available, these and other challenges have been addressed in addition to providing a new set of application programming interfaces (APIs) for provisioning resources in Azure. ARM requires resources to be placed in groups of resources, allowing the logical grouping of related resources.

References:

Azure Resource Manager (ARM)
Resource Manager and classic deployment - Azure Resource Managerdocsmsft
Resource Manager and classic deployment
Logo
Principles of resource groups - Learndocsmsft
Principles of resource groups
Logo
Example of resource organization within distinct resource groups
Manage resource groups - Azure portal - Azure Resource Managerdocsmsft
Manage resource groups
Logo