I am trying to create a dimension as follows:
az monitor metrics alert dimension create --name ObjectName --operator Include --value "Logical Disk" --subscription $subID
When the alert is created the ObjectName creates two values "Logical" and "Disk" rather than the single value of "Logical Disk" which I want for Linux disk space
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.
I am trying to create a dimension as follows:
az monitor metrics alert dimension create --name ObjectName --operator Include --value "Logical Disk" --subscription $subID
When the alert is created the ObjectName creates two values "Logical" and "Disk" rather than the single value of "Logical Disk" which I want for Linux disk space
Document Details
⚠ Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.