ARM Templates Quiz

5 questions Pass: 70% +25 pts

Quiz covering Managing and Deploying Resources

ARM Templates 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

    What is the primary file format used for Azure Resource Manager (ARM) templates?

  2. 2

    Which section of an ARM template is used to define the specific resources you want to deploy, such as a virtual machine or storage account?

  3. 3

    When deploying an ARM template, what is the purpose of the 'parameters' section?

  4. 4

    You have an ARM template that successfully deployed 5 resources. If you modify the template to add a 6th resource and redeploy it using the 'Incremental' deployment mode, what happens?

  5. 5

    You are using the 'copy' loop function within an ARM template to deploy multiple instances of a subnet. Which property must be used to define the number of times the iteration should run?