You have two Azure Container Registry (ACR) azure video
az-204-developer-associate video for you have two Azure Container Registry (ACR) instances: ACR01 and ACR02. You plan to implement a containerized application
Full Certification Question
You have two Azure Container Registry (ACR) instances: ACR01 and ACR02. You plan to implement a containerized application named APP1 that will use a base image named BASE1. The image for APP1 will be stored in ACR01. The image BASE1 will be stored in ACR02. You need to automate the planned implementation by using a sequence of five Azure command-line interface (Azure CLI) commands. Your solution must ensure that the APP1 image stored in ACR01 will be automatically updated when the BASE1 image is updated. In which order should you perform the actions? Container build automation az acr task credential add az role assignment create az acr build az acr task run az acr task create