Azure CLI for SQL Quiz

5 questions Pass: 70% +25 pts

Quiz covering Infrastructure as Code

Azure CLI for 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 Azure CLI command is used to create a new Azure SQL logical server?

  2. 2

    When creating an Azure SQL database using the CLI, which parameter is required to specify the performance tier of the database?

  3. 3

    You need to update the firewall rules for an existing Azure SQL server to allow a specific IP address. Which command should you use?

  4. 4

    If you want to automate the restoration of a deleted Azure SQL database to a specific point in time, which command is the most appropriate?

  5. 5

    You are writing a script to create a SQL database. You want to ensure the command fails if the resource group does not exist, but you want to suppress the standard output of the command to keep your logs clean. Which global argument should you append to the CLI command?