Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 815 Bytes

File metadata and controls

26 lines (15 loc) · 815 Bytes

Challenge 2: 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.

Description

  • Deploy an Azure Container Registry (ACR)
  • Ensure your ACR has proper permissions and credentials configured
  • Using the appropriate cli commands, import the following container images into your ACR:
    • API app: whatthehackmsft/content-api
    • Web app: whatthehackmsft/content-web
  • List all images in your ACR

Success Criteria

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