Skip to content

ThorstenHans/azure-container-apps-samples

Repository files navigation

Azure Container Apps - Samples

This repository contains samples to demonstrate usage of Azure Container Apps (ACA). If you encounter any bug or miss something you're looking for, file an issue.

For further documentation on each samples, consult the Azure Container Apps tag on my blog.

Sample Index

  1. Find a simple "Hello World" in 001-hello-aca
  2. See how a single-container app is provisioned using Bicep in 002-aca-single-container
  3. See how a multi-container app is provisioned using Bicep and Dapr in 003-aca-multi-container
  4. Exposing gRPC APIs with Azure Container Apps in 004-exposing-grpc
  5. How to run a custom Helm repository in Azure Container Apps & Azure Storage in 005-chartmuseum
  6. Do you want to use custom health probes? See 006-custom-probes
  7. Wanna use Managed Identities in Azure Container Apps? See 007-managed-identities
  8. See how to apply traffic splitting in 008-traffic-split
  9. See how to deploy Azure Container Apps with Pulumi in 009-deploy-aca-with-pulumi
  10. A simple sample for az containerapp up 010-up
  11. See how to deploy Azure Container Apps with Terraform in 011-deploy-aca-with-terraform
  12. Pull Docker images from ACR using Managed Service Identity (MSI) in ./012-pull-from-acr-with-msi
  13. Learn how to build a Background Worker (in .NET) and scale it horizontally using built-in KEDA support ./013-background-workers/

Contact