-
Unable to grant permission as mentioned in chapter 2
$me = az ad signed-in-user show --query objectId
$tenantId = az account show --query tenantId
az kusto cluster-principal-assignment create…
-
Seems https://github.com/dotnet/runtime/issues/75354 was not enough.
Kusto query:
```kusto
cluster('engsrvprod.kusto.windows.net').database('engineeringdata').AzureDevOpsTests
//| where Te…
rzikm updated
3 months ago
-
The function created:
![image](https://github.com/microsoft/delta-kusto/assets/47764110/236f8c36-d4e6-423b-aae9-8aa2476d889c)
The error when running Kusto-Delta:
![image](https://github.com/micro…
-
Type: Bug
When creating a new connection after giving all the details, and when add account section it navigates to a browser to login, once details are given it keeps spinning and never logs in.
…
-
$query = 'AzureDiagnostics | where action_s == "Blocked" | count'
$w = 'valid--id'
Invoke-AzOperationalInsightsQuery -WorkspaceId $w -Query $query -ErrorAction Stop -Timespan (New-TimeSpan -Ho…
-
**Describe the bug**
A clear and concise description of what the bug is.
There is an issue with the HTTP client inside the client library where the request fails every time when we try to retrieve c…
-
**Describe the bug**
When the final line of a Kusto query ends with a comment, the count query fails if the tabular expression result contains more than `truncationmaxrecords` rows (500000 by default…
-
We should test the top X packages to see how well the sbom-tool performs when functionality is available in the .NET SDK for .NET 9.
### Query
Top 1000 packages, taking at most 3 packages per u…
-
Line 14 of https://github.com/Azure/Webjobs.Extensions.Kusto/blob/main/samples/samples-outofproc/InputBindingSamples/GetProducts.cs should be `[FunctionName("GetProducts")]` instead of `[Function("Get…
-
- Azure Data Studio Version:
Steps to Reproduce:
1. Have Kusto connection setup through Workspace
2. Connect to Kusto Connection
3. Open Connection by clicking on caret
4. Notice …