Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thorstenhans/azure-container-apps-samples

A collection of Azure Container Apps samples
https://github.com/thorstenhans/azure-container-apps-samples

aca azure azure-container-apps container-apps

Last synced: about 2 months ago
JSON representation

A collection of Azure Container Apps samples

Awesome Lists containing this project

README

        

# 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](https://www.thorsten-hans.com/tags/azure-container-apps/).

## Sample Index

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

## Contact

- Twitter [@ThorstenHans](https://twitter.com/ThorstenHans)
- Blog [https://www.thorsten-hans.com](https://www.thorsten-hans.com)