KQL Azure Alert only fire if other event has not been logged
I have a basic azure alert where it looks at the windows logs of a VM, and determines whether it should fire an alert upon detecting a specific event ID Event | where EventID == "500" | summarize arg_max(TimeGenerated, *)…