I want to exclude a Virtual Machine to an alert rule. I use ARM-Templates to deploy my alerts. The problem is that exclude won't work.
"dimensions": [
{
"name": "Computer",
"operator": "Exclude",
"values": [ "VMname" ]
},
ISSUE: If I choose Exclude as operator. It performs the same as Include.
Anyone has the same Issue?