Challenge 02 - Path C: The Azure Container Registry

< Previous Challenge - Home - Next Challenge >

Introduction

The first step in our journey will be to create a container registry and import our application images to it.

Azure Container Registry is a managed registry service based on the open-source Docker Registry 2.0. You can create and maintain Azure container registries to store and manage your container images and related artifacts.

You can use Azure container registries with your existing container development and deployment pipelines, or use Azure Container Registry Tasks to build container images in Azure. Build on demand, or fully automate builds with triggers such as source code commits and base image updates.

Description

Success Criteria

  1. Verify that you have provisioned a new Azure Container Registry
  2. Verify that you have imported your container images to the registry.
  3. Verify that you can log into the registry and see all images.