Challenge 02 - Path B: The Azure Container Registry - Coach’s Guide

< Previous Solution - Home - Next Solution >

Challenge 1 & 2 Path B

This is PATH B: Use this path if your students understand Docker, don’t care about building images locally, and/or have environments issues that would prevent them from building containers locally. In this path, your students will be given a Dockerfile, will create an Azure Container Registry, and then will use ACR tasks to build the images natively inside ACR.

Notes & Guidance

Tooling:

The students will need to be able to run the Azure CLI. Ideally this would be run from their local workstation, but it could also be the Azure Cloud Shell.

Fab Medical Application:

The coach should demonstrate running the application locally. To run the Fab Medical application locally:

Dockerizing the Application

NOTE: Before the hack, it is the Coach’s responsibility to download and package up the contents of the /Student/Resources folder of this hack into a Resources.zip file. The coach should then provide a copy of the Resources.zip file to all students at the start of the hack. The student guide refers to relative path locations within this zip package.

If the students get stuck, point them to the ACR documentation for building a container image in Azure:

Other tips / tricks