This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Which property should be set in Bicep to establish a relationship between a container and its corresponding database?
name
dependsOn
parent
Which command should be used to deploy a Bicep or JSON template to Azure Resource Manager?
az deployment group create
az group deployment creates
az bicep deploys
The sales team has an Azure Cosmos DB for NoSQL account name adventureworksllc, a database named cosmicworks, and a container named products. In a JSON Azure Resource Manager template, how does the team specify the name property of this resource?
products
adventureworksllc/cosmicworks/products
databaseAccounts/adventureworksllc/sqlDatabases/cosmicworks/containers/products
You must answer all questions before checking your work.
Was this page helpful?