Azure / azure-kusto-trender

A JavaScript client for Kusto (Azure Data Explorer, Synapse Data Explorer, Kusto free), featuring components for making calls directly to Kusto, rendering results from the API, and more
https://aka.ms/kusto.trender
MIT License
29 stars 11 forks source link

Docs: connecting to azure data explorer #41

Open jochem1999 opened 1 year ago

jochem1999 commented 1 year ago

I have a few questions regarding to the code about connecting to data explorer.

const cluster = new ADX.ADXTrenderClient( "https://help.kusto.windows.net/", authContext.getTsiToken, "Trender" );

`

i-am-shodan commented 2 months ago

I'm looking for the same info, there needs to be a good example for using this with your own cluster, authenticating, running a querying and rendering it