< 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.
Your coach will provide you two sample Dockerfiles, which will be used to build the container images for your application.
- Download the source code for
content-web
andcontent-api
into your local folder. Review how the provided Dockerfiles correspond to each of these applications. - Deploy an Azure Container Registry (ACR)
- Ensure your ACR has proper permissions and credentials configured
- Use the cloud-based container image building feature of ACR Tasks to build and store images for
content-web
andcontent-api
- List all images in your ACR
- You have provisioned a new Azure Container Registry
- You have built and deployed your container images to the registry.
- You can log into the registry and see all images.