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.
What is an Azure Resource Manager template?
A series of Azure CLI commands to deploy infrastructure to Azure.
A JavaScript Object Notation (JSON) file that defines the infrastructure and configuration for your deployment.
A script held in Azure Resource Manager to manage your Azure storage account.
Which one of these choices is not an element of an Azure Resource Manager template?
idempotent
schema
parameters
Azure Resource Manager templates are idempotent. This means that if you run a template with no changes a second time:
Azure Resource Manager deploys new resources as copies of the previously deployed resources.
Azure Resource Manager doesn't make any changes to the deployed resources.
Azure Resource Manager deletes the previously deployed resources and redeploys them.
You must answer all questions before checking your work.
Was this page helpful?