This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Choose the best response for each question.
Which of the following describes how to define the dependencies in a bicep file?
Bicep uses implicit dependency using symbolic names and parent child properties.
By adding the LinkTo property.
Bicep doesn't support resource dependencies.
Which of the following choices best describe the behavior of the webAppName parameter for a team that created a template that contains this line: param webAppName string = 'mySite${uniqueString(resourceGroup().id)}'?
Whoever is deploying the template must provide a value for the webAppName.
When you redeploy the template to the same resource group, the value of the webAppName remains the same.
The webAppName parameter will have a different value every time the template gets deployed.
Which of the following choices describe how you can reuse a Bicep template in other Bicep templates?
By adding a local reference to that file.
By defining a module and referencing it in other files.
By adding a remote reference to a template from an online repository.
You must answer all questions before checking your work.
Was this page helpful?