Automation Rule Delete
Query
//Who deleted an Automation Rule
AzureActivity
| where OperationNameValue == "MICROSOFT.SECURITYINSIGHTS/AUTOMATIONRULES/DELETE"
| project TimeGenerated, Caller, CallerIpAddressExplanation
This query is looking for information about who deleted an Automation Rule in Azure. It retrieves the time the deletion occurred, the person who performed the deletion, and their IP address.