azure-data-explorer-datasource icon indicating copy to clipboard operation
azure-data-explorer-datasource copied to clipboard

Migrate ADX datasource to Kusto SDK

Open kostrse opened this issue 2 years ago • 0 comments

Azure Data Explorer has official SDK for Go github.com/Azure/azure-kusto-go.

It may be beneficial to switch from own Kusto client implementation to the Kusto SDK.

Authentication

While Kusto SDK providers own authentication logic which doesn't align with Grafana Azure SDK. Technically it should be possible to write own implementation of azcore.TokenCredential interface which would work as an adapter and delegate token request to token provider of Grafana Azure SDK.

kostrse avatar Jun 01 '23 22:06 kostrse