Aspire Blog

Build distributed apps and agents without the complexity.

Featured posts

Announcing Aspire 13.2
Mar 23, 2026
Post comments count 1
Post likes count 5

Announcing Aspire 13.2

Image Image
Maddy,
David

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

AspireAnnouncementAspire Update

Latest posts

Running Multiple Instances of an Aspire AppHost Without Port Conflicts
Apr 9, 2026
Post comments count 0
Post likes count 2

Running Multiple Instances of an Aspire AppHost Without Port Conflicts

Image
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.

Agentic development aspirations: build, run, observe — without more Markdown
Apr 7, 2026
Post comments count 0
Post likes count 0

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

Image
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.

Aspire Docs in Your Terminal (and Your AI’s Brain)
Apr 2, 2026
Post comments count 0
Post likes count 0

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

Image
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.

Aspire 13.2: Dashboard Gets Smarter Export and Telemetry
Mar 31, 2026
Post comments count 0
Post likes count 0

Aspire 13.2: Dashboard Gets Smarter Export and Telemetry

Image
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.

TypeScript AppHost in Aspire 13.2: same app model, different syntax
Mar 26, 2026
Post comments count 0
Post likes count 5

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

Image
Sebastien Ros

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

Announcing Aspire 13.2
Mar 23, 2026
Post comments count 1
Post likes count 5

Announcing Aspire 13.2

Image Image
Maddy,
David

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

Aspire Conf is Coming! Join us Live on March 23
Mar 10, 2026
Post comments count 0
Post likes count 0

Aspire Conf is Coming! Join us Live on March 23

Image
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.

Securing Aspire Apps with Microsoft Entra ID
Feb 5, 2026
Post comments count 0
Post likes count 4

Securing Aspire Apps with Microsoft Entra ID

Image
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.

Adding Aspire to a Python RAG Application
Jan 14, 2026
Post comments count 0
Post likes count 2

Adding Aspire to a Python RAG Application

Image
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.