Knowledge check

Completed

Consider the following scenario, then choose the best response for each question that follows and select Check your answers.

The manufacturing department at your toy company needs software to manage the factory. The IT department has built a web-based application for the manufacturing team to use, and it plans to host the application on Azure. The IT department needs to deploy the application to a test environment before it can be released to production.

1.

What's the best way for the team to create a template that will deploy to both test and production environments?

2.

The template that the team has developed includes this line:
param siteName string = 'mysite-${uniqueString(resourceGroup().id)}'
Which of these statements is true?

3.

The Bicep template that the IT department wrote has two modules in it. Which of these statements is true?