ACR Tasks for Building Images Quiz

5 questions Pass: 70% +25 pts

Quiz covering Container Application Hosting

ACR Tasks for Building Images Quiz

5 questions | Pass: 70% | Earn 25 points

Questions in this quiz

A preview of the 5 questions covered. Start the quiz above to answer them, check your score, and read the explanations.

  1. 1

    Which Azure Container Registry (ACR) feature allows you to automatically build and push container images to a registry whenever source code is committed to a GitHub repository?

  2. 2

    When defining an ACR Task using a YAML file, which property is used to specify the sequence of steps to be executed during the build process?

  3. 3

    You want to ensure that your ACR Task automatically triggers a rebuild whenever the base image of your Dockerfile is updated. Which feature should you enable?

  4. 4

    Which command is used to manually trigger an ACR Task that is already defined in your Azure Container Registry?

  5. 5

    You are configuring a multi-step ACR Task. You need to pass the output of a build step to a subsequent test step. How can you achieve this within the YAML definition?