Skip to Content

AZ-104: Learn and Test Azure Resource Manager Templates

Learn how to use templates to deploy and manage Azure resources.

Table of Contents

Question

What is an Azure Resource Manager template?

A. A series of Azure CLI commands to deploy infrastructure to Azure.
B. A JavaScript Object Notation (JSON) file that defines the infrastructure and configuration for the deployment.
C. A script used by the Azure Resource Manager to manage the Azure storage account.

Answer

B. A JavaScript Object Notation (JSON) file that defines the infrastructure and configuration for the deployment.

Explanation

An Azure Resource Manager template is a JSON file that defines the infrastructure and configuration for the deployment.

An Azure Resource Manager template is a JSON file that defines the infrastructure and configuration for the deployment. It allows you to declaratively specify the resources to be created, updated, or deleted in Azure. You can use Azure CLI, PowerShell, or the Azure portal to deploy the template.

A and C are incorrect because they are not JSON files that define the deployment. A series of Azure CLI commands is an imperative way of deploying infrastructure to Azure. A script used by the Azure Resource Manager is not a template, but a custom script extension that can run commands or scripts on virtual machines.

A is incorrect. An Azure Resource Manager template is a JSON file that defines the infrastructure and configuration for the deployment.
C is incorrect. An Azure Resource Manager template is a JSON file that defines the infrastructure and configuration for the deployment.

Microsoft Azure Administrator AZ-104 certification exam practice question and answer (Q&A) dump with detail explanation and reference available free, helpful to pass the Microsoft Azure Administrator AZ-104 exam and earn Microsoft Azure Administrator AZ-104 certification.