Azure Monitor · Schema

TagsResource

Application InsightsCloudLogsMetricsMonitoringObservability

Properties

Name Type Description
tags object Resource tags.
View JSON Schema on GitHub

JSON Schema

microsoft-azure-monitor-tagsresource-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TagsResource",
  "title": "TagsResource",
  "type": "object",
  "properties": {
    "tags": {
      "type": "object",
      "additionalProperties": {
        "type": "string"
      },
      "description": "Resource tags."
    }
  }
}