Showing tag results for Aspire

Apr 9, 2026
Post comments count0
Post likes count2

Running Multiple Instances of an Aspire AppHost Without Port Conflicts

James Newton-King

Aspire 13.2 introduces isolated mode, letting you run multiple instances of the same AppHost in parallel without port conflicts. Learn how the --isolated flag solves development and testing workflows.

AspireDeep Dives
Apr 2, 2026
Post comments count0
Post likes count0

Aspire Docs in Your Terminal (and Your AI’s Brain)

David Pine

Aspire 13.2 ships aspire docs, a CLI for browsing, searching, and reading official aspire.dev docs from your terminal, with the same source of truth available to AI skills and automation.

AspireDeep DivesAI
Mar 31, 2026
Post comments count0
Post likes count0

Aspire 13.2: Dashboard Gets Smarter Export and Telemetry

James Newton-King

Aspire 13.2 brings powerful new dashboard features for exporting and importing telemetry, querying telemetry via API, and improved GenAI telemetry visualization.

AspireReleases
Mar 23, 2026
Post comments count1
Post likes count5

Announcing Aspire 13.2

Maddy,
David

Aspire 13.2 brings TypeScript AppHost authoring, an agent-native CLI, Foundry integration, and more.

AspireAnnouncementAspire Update
Feb 5, 2026
Post comments count0
Post likes count4

Securing Aspire Apps with Microsoft Entra ID

Jean-Marc Prieur

Learn to secure Aspire distributed applications with Microsoft Entra ID authentication. Use AI skills with GitHub Copilot for a 5-minute setup, or follow the detailed guide to understand JWT Bearer protection, OIDC sign-in, and automatic token handling.

AspireDeep DivesIntegrations
Jan 14, 2026
Post comments count0
Post likes count2

Adding Aspire to a Python RAG Application

Eric Erhardt

This blog post documents the transformation of the azure-search-openai-demo (a Python/TypeScript RAG application) through the addition of Aspire for local development and observability. It demonstrates how Aspire can enhance polyglot applications without requiring rewrites.

AspireAI
Jan 8, 2026
Post comments count2
Post likes count4

Scaling AI Agents with Aspire: The Missing Isolation Layer for Parallel Development

tamir dresher

Scaling AI agent development with Aspire and Git worktrees by solving port conflicts through automatic port allocation scripts and an MCP proxy layer that enables parallel AI agents to orchestrate and debug complete distributed systems simultaneously.

ContributorsAspire
Dec 17, 2025
Post comments count1
Post likes count6

Aspire 13.1 – Our holiday gift to you

David Fowler

Aspire 13.1 is here with CLI-based MCP for AI agents, dashboard improvements, Azure updates, and TLS termination support.

Aspire UpdateAnnouncementAI