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.

Details

Rod Trent profile picture

Rod Trent

Released: March 26, 2020

Tables

AzureActivity

Keywords

AzureActivity,UpdateBookmarks,Succeeded,Caller,EventSubmissionTimestamp

Operators

====and==project

Actions