Query Details

Update Data Connectors

Query

AzureActivity
| where OperationName == "Update Data Connectors" and ActivityStatus == "Succeeded"
| project Caller , CallerIpAddress, EventSubmissionTimestamp

Explanation

This query is searching for successful updates made to data connectors in AzureActivity. It selects and displays the caller, caller's IP address, and the timestamp of the event submission.

Details

Rod Trent profile picture

Rod Trent

Released: March 26, 2020

Tables

AzureActivity

Keywords

AzureActivity,UpdateDataConnectors,Succeeded,Caller,CallerIpAddress,EventSubmissionTimestamp

Operators

====and==project

Actions