< Previous Challenge - Home - Next Challenge >
The first step in our journey will be to create a container registry and import our application images to it.
- 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
- You have provisioned a new Azure Container Registry
- You have imported your container images to the registry.
- You can log into the registry and see all images.