Microsoft Releases Aspire 13.3 with Major Deployment and Frontend Updates

Microsoft Releases Aspire 13.3 with Major Deployment and Frontend Updates

By Almir Vuk
Publication Date: 2026-05-16 08:34:00

Last week, Microsoft released Aspire 13.3, the latest update to its cloud-native application framework. The release introduces several major features aimed at deployment, observability, and broader language support, while also bringing a number of breaking changes that developers should review before upgrading.

A central addition is the new aspire destroy command, which tears down resources previously provisioned by aspire deploy. As reported, the command works across Azure, Kubernetes, and Docker Compose environments, making it easier to clean up ephemeral deployments and continuous integration setups.

Alongside this, the Aspire CLI is now available as a NativeAOT .NET global tool, and a new aspire dashboard command as stated, lets users run the standalone dashboard without launching an AppHost.

The release also brings native Kubernetes deployment in preview. Developers can declare a Kubernetes environment in their AppHost, and Aspire will generate a Helm chart and…