Microsoft Azure Fundamentals AZ-900

Microsoft Azure Fundamentals AZ-900

Get started today

Ultimate access to all questions.


Which file format is utilized for Azure Resource Manager templates (ARM templates) to define and configure infrastructure for Azure solutions?




Explanation:

The correct answer is 'JSON format'. Azure Resource Manager (ARM) templates are used to implement infrastructure as code for Azure solutions. These templates are written in JSON (JavaScript Object Notation) format, which allows you to define the desired state of your infrastructure and configuration declaratively. Thus, you don't need to write a series of programming commands, but rather specify the resources and properties to deploy.