You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current KQL authentication experience opens a web page and since it's running on the remote machine in this case, that approach won't work. This is work we know we have to do to improve various auth flows (#992).
Describe the bug
I'm trying to get a basic notebook hosted in Azure Machine Learning studio where it can be shared with others to perform KQL queries.
I figured out the correct arcane incantation to install the correct dependencies:
I had issues connecting to the C# kernel until I ran:
as described in https://techcommunity.microsoft.com/blog/machinelearningblog/running-ml-net--notebooks-in-azure-machine-learning-studio/1323238.
At this point, I can connect to the C# kernel and successfully run C# code.
I then install the Microsoft.DotNet.Interactive.Kql package with:
and attempt to connect to a cluster:
which runs and never completes with no authentication prompt.
Please complete the following:
Which version of .NET Interactive are you using? (In a notebook, run the
#!about
magic command. ):Environment configuration information:
Screenshots
If applicable, add screenshots to help explain your problem.
The text was updated successfully, but these errors were encountered: