0

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?

1 Answers1

0

Related question is raised in this MSDN thread; Just sharing this for the benefit of broader audience who might face similar issue.

KrishnaG
  • 3,340
  • 2
  • 6
  • 16