Query Details
let IncidentURL = "https://portal.azure.com/#asset/Microsoft_Azure_Security_Insights/Incident"; AzureActivity | where _ResourceId has "Microsoft.SecurityInsights" and _ResourceId has "incidents" | summarize by _ResourceId | extend IncidentLINK = strcat(IncidentURL, _ResourceId) | distinct IncidentLINK
This query searches for Azure activity logs related to Microsoft Azure Security Insights incidents. It then creates a unique link for each incident by combining the incident URL with the incident's resource ID. Finally, it returns a list of distinct incident links.

Rod Trent
Released: June 12, 2020
Tables
Keywords
Operators