Aspire Blog

Build distributed apps and agents without the complexity.

Featured posts

What’s New in Aspire 13.3
May 7, 2026
Post comments count 0
Post likes count 2

What’s New in Aspire 13.3

Maddy Montaquila

Aspire 13.3 is here with the Aspireify skill, command results, browser logs, Kubernetes and AKS deployment, and more.

AspireReleases

Latest posts

May 28, 2026
Post comments count 2
Post likes count 0

How Azure Chaos Studio ships with hermetic Aspire end-to-end tests

Brent Rusinow

Learn how the Azure Chaos Studio team uses Aspire.Hosting.Testing to run hermetic, per-PR end-to-end tests across four services — with emulators, stubs, and no shared environments.

May 20, 2026
Post comments count 0
Post likes count 4

Your dev loop is full of tribal knowledge

David Fowler

Aspire turns a team's scattered tribal knowledge into an explicit, incrementally-adoptable app model that humans, scripts, and AI agents can all use.

May 14, 2026
Post comments count 2
Post likes count 1

Securing Azure apps with Aspire enterprise networking

Eric Erhardt

Network security has a funny way of showing up late. You start with a web app, an API, storage, and Key Vault. The app works. The demo works. Everyone is happy. Then the production checklist shows up: That is usually the point where the application model and the infrastructure model start drifting apart. The app says "I need storage and Key Vault." The networking template says "I have seven subnets, two private DNS zones, a NAT gateway, a network security group, and a growing collection of comments explaining why nobody should touch any of it." Aspire makes this a lot nicer. The new Azure networking su...

May 7, 2026
Post comments count 0
Post likes count 2

What’s New in Aspire 13.3

Maddy Montaquila

Aspire 13.3 is here with the Aspireify skill, command results, browser logs, Kubernetes and AKS deployment, and more.

Apr 21, 2026
Post comments count 0
Post likes count 0

Aspire 13.2: Bun Support and Container Enhancements

David Pine

Aspire 13.2 keeps the JavaScript story moving with Bun for Vite, more predictable containers, and small but meaningful fixes across debugging and builds.

Apr 16, 2026
Post comments count 0
Post likes count 1

Free Your Terminal with Detached Mode in Aspire 13.2

James Newton-King

Aspire 13.2 brings detached mode to the CLI. Run your AppHost in the background, free your terminal, and let coding agents start, inspect, and manage your app without blocking.

Apr 14, 2026
Post comments count 1
Post likes count 1

New Aspire database integrations

Alistair Matthews

Aspire 13.2 brings MongoDB Entity Framework Core and Azure Data Lake Storage integrations, plus quality-of-life improvements to existing database clients.

Apr 9, 2026
Post comments count 0
Post likes count 3

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.

Apr 7, 2026
Post comments count 0
Post likes count 0

Agentic development aspirations: build, run, observe — without more Markdown

Maddy Montaquila

AI agents can write code but struggle to run and test it. Aspire gives your agent a codified app model to build, run, and observe your whole stack.

Apr 2, 2026
Post comments count 0
Post likes count 1

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.

Mar 31, 2026
Post comments count 0
Post likes count 0

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.

Mar 26, 2026
Post comments count 0
Post likes count 5

TypeScript AppHost in Aspire 13.2: same app model, different syntax

Sebastien Ros

Aspire 13.2 enables TypeScript developers to define AppHosts directly in TypeScript, with the same streamlined Aspire application model.

Mar 23, 2026
Post comments count 1
Post likes count 5

Announcing Aspire 13.2

Maddy,
David

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

Mar 10, 2026
Post comments count 0
Post likes count 0

Aspire Conf is Coming! Join us Live on March 23

Maddy Montaquila

Save the date and tune in for our free, livestream event on March 23. Discover Aspire and learn how it can transform the way you build and deploy your distributed apps and agents.

Feb 5, 2026
Post comments count 1
Post likes count 4

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.

Jan 14, 2026
Post comments count 0
Post likes count 2

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.

Jan 12, 2026
Post comments count 9
Post likes count 3

Aspire for JavaScript developers

David Pine

Aspire 13 brings comprehensive JavaScript and TypeScript support to cloud-native development, enabling you to orchestrate Node.js applications, Vite frontends, and JavaScript services alongside your .NET projects with unified tooling and seamless integration.

Jan 8, 2026
Post comments count 2
Post likes count 4

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.