Automation
Automatically create container images using Azure Container Registry Tasks
Reading Time: 4 minutesIn this article, I am going to walk through the process of using Azure Container Registry (ACR) tasks to automate building Docker container images when you commit source code to a git repository. By doing this you can save yourself a lot of time. Prerequisites So you will need to Read more