Remember to look around all the folders, files and change things to your own liking.
Create a pipeline that builds a Docker image and pushes it to Azure Container Registry or Docker Hub.
Create Azure resources:
- Resource Group
az group create --name "rgdcazpro04" --location "westeurope"
- Azure Container Registry
az acr create --name "acrdcazpro04" --resource-group "rgdcazpro04" --sku Basic --admin-enabled true
or run the prerequisites.sh script.
(OPTIONAL)