Microsoft's Aspire 13.2 release expands cloud-native development capabilities with a significantly enhanced CLI, TypeScript AppHost preview, and dashboard improvements.
Microsoft has released Aspire 13.2, delivering a substantial update to its cloud-native development stack with expanded command-line capabilities, TypeScript support, and dashboard enhancements. The release, announced at the end of last month, focuses on improving the developer experience for both human developers and AI coding agents working with distributed applications.
Enhanced CLI Experience
The most significant addition in Aspire 13.2 is the expanded command-line interface. Developers now have access to a more robust set of commands that streamline application management:
- Detached mode allows applications to run in the background
- Process management with dedicated start, stop, and listing commands
- Resource monitoring directly from the terminal
- Secret and certificate management through CLI commands
- Diagnostics and documentation access via command line
The CLI workflow has been simplified with intuitive commands like aspire new for creating new projects using an interactive template picker, aspire init for setting up blank apphosts in existing codebases, and aspire run for restoring integrations and starting applications.
A particularly useful addition is the isolated mode, which enables multiple instances of the same application to run simultaneously without port conflicts. This feature proves invaluable for automated testing scenarios and parallel development workflows where developers need to run different versions or configurations side by side.
TypeScript AppHost Preview
Breaking new ground, Aspire 13.2 introduces a preview of TypeScript AppHost support. This marks a significant expansion of Aspire's multi-language capabilities, allowing developers to define their application's resource graph using TypeScript instead of being limited to C#.
The TypeScript AppHost maintains compatibility with Aspire's existing resource model, including resources, references, and integrations. It communicates with Aspire's orchestration host through a local transport layer and is supported in both the CLI and the VS Code extension, providing a consistent development experience across tools.
This addition reflects Microsoft's recognition of TypeScript's growing importance in the cloud-native ecosystem and provides developers with more flexibility in choosing their preferred language for defining infrastructure and application topology.
Dashboard Improvements
The Aspire dashboard has received several user-focused enhancements:
- Export and import telemetry data for analysis and backup
- Export environment variables as .env files for easy configuration management
- Direct resource parameter configuration through the dashboard interface
- New telemetry HTTP API enabling programmatic access to spans, logs, and traces
- Improved resource graph layout for better readability
- General interface refinements for enhanced usability
These improvements make the dashboard more practical for daily development work, allowing developers to manage their applications more efficiently without constantly switching between tools.
Integration Ecosystem Growth
The release expands Aspire's integration capabilities with several notable additions:
- Docker Compose publishing integration moves from prerelease to stable status
- Microsoft Foundry support replaces the earlier Azure AI Foundry integration
- New integrations for Azure Virtual Network, Azure Data Lake Storage, and MongoDB Entity Framework Core
- Bun support added as a package manager option for JavaScript projects
The VS Code extension received over 20 new features, including a dedicated Aspire panel in the Activity Bar, inline CodeLens for resource state, and improved debugging capabilities for Azure Functions and TypeScript apphosts.
Breaking Changes and Migration
As with any major release, Aspire 13.2 includes several breaking changes related to:
- Configuration files
- Resource commands
- Event handling
- Azure AI Foundry to Microsoft Foundry transition
Developers should review the official Microsoft documentation for detailed migration guidance and the complete list of changes.
Context and Impact
Aspire 13.2 represents Microsoft's continued investment in making cloud-native development more accessible and efficient. By expanding CLI capabilities, adding TypeScript support, and improving the dashboard experience, Microsoft is addressing the needs of modern development teams who require flexible, powerful tools that work seamlessly across different languages and environments.
The addition of TypeScript support is particularly noteworthy as it opens Aspire to a broader developer audience and aligns with the growing trend of using TypeScript for infrastructure-as-code scenarios. The enhanced CLI with isolated mode demonstrates Microsoft's focus on improving developer productivity in complex, multi-service environments.
For teams already using Aspire, this release provides immediate productivity gains through better tooling and expanded language support. For those considering cloud-native development frameworks, Aspire 13.2 presents a compelling option with its comprehensive feature set and Microsoft's backing.

The full release notes are available in the official Microsoft documentation.

Comments
Please log in or register to join the discussion