Search notes:

Azure resource group

A resource group is a set of Azure resources which allows to deployed and manage them as a unit.
A given resource can belong to at most one resource group. Resources can be assigned to a new group, if so desired.
Each resource in a resource group share the same lifecycle.
A resource group is associated with a location which is where the resource group's metadata is stored.
The resources within a group can be managed in locations that are different from that of the resource group they belong to.

See also

The PowerShell cmdLet noun azResourceGroup
az group

Index