Query Details

Bookmark Update

Query

AzureActivity
| where OperationName == "Update Bookmarks" and ActivityStatusValue == "Succeeded" 
| project Caller , EventSubmissionTimestamp

Explanation

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.