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.
Question
Options
- AXML
- Btext
- CJSON
- Dbinary
How the community answered
(61 responses)- A3% (2)
- B2% (1)
- C89% (54)
- D7% (4)
Why each option
Azure Resource Manager (ARM) templates, which define and deploy Azure resources, are authored using JavaScript Object Notation (JSON) format.
XML is not the file format used for Azure Resource Manager templates.
While an ARM template is a text file, 'text' is too generic and not the specific, required file format.
Azure Resource Manager (ARM) templates are standardized to use JavaScript Object Notation (JSON) for defining the infrastructure and configuration of Azure resources.
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
Community Discussion
No community discussion yet for this question.