QuestionQ1
Develop containerized solutions on AzureYou manage several versions of a container image in Azure Container Registry.
The production deployment must consistently run the identical image build, even if tags change later.
You need to guarantee predictable, immutable image selection during deployment. What should you do?
- A Tag the image as production and deploy it by using the production tag.
- B Schedule nightly rebuilds of the image.
- C Configure deployment to use the latest tag.
- D Identify the image by using its SHA digest.
Community Discussion