microsoft / microsoft/aspire.dev
[What's New Analysis] Create Azure Kusto / Data Explorer integration documentation
Open
@DamianEdwards is already working on this.
Since Feb 9, 2026.
external feedback
- Dominant language
- MDX
- Stars
- 193
- Forks
- 87
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 73
Description
Summary
Aspire 9.5 added a preview package Aspire.Hosting.Azure.Kusto for Azure Data Explorer. No integration doc exists.
What's Missing
From what's-new-in-aspire-95:
var builder = DistributedApplication.CreateBuilder(args);
var db = builder.AddAzureKustoCluster("kusto")
.RunAsEmulator()
.AddReadWriteDatabase("sensorreadings");
builder.Build().Run();
Features
AddAzureKustoCluster- Add a Kusto cluster resourceRunAsEmulator- Local development with emulatorAddReadWriteDatabase- Add a database to the cluster
Suggested Content
Create azure-kusto-integration doc with:
-
Hosting integration
- Package installation (
Aspire.Hosting.Azure.Kusto) AddAzureKustoClusterAPIAddReadWriteDatabasefor databases
- Package installation (
-
Local development
RunAsEmulatorconfiguration- Emulator container details
-
Azure provisioning
- Bicep generation
- Configuration options
-
Client integration (if exists)
- Kusto client registration
- Query examples
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.