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
Copy file name to clipboardExpand all lines: src/Aspire.Hosting.Azure.Kusto/AzureKustoBuilderExtensions.cs
+46-1Lines changed: 46 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,8 @@
3
3
4
4
#pragma warning disable AZPROVISION001// Type is for evaluation purposes only and is subject to change or removal in future updates. Suppress this diagnostic to proceed.
thrownewDistributedApplicationException($"Connection string for Kusto resource '{resourceBuilder.Resource.Name}' is not set.");
342
+
343
+
// TODO: This should be of the form http://<your_cluster>/?web=0, but the current redirect logic doesn't include the port. So for now we build it ourselves.
0 commit comments