An administrator plans to deploy a set of Azure resources using a Bicep template. Is it true that Bicep templates use a declarative syntax, which allows you to define what resources you want to create without writing the sequence of programming commands to create them?
Answer: Answer
Answer
True
Bicep templates use declarative syntax, meaning you specify the resources you want to create and their configurations. Azure Resource Manager then handles the deployment, ordering, and creation of these resources without requiring the author to write procedural code or step-by-step commands.
Step-by-Step Solution
Key Concept
Declarative syntax of Bicep and Azure Resource Manager templates