Update Data Connectors
Query
AzureActivity
| where OperationName == "Update Data Connectors" and ActivityStatus == "Succeeded"
| project Caller , CallerIpAddress, EventSubmissionTimestampExplanation
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.