Container App

Container App Presets

Ready-to-deploy configuration presets for Container App. Each preset is a complete manifest you can copy, customize, and deploy.

3 presets
01

Web Service

This preset deploys a publicly accessible web service with HTTP auto-scaling, health probes, and external ingress. It starts with 1 replica and scales up to 10 based on concurrent HTTP requests. This...

02

Background Worker

This preset deploys a background worker that processes messages from an Azure Service Bus queue. It has no ingress (not accessible via HTTP), scales to zero when the queue is empty, and scales up to...

03

Enterprise API

This preset deploys a production-grade API with User Assigned managed identity, Key Vault secrets, ACR authentication via identity, IP security restrictions, full health probe coverage (liveness,...