Skip to content

Commit c76a0e9

Browse files
authored
Merge pull request #192449 from yanivlavi/patch-27
Updated to include example values in V2 schema in another location
2 parents 19f9208 + 57affb4 commit c76a0e9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

articles/azure-monitor/alerts/alerts-log-webhook.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,17 @@ The following sample payload is for a standard webhook when it's used for log al
4343
"alertContextVersion": "1.0"
4444
},
4545
"alertContext": {
46-
"properties": null,
46+
"properties": {
47+
"name1": "value1",
48+
"name2": "value2"
49+
},
4750
"conditionType": "LogQueryCriteria",
4851
"condition": {
4952
"windowSize": "PT10M",
5053
"allOf": [
5154
{
5255
"searchQuery": "Heartbeat",
53-
"metricMeasure": null,
56+
"metricMeasureColumn": "CounterValue",
5457
"targetResourceTypes": "['Microsoft.Compute/virtualMachines']",
5558
"operator": "LowerThan",
5659
"threshold": "1",

0 commit comments

Comments
 (0)