Challenge 02 - Path B: Dockerfiles & Azure Container Registry

< Previous Challenge - Home - Next Challenge >

Introduction

The first step in our journey will be to take our application and package it as a container image, which will be stored in a container registry.

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 built and deployed your container images to the registry.
  3. Verify that you can log into the registry and see all images.