Azure Container Apps
Get started quickly with ready-to-deploy templates
Browse templates for microservices and containerized applications on Azure Container Apps — a serverless platform with built-in autoscaling, Dapr integration, and KEDA event-driven scaling. Pick a template and deploy.
Quick start
Install the Azure Developer CLI
winget install microsoft.azdInitialize from a Container Apps template
azd init --template todo-nodejs-mongo-acaDeploy to Azure
azd upFeatured templates

WordPress with Azure Container Apps
A blueprint to easily and quickly create and deploy your first scalable and secure WordPress site to Azure, leveraging Azure Container Apps with Azure Database for MariaDb.

Rock, Paper, Orleans (RPO) - Distributed .NET
Rock, Paper, Orleans (RPO) is a game built using dotnet, Orleans, and runs in Azure.The idea behind RPO is that you write a "player bot" in which you implement your player logic.

Containerized React Web App with Node.js API and MongoDB
A blueprint for getting a React web app with a Node.js API and a MongoDB database onto Azure. The blueprint includes sample application code (a ToDo web app) which can be removed and replaced with your own application code. Add your own source code and leverage the Infrastructure as Code assets (written in Bicep) to get up and running quickly. This architecture is for running containerized apps or microservices on a serverless platform This architecture is for running containerized microservices without managing the servers.

Containerized React Web App with Python API and MongoDB
A blueprint for getting a React.js web app with Python (FastAPI) API and a MongoDB API in Cosmos database onto Azure. The frontend, currently a ToDo application, is designed as a placeholder that can easily be removed and replaced with your own frontend code. This architecture is for running containerized apps or microservices on a serverless platform.

Containerized React Web App with Java API and MongoDB
A blueprint for getting a React web app with a Java API and a MongoDB database on Azure. The blueprint includes sample application code (a ToDo web app) which can be removed and replaced with your own application code. Add your own source code and leverage the Infrastructure as Code assets (written in Bicep) to get up and running quickly. This architecture is for running containerized apps or microservices on a serverless platform.

ChatGPT + Enterprise Data with Azure OpenAI and AI Search
A sample app for the Retrieval-Augmented Generation pattern running in Azure, using Azure AI Search for retrieval and Azure OpenAI large language models to power ChatGPT-style and Q&A experiences.
Resources
Container Apps documentation
Official docs covering concepts, quickstarts, and how-to guides.
Microservices with Dapr
Build distributed applications using Dapr building blocks on Container Apps.
Scaling and performance
Configure autoscaling rules based on HTTP traffic, CPU, memory, or custom metrics.
azd Container Apps templates
Browse community and Microsoft-authored Container Apps templates on GitHub.