Create and Manage Azure Container Registry

Beginner
4.2Rating
4,832Deployments
60 mDuration

Learn to create, configure and use Azure Container Registry to store, manage and deploy container images securely in the cloud.

Skills Validated

Azure Container Registry

Lab Overview & Objectives

Azure Container Registry (ACR) is a managed, private Docker registry service that enables organizations to store and manage container images securely in Azure. It serves as a central repository for container images and artifacts, providing enterprise-grade security, geo-replication capabilities, and seamless integration with Azure services. For organizations adopting containerization, ACR simplifies the container lifecycle management while ensuring secure and reliable access to container images.

In this lab, you will learn how to create and work with Azure Container Registry. You'll learn how to set up a container registry, build and push container images directly in Azure using ACR's cloud-based build service, and manage your container images through both the Azure Portal and Azure CLI.

Objectives

Upon completion of this beginner lab, you will be able to:

  • Create and configure an Azure Container Registry instance
  • Build container images using ACR's cloud-based build service
  • Push container images to your private registry
  • Manage container images and repositories using both Azure Portal and CLI
  • Navigate key ACR features including access control, networking, and encryption options

Who is this lab for?

This lab is designed for:

  • Cloud Engineers and DevOps professionals starting with container technologies
  • Software Developers learning to work with containerized applications
  • IT Professionals transitioning to cloud-native development
  • System Administrators managing container infrastructure
  • Cloud Architects exploring container registry solutions

Real-Time Validation

Our platform uses an automated validation engine to verify your configurations as you work through the lab modules. No multiple choice—just real-world proficiency.

[SYSTEM] VALIDATION_ACTIVEv2.4.0
Checking resource: vpc-ingress-01...
Scanning security policy: allow-ssh...
Modules
4
Duration
60 m

Lab Curriculum

01

Logging into Azure Account using Azure Portal

02

Creating a Container Registry Resource

03

Logging into Azure CLI

04

Deploying an image to Azure Container Registry