Bicep for Azure SQL Quiz

5 questions Pass: 70% +25 pts

Quiz covering Infrastructure as Code

Bicep for Azure SQL 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 resource type is used in a Bicep file to define an Azure SQL Database server?

  2. 2

    When defining an Azure SQL Database as a child resource of a server in Bicep, which property is required to establish the parent-child relationship?

  3. 3

    Which Bicep keyword is used to make a parameter value sensitive, ensuring it is not displayed in the deployment logs?

  4. 4

    If you want to deploy an Azure SQL Database using a specific SKU, which property block must you configure within the resource definition?

  5. 5

    You are writing a Bicep template to deploy a SQL Server and a Database. You want to ensure the database is only created after the server has been successfully deployed. How do you best handle this dependency?