nerdexam
Microsoft

70-473 · Question #93

You need to create a Microsoft Azure Resource manager template. Which file format should you use?

The correct answer is C. JSON. Azure Resource Manager (ARM) templates, which define and deploy Azure resources, are authored using JavaScript Object Notation (JSON) format.

Design and implement data storage

Question

You need to create a Microsoft Azure Resource manager template. Which file format should you use?

Options

  • AXML
  • Btext
  • CJSON
  • Dbinary

How the community answered

(61 responses)
  • A
    3% (2)
  • B
    2% (1)
  • C
    89% (54)
  • D
    7% (4)

Why each option

Azure Resource Manager (ARM) templates, which define and deploy Azure resources, are authored using JavaScript Object Notation (JSON) format.

AXML

XML is not the file format used for Azure Resource Manager templates.

Btext

While an ARM template is a text file, 'text' is too generic and not the specific, required file format.

CJSONCorrect

Azure Resource Manager (ARM) templates are standardized to use JavaScript Object Notation (JSON) for defining the infrastructure and configuration of Azure resources.

Dbinary

ARM templates are human-readable text files and are not stored in a binary format.

Concept tested: Azure Resource Manager template format

Source: https://learn.microsoft.com/en-us/azure/azure-resource-manager/templates/overview

Topics

#ARM templates#JSON#Azure deployment

Community Discussion

No community discussion yet for this question.

Full 70-473 Practice