Skip to content

Instantly share code, notes, and snippets.

@dylan-asos
Created April 4, 2019 16:55
Show Gist options
  • Save dylan-asos/bca726bc32e5851ff3a9ab5636f30f1f to your computer and use it in GitHub Desktop.
Save dylan-asos/bca726bc32e5851ff3a9ab5636f30f1f to your computer and use it in GitHub Desktop.
"criteria": {
"odata.type": "Microsoft.Azure.Monitor.SingleResourceMultipleMetricCriteria",
"allOf": [
{
"name" : "1st criterion",
"metricName": "[parameters('metricName')]",
"metricNamespace": "[parameters('metricNamespace')]",
"dimensions":[],
"operator": "[parameters('operator')]",
"threshold" : "[parameters('threshold')]",
"timeAggregation": "[parameters('timeAggregation')]"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment