Querying ADX with PowerShell and REST
The following script provides an example of using PowerShell to directly query Azure Data Explorer Records using REST.
Prerequisites
You will also need to ensure that the Application you use is granted the Database Viewer role permission. This role can be added through the portal on the database Overview -> Permissions -> Add. Note that ADX does not support table level viewer permissions.
- Read more about Querying ADX with PowerShell and REST
- Log in to post comments