We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 19f9208 + 57affb4 commit c76a0e9Copy full SHA for c76a0e9
articles/azure-monitor/alerts/alerts-log-webhook.md
@@ -43,14 +43,17 @@ The following sample payload is for a standard webhook when it's used for log al
43
"alertContextVersion": "1.0"
44
},
45
"alertContext": {
46
- "properties": null,
+ "properties": {
47
+ "name1": "value1",
48
+ "name2": "value2"
49
+ },
50
"conditionType": "LogQueryCriteria",
51
"condition": {
52
"windowSize": "PT10M",
53
"allOf": [
54
{
55
"searchQuery": "Heartbeat",
- "metricMeasure": null,
56
+ "metricMeasureColumn": "CounterValue",
57
"targetResourceTypes": "['Microsoft.Compute/virtualMachines']",
58
"operator": "LowerThan",
59
"threshold": "1",
0 commit comments