Resource group

Logical container in Azure for grouping related resources, enabling unified management, access control, and billing.

Key characteristics:

  • Shared lifecycle and deletion behavior
  • RBAC at group level
  • Resources can span regions (typically co-located for efficiency)

Best practices:

  • Group by project/application (e.g., rg-ecommerce-prod)
  • Avoid mixing unrelated resources
  • Consistent naming conventions

Related concepts:

Example use case:

2026 04 14 Build an agentic rag system in azure ai and foundry