microsoft / microsoft/aspire.dev

[What's New Analysis] Create Azure Kusto / Data Explorer integration documentation

Open
#347 0 comments 0 reactions 1 assignee View on GitHub

@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 resource
  • RunAsEmulator - Local development with emulator
  • AddReadWriteDatabase - Add a database to the cluster

Suggested Content

Create azure-kusto-integration doc with:

  1. Hosting integration

    • Package installation (Aspire.Hosting.Azure.Kusto)
    • AddAzureKustoCluster API
    • AddReadWriteDatabase for databases
  2. Local development

    • RunAsEmulator configuration
    • Emulator container details
  3. Azure provisioning

    • Bicep generation
    • Configuration options
  4. Client integration (if exists)

    • Kusto client registration
    • Query examples

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.