Variables in Azure Tags
| Name | Default | Description |
|---|---|---|
| mandatory_tags | | A list of mandatory tags to check for. |
| prohibited_tags | | A list of prohibited tags to check for. |
| common_dimensions | | A list of common dimensions to add to each control. |
| tag_dimensions | - | A list of tags to add as dimensions to each control. |
| expected_tag_values | | Map of expected values for various tags, e.g., {"Environment": ["Prod", "Staging", "Dev%"]}. SQL wildcards '%' and '_' can be used for matching values. These characters must be escaped for exact matches, e.g., {"created_by": ["test\_user"]}. |
| tag_limit | 45 | Number of tags allowed on a resource. Azure allows up to 50 tags per resource. |