Tutorial resources for: Deploy self-hosted CI/CD runners and agents with Azure Container Apps jobs

See the tutorial for more information.

Run the Azure DevOps Agent Locally

docker build -t ado-agent:latest -f Dockerfile.azure-pipelines .
docker run -e AZP_URL="<AZURE_DEVOPS_ORG_URL>" -e AZP_TOKEN="<AZURE_DEVOPS_PAT>" -e AZP_POOL="<AZURE_DEVOPS_AGENT_POOL>" ado-agent:latest