Microsoft launches Container Apps Express
- Microsoft launched Azure Container Apps Express on May 13 in public preview, adding a stripped-down deployment option for containerized web apps and agent backends. - Microsoft said Express delivers apps “in seconds, not minutes” and sub-second scale-from-zero startup, with preview access initially limited to West Central US. - Microsoft said new features will ship through the preview, with the service expected to be closer to feature-complete by Build in June.
Microsoft on May 13 launched Azure Container Apps Express, a new deployment tier for containerized web applications that the company said is built to cut provisioning delays and cold-start times. The service entered public preview with a simplified setup path, shared managed infrastructure and scale-from-zero behavior aimed at HTTP-based workloads. Microsoft said the product is meant for developers shipping web apps quickly and for AI agent systems that create endpoints on demand. The launch adds a faster, more opinionated option alongside the broader Azure Container Apps service. ### What is Microsoft changing inside Azure Container Apps? Azure Container Apps Express removes the need to provision and configure a standard managed environment before deploying an app, according to Microsoft’s launch post and product documentation. Microsoft said Express applies default settings for networking, scaling and operations so users can supply a container image and bring an app online with less setup work. (techcommunity.microsoft.com) The new tier is positioned as a narrower product than the existing Azure Container Apps platform. Microsoft’s FAQ says Express uses fully managed, shared environments and is intended for web applications, while customers that need virtual network isolation, dedicated compute, GPUs or advanced networking should use the broader Container Apps offering with workload profiles. ### How fast does Microsoft say the new service is? (techcommunity.microsoft.com) Microsoft said in its May 13 announcement that Express is designed around “sub-second” cold starts and app provisioning measured in seconds rather than minutes. In the same post, the company said developers and AI agents now expect startup times fast enough for interactive user interfaces and on-demand agent endpoints. (learn.microsoft.com) Microsoft’s FAQ repeats that claim in more operational terms, saying Express apps are “running in seconds, not minutes” and that the service delivers sub-second scale-from-zero startup times. The overview document describes the platform as optimized for rapid provisioning and automatic elasticity for unpredictable traffic. ### Which workloads is Express built for? Microsoft’s documentation says Express is best suited to HTTP-first workloads such as APIs, SaaS front ends, AI gateways, developer tools and web dashboards. (techcommunity.microsoft.com) The company also names AI app front ends, rapid prototypes and startup projects as target uses. The May 13 launch post adds a second audience: systems that deploy services on demand. Microsoft specifically cited Model Context Protocol servers, tool-use endpoints, workflow APIs and human-in-the-loop user interfaces as examples of workloads that benefit from quick startup and teardown. (learn.microsoft.com) ### What are the limits in the preview? Microsoft says Express is in preview and does not carry a service-level agreement. (learn.microsoft.com) The FAQ says some Container Apps capabilities are unsupported or limited in Express during the preview period, and Microsoft says preview features are not recommended for production workloads. The quickstart and launch materials show the rollout is also geographically limited. (techcommunity.microsoft.com) Microsoft said on May 13 that West Central US was the only available region at launch and that more regions would follow in coming days, while the CLI quickstart lists West Central US and East Asia as preview regions. The quickstart also says access is limited to Microsoft Entra ID accounts, with personal Microsoft accounts unsupported. (learn.microsoft.com) ### How is Microsoft telling customers to use it? Microsoft’s quickstart says users deploying through the Azure CLI must use containerapp extension version 1.3.0b4 or later, create an express environment with `--environment-mode express`, and then deploy a container image with `az containerapp up`. The company also says users can create an Express app through a dedicated portal at containerapps.azure.com. (techcommunity.microsoft.com) Azure’s pricing page says Container Apps on the consumption plan are billed per second for resource allocation and requests, with no usage charges when an application scales to zero. Microsoft’s Express overview says Express apps run on consumption CPU with pay-as-you-go pricing. ### What comes next in the rollout? Microsoft said on May 13 that Express was released early with a “meaningful feature gap” compared with the existing Azure Container Apps service and that capabilities would be added quickly during preview. (learn.microsoft.com) The company said in its launch post that it expects Express to be close to feature-complete by Microsoft Build in June. (techcommunity.microsoft.com) (azure.microsoft.com)