Overview: Resource groups
Resource groups are collections of resources that you can manage as a single unit. You can use resource groups to organize your resources when deploying Radius Applications.
Radius vs. Azure Resource Groups
Note that resource groups in Radius are not the same as Azure resource groups. Azure resource groups are used to organize Azure resources, while Radius resource groups are used to organize Radius resources, such as applications, environments, portable resources, and routes. When you deploy a template that contains both, Radius resources route to the Radius resource group defined in your workspace, and Azure resources route to the Azure resource group defined in your cloud provider.Initialization
As part of rad init
, a default resource group is created for you, with the same name as your environment. This resource group is set as the default ‘scope’ of your workspace, so that all Radius resources you deploy will be created in this resource group.
Manage groups with rad CLI
The rad CLI provides commands for managing resource groups. You can use the rad group
commands to create, list, and delete groups:
Additional information
Feedback
Was this page helpful?
Glad to hear it! Please feel free to star our repo and join our Discord server to stay up to date with the project.
Sorry to hear that. If you would like to also contribute a suggestion visit and tell us how we can improve.