Welcome to QA's learning platform (formerly Cloud Academy). Learn more about our journey here, opens in a new tab.
hands-on lab

Creating ACR Repositories using Azure Container Registry Tasks

Difficulty: Intermediate
Duration: Up to 1 hour
Students: 3
Get guided in a real environmentPractice with a step-by-step scenario in a real, provisioned environment.
Learn and validateUse validations to check your solutions every step of the way.
See resultsTrack your knowledge and monitor your progress.

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:

Environment before

Environment after

Covered topics

Hands-on Lab UUID

Lab steps

Logging in to the Microsoft Azure Portal
Logging into Azure Portal using Azure CLI
Creating an ACR Repository using ACR Tasks