Capturing Terraform Outputs in Azure DevOps (Mk2)
In a previous post back in 2021, I described a method for getting Terraform outputs into Azure DevOps pipeline variables. I’ve been doing some work on Infrastructure as Code deployments…
29/10/2023
I’ve been following through some tutorials on Azure Container Registry in Anthony Nocentino’s Pluralsight course “Microsoft Azure Developer: Implement IaaS Solutions”. There is quite a lot of Azure CLI and bash in the examples provided for managing Azure Container Registry. This is good for me, as I am no where…