Tag

Azure Tag hashtable. Represents a collection of key/value pairs for the tag names and tag values. These can be useful for all manner of reasons, from adding a cost centre, a project manager, the environment name etc. Tags are a useful tool when managing costs and performing cost analysis.

Attributes

Attribute Type Mandatory Values Default Notes
Key String
Value String

Input by YAML

Object model for YAML deployment:

---
Tag:
  key: 'value'

Input by JSON

Object model for JSON deployment:

{
  "Tag": {
    "key": "value"
  }
}