Query Details
AzureActivity | where OperationName == "Update Bookmarks" and ActivityStatusValue == "Succeeded" | project Caller , EventSubmissionTimestamp
This query is looking at the AzureActivity table and filtering for entries where the OperationName is "Update Bookmarks" and the ActivityStatusValue is "Succeeded". It then selects the Caller and EventSubmissionTimestamp columns to display.

Rod Trent
Released: March 26, 2020
Tables
Keywords
Operators