ARM Templates and Bicep Quiz

5 questions Pass: 70% +50 pts

Quiz covering Automate Deployment Using ARM Templates or Bicep

ARM Templates and Bicep Quiz

5 questions | Pass: 70% | Earn 50 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 of the following file extensions is used for Azure Bicep files?

  2. 2

    When deploying an ARM template, which deployment mode ensures that resources not defined in the template are deleted from the resource group?

  3. 3

    Which Bicep keyword is used to define a value that can be passed into a template at deployment time?

  4. 4

    What is the primary benefit of using the 'dependsOn' property in an ARM template?

  5. 5

    You have a Bicep module that creates a Virtual Network. You need to reference the ID of this VNet in a different Bicep file. Which Bicep construct should you use in your module to make this ID available to the parent template?