Skip to content

Commit

Permalink
add alert link to security alert arm model (Azure#9566)
Browse files Browse the repository at this point in the history
* add alert link to security alert arm model

* Add alert link to example file

* Change to lowercase

Co-authored-by: Amir Keren <[email protected]>
  • Loading branch information
2 people authored and 00Kai0 committed Oct 12, 2020
1 parent 3b98de0 commit 0180ec8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7819,6 +7819,11 @@
"description": "The name of the vendor that raise the alert.",
"readOnly": true,
"type": "string"
},
"alertLink": {
"description": "The uri link of the alert.",
"readOnly": true,
"type": "string"
}
},
"type": "object"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
"Search Query Results Overall Count": "203",
"Total Account Entities": "1"
},
"friendlyName": "Suspicious account detected"
"friendlyName": "Suspicious account detected",
"alertLink": "https://portal.azure.com/#blade/Microsoft_Azure_Security/AlertBlade/alertId/2518119885989999999_4aa486e0-6f85-41af-99ea-7acdce7be6c8/subscriptionId/d0cfe6b2-9ac0-4464-9919-dccaee2e48c0/myRg/myWorkspace/referencedFrom/alertDeepLink/location/centralus"
}
}
}
Expand Down

0 comments on commit 0180ec8

Please sign in to comment.