Governance
Azure resource groups
Lifecycle and management container for related resources.
Key points
- Contain resources that share an administrative or lifecycle relationship.
- A resource belongs to exactly one resource group at a time.
- Role, Policy, lock, and deployment operations can target resource-group scope.
Best-known use cases
- Deploy and delete an application’s resources together.
- Assign one team access to a defined resource collection.
What candidates often confuse it with
- Resource group vs tag: one lifecycle container vs reusable metadata across resources.
- Resource group location vs resource location: metadata storage location vs deployed service region.
Key takeaway
Group resources by shared lifecycle and administration, not by assuming the group is a network boundary.
Related services
- Azure management groups
- Azure subscriptions
- Azure resource tags
Relevant exam tasks
- D1.3.S3 — Apply and manage tags on resources
- D1.3.S4 — Manage resource groups
- D1.3.S5 — Manage subscriptions
- D1.3.S7 — Configure management groups