Azure Container Apps usecase - Self-Hosted Azure DevOps Agents

A great new usecase, solving a big problem. Deploying Azure DevOps agents on Azure Container Apps. This is cost effective and cloud native way to either get started with self-hosted agents or migrate your existing pipelines infrastructure from IaaS to PaaS.

Key features include: ✅ Auto-scaling powered by KEDA (Kubernetes-based Event-driven Autoscaling) and the Azure DevOps Pipeline scaler. ✅ Private connectivity to your resources by deploying Container Apps to an environment integrated to Azure Virtual Networks.

Plus, with the use of Bicep and Azure pipelines, getting this starter solution up and running takes less than 30 minutes. Check out the project from Leandro Lopez at Microsoft on GitHub.