#%% | |
%kql AzureActivity | where Caller contains "maurice" | where TimeGenerated > ago(12h) | project TimeGenerated, OperationName, ActivityStatus, CallerIpAddress |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment