← All projects
Azure DevOps pipeline to AKS
In build — target Sept 6–7, 2026. The plan below is complete; the real pipeline runs, configs and screenshots land here as the build finishes.
Azure DevOps AKS ACR Bicep
What this project builds
The same delivery story in the Azure dialect: a pipeline that builds a container image, pushes it to Azure Container Registry, and deploys to AKS, with the infrastructure declared in Bicep.
How it will be built
- Azure resource group as the container for everything — delete it and the environment is gone.
- AKS cluster (free control plane) and ACR declared in Bicep.
- azure-pipelines.yml building the app, pushing the image, rolling it out to AKS.
- The AWS ↔ Azure translation internalised: account → subscription, tags → resource groups, EKS → AKS.
Why it matters
Multi-cloud in job descriptions almost always means AWS and Azure. After this project I can compare four CI systems — GitHub Actions, GitLab CI, ArgoCD and Azure Pipelines — from direct use rather than hearsay.