Azure Container Registry Tasks (ACR Tasks) is a tool that allows you to build, test, and deploy your container images remotely without the need to install Docker or any other container tools. ACR is commonly used to store container images and artifacts for your applications while ensuring high availability and scalability.
Organizations with multiple teams and projects can use ACR to store and manage their container images and artifacts. The Tasks and Runs features help orchestrate the build and deployment of your container images and artifacts while ensuring consistent workflows across different teams and projects. It also eliminates the need to install Docker or any other container tools on the machine.
In this hands-on lab, you will learn how to create an ACR repository using ACR Tasks and build and push a container image to the ACR repository.
Upon completion of this intermediate-level lab, you will be able to:
Familiarity with the following will be beneficial but is not required:
The following content can be used to fulfill the prerequisites: