Microsoft Azure · Schema

Azure Resource Group

A resource group is a container that holds related resources for an Azure solution. The resource group can include all the resources for the solution, or only those resources that you want to manage as a group. Resource groups are used to organize resources by lifecycle and security boundary.

API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

Properties

Name Type Description
id string The ID of the resource group. Format: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}.
name string The name of the resource group.
type string The type of the resource group.
location string The location of the resource group. It cannot be changed after the resource group has been created. It must be one of the supported Azure locations.
managedBy string The ID of the resource that manages this resource group.
tags object The tags attached to the resource group.
properties object The resource group properties.
View JSON Schema on GitHub