Azure / Azure/azure-kusto-trender

Docs: connecting to azure data explorer

Open
#41 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
33
Forks
18
Avg merge
6d 15h
Merged PRs (30d)
2

Description

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

- Is it correct that this piece of code provide a connection to data explorer?
- What do the three parameters mean?
- How and where can the parameter values be found for the user?
- Does TSItoken stand for time series insight token and if so, why is this referred to time series insight?

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

`

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by locating the TypeScript entry point that constructs ADX.ADXTrenderClient and tracing authContext.getTsiToken. Document what the three arguments represent, where users obtain their values, and whether TSItoken refers to Time Series Insights; done means these connection details and terminology are answered in the documentation.

Written by the indexing model from the issue text.

Assessment

Tech stack
azure, typescript
Domain
documentation
Issue type
Documentation
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.