< Previous Challenge - Home - Next Challenge >
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.
/Challenge-02
folder of the Resources.zip
files provided by your coach.content-web
and content-api
in the /Challenge-01/
folder of the Resources.zip
file provided by your coach. Review how the provided Dockerfiles correspond to each of these applications.content-web
and content-api