Skip to content

Commit

Permalink
Merge pull request #9082 from Azure/v-sabiraj-insiderriskmanagement2
Browse files Browse the repository at this point in the history
Updated text Azure Sentinel to Microsoft Sentinel
  • Loading branch information
v-dvedak authored Sep 25, 2023
2 parents d8d82e4 + 4169ee1 commit de86ed2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -975,7 +975,7 @@
"type": "ApiConnection",
"inputs": {
"body": {
"messageBody": "<p>Insider Risk Team,<br>\n<br>\nAn Insider Risk Management Alert was observed per the details below:<br>\n<br>\nSeverity of Alert: @{items('For_each')?['properties']?['severity']}<br>\n<br>\n<u><strong>Azure Sentinel Incident</strong></u><br>\nTItle: @{triggerBody()?['object']?['properties']?['title']}<br>\nStatus: @{triggerBody()?['object']?['properties']?['status']}<br>\nNumber: @{triggerBody()?['object']?['properties']?['incidentNumber']}<br>\nCreated Time (UTC): @{triggerBody()?['object']?['properties']?['createdTimeUtc']}<br>\nIncident Link: &nbsp;@{triggerBody()?['object']?['properties']?['incidentUrl']}<br>\n<br>\n<u><strong>Alert Details</strong></u><br>\nAlert Display Name: @{items('For_each')?['properties']?['alertDisplayName']}<br>\nAlert Type: @{items('For_each')?['properties']?['alertType']}<br>\nSubscription ID: @{triggerBody()?['workspaceInfo']?['SubscriptionId']}<br>\nProvider Alert ID: @{items('For_each')?['properties']?['providerAlertId']}<br>\nAlert Link: @{items('For_each')?['properties']?['alertLink']}</p>",
"messageBody": "<p>Insider Risk Team,<br>\n<br>\nAn Insider Risk Management Alert was observed per the details below:<br>\n<br>\nSeverity of Alert: @{items('For_each')?['properties']?['severity']}<br>\n<br>\n<u><strong>Microsoft Sentinel Incident</strong></u><br>\nTItle: @{triggerBody()?['object']?['properties']?['title']}<br>\nStatus: @{triggerBody()?['object']?['properties']?['status']}<br>\nNumber: @{triggerBody()?['object']?['properties']?['incidentNumber']}<br>\nCreated Time (UTC): @{triggerBody()?['object']?['properties']?['createdTimeUtc']}<br>\nIncident Link: &nbsp;@{triggerBody()?['object']?['properties']?['incidentUrl']}<br>\n<br>\n<u><strong>Alert Details</strong></u><br>\nAlert Display Name: @{items('For_each')?['properties']?['alertDisplayName']}<br>\nAlert Type: @{items('For_each')?['properties']?['alertType']}<br>\nSubscription ID: @{triggerBody()?['workspaceInfo']?['SubscriptionId']}<br>\nProvider Alert ID: @{items('For_each')?['properties']?['providerAlertId']}<br>\nAlert Link: @{items('For_each')?['properties']?['alertLink']}</p>",
"recipient": {
"channelId": "[[parameters('TeamschannelId')]",
"groupId": "[[parameters('TeamsgroupId')]"
Expand All @@ -999,7 +999,7 @@
"type": "ApiConnection",
"inputs": {
"body": {
"Body": "<p>Insider Risk Team,<br>\n<br>\nAn Insider Risk Management Alert was observed per the details below:<br>\n<br>\n<br>\n<u><strong>Azure Sentinel Incident</strong></u><br>\nTItle: @{triggerBody()?['object']?['properties']?['title']}<br>\nStatus: @{triggerBody()?['object']?['properties']?['status']}<br>\nNumber: @{triggerBody()?['object']?['properties']?['incidentNumber']}<br>\nIncident Severity: @{triggerBody()?['object']?['properties']?['severity']}<br>\nCreated Time (UTC): @{triggerBody()?['object']?['properties']?['createdTimeUtc']}<br>\nIncident Link: &nbsp;@{triggerBody()?['object']?['properties']?['incidentUrl']}<br>\n<br>\n<u><strong>Alert Details</strong></u><br>\nAlert Display Name: @{items('For_each')?['properties']?['alertDisplayName']}<br>\nAlert Product Name: @{items('For_each')?['properties']?['productName']}<br>\nAlert Severity: @{items('For_each')?['properties']?['severity']}<br>\nAlert Type: @{items('For_each')?['properties']?['alertType']}<br>\nSubscription ID: @{triggerBody()?['workspaceInfo']?['SubscriptionId']}<br>\nProvider Alert ID: @{items('For_each')?['properties']?['providerAlertId']}<br>\nAlert Link: @{items('For_each')?['properties']?['alertLink']}</p>",
"Body": "<p>Insider Risk Team,<br>\n<br>\nAn Insider Risk Management Alert was observed per the details below:<br>\n<br>\n<br>\n<u><strong>Microsoft Sentinel Incident</strong></u><br>\nTItle: @{triggerBody()?['object']?['properties']?['title']}<br>\nStatus: @{triggerBody()?['object']?['properties']?['status']}<br>\nNumber: @{triggerBody()?['object']?['properties']?['incidentNumber']}<br>\nIncident Severity: @{triggerBody()?['object']?['properties']?['severity']}<br>\nCreated Time (UTC): @{triggerBody()?['object']?['properties']?['createdTimeUtc']}<br>\nIncident Link: &nbsp;@{triggerBody()?['object']?['properties']?['incidentUrl']}<br>\n<br>\n<u><strong>Alert Details</strong></u><br>\nAlert Display Name: @{items('For_each')?['properties']?['alertDisplayName']}<br>\nAlert Product Name: @{items('For_each')?['properties']?['productName']}<br>\nAlert Severity: @{items('For_each')?['properties']?['severity']}<br>\nAlert Type: @{items('For_each')?['properties']?['alertType']}<br>\nSubscription ID: @{triggerBody()?['workspaceInfo']?['SubscriptionId']}<br>\nProvider Alert ID: @{items('For_each')?['properties']?['providerAlertId']}<br>\nAlert Link: @{items('For_each')?['properties']?['alertLink']}</p>",
"Subject": "Insider Risk Management Alert",
"To": "[[parameters('Email')]"
},
Expand Down

0 comments on commit de86ed2

Please sign in to comment.