Query Details
//Data Connector page access that failed authorization by caller, caller IP Address, and Operation name AzureActivity | where OperationNameValue contains "dataconnectorscheckrequirements" | where ActivityStatusValue == "Failed" and ActivitySubstatusValue == "Unauthorized" | project Caller, CallerIpAddress, OperationName
This query retrieves information about failed authorization attempts on the Data Connector page. It includes details such as the caller's name, their IP address, and the name of the operation that was attempted.

Rod Trent
Released: December 7, 2020
Tables
Keywords
Operators