Creating ACR Repositories using Azure Container Registry Tasks
Description
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.
Learning objectives
Upon completion of this intermediate-level lab, you will be able to:
- Create an ACR repository using ACR Tasks
- Build and push a container image to the ACR repository
- Validate the container image in the ACR repository
Intended audience
- Candidates for Azure Administrator Associate certification (AZ-104)
- Cloud Architects
- Data Engineers
- DevOps Engineers
- Software Engineers
Prerequisites
Familiarity with the following will be beneficial but is not required:
- Azure Container Registry
- Azure CLI
The following content can be used to fulfill the prerequisites: