Microsoft Azure · Schema

Azure Resource

The base resource model for Azure Resource Manager resources. All Azure resources inherit from this schema, which defines the standard properties shared by all Azure resource types including ID, name, type, location, tags, and system metadata.

API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

Properties

Name Type Description
id string Fully qualified resource ID for the resource. The format is /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}.
name string The name of the resource.
type string The type of the resource, in the format {resourceProviderNamespace}/{resourceType}.
location string The geo-location where the resource lives. Must be one of the supported Azure regions.
tags object Resource tags. Key-value pairs used to organize and categorize Azure resources for billing, management, and automation purposes.
managedBy string The fully qualified resource ID of the resource that manages this resource. Used when a resource is managed by another Azure resource.
kind string The kind of the resource. Metadata used by the portal/tooling/etc. to render different UX experiences for resources of the same type.
etag string Resource Etag for optimistic concurrency control.
identity object
sku object
plan object
zones array The availability zones for the resource.
systemData object
View JSON Schema on GitHub