Skip to content

Commit

Permalink
Set useCommonAlertSchema to false in Deploy-AlertProcessingRule-Deplo…
Browse files Browse the repository at this point in the history
…y.json
  • Loading branch information
Brunoga-MS committed Dec 20, 2024
1 parent 62234d4 commit db41b41
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@
"input": {
"name": "[[concat('AlzMail-', indexOf(parameters('ALZMonitorActionGroupEmail'), parameters('ALZMonitorActionGroupEmail')[copyIndex('varEmailReceivers')]))]",
"emailAddress": "[[trim(parameters('ALZMonitorActionGroupEmail')[copyIndex('varEmailReceivers')])]",
"useCommonAlertSchema": true
"useCommonAlertSchema": false
}
},
{
Expand Down

0 comments on commit db41b41

Please sign in to comment.