
Answer-first summary for fast verification
Answer: JSON format
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.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.