Azure Resource Manager templates use which format? › Category: Azure › Azure Resource Manager templates use which format? 0 Vote Up Vote Down Editor">Editor Staff asked 2 years ago Azure Resource Manager templates use which format?a. HTMLb. JSONc. XML 1 Answers 0 Vote Up Vote Down Editor">Editor Staff answered 2 years ago Answer: b JSON: Resource Manager templates are JSON files that define the resources you need to deploy for your solution. You can use a template to easily re-create multiple versions of your infrastructure, such as staging and production.