Beginner
4.8
2,847

Create and Manage Azure Container Registry

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

Skills You'll Learn

Azure Container Registry
Lab preview
Ready
4
Modules
1 hour
Duration

Lab Modules

4 steps
Logging into Azure Account using Azure Portal
Creating a Container Registry Resource
Logging into Azure CLI
Deploying an image to Azure Container Registry

Lab Overview

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