Query Details

Data Connector Opened

Query

//Someone opened a Data Connector page

AzureActivity
| where OperationNameValue contains "dataconnectorscheckrequirements"
| where ActivityStatusValue == "Start"

Explanation

This query is looking for instances where someone has opened a Data Connector page in Azure. It filters the results to only show activities where the operation name contains "dataconnectorscheckrequirements" and the activity status is "Start".