简体   繁体   中英

How to connect proxy cluster

I'm using com.microsoft.azure.kusto connect to kusto database for my project. However, my cluster is not in the format of <profile-name.region>. It's a proxy url ( https://kusto.microsoft.com/ ). It doesn't seem to work and returns nothing. Just wondering does the library support connect to the proxy url?

Thank you.

Does the library support connecting to proxy url?

Please take a look at the comment by @Anera above.

Regardless, you can provide the authentication token to the client from the outside, using either AccessTokenTokenProvider or CallbackTokenProvider class. The audience to issue the token for should be "https://kusto.kusto.windows.net"

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM