This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Your R&D team asked you to deploy an Azure SQL database so they can compare it to Azure Cosmos DB. An SQL database is a child resource of the Azure SQL logical server resource. Which of these statements is true?
The SQL database resource might be in a different resource provider than its parent.
You can use the parent property to tell Bicep about the relationship between the parent and child resources.
parent
An Azure SQL logical server instance is an implicit resource.
You're asked to deploy an extension resource with the type: Microsoft.Authorization/roleAssignments. Which of these approaches should you consider?
Microsoft.Authorization/roleAssignments
Use the scope property on a resource definition.
scope
Use the parent property on a resource definition.
Use a nested resource declaration.
Which of these statements is true?
Using the existing keyword on a resource declaration means that Bicep redeploys the resource.
existing
All resource definitions in a Bicep file need to have a SKU property set, even existing resources.
You can access the properties of existing resources by using the resource's symbolic name.
You must answer all questions before checking your work.
Was this page helpful?