Azure Resource Manager (ARM) Template is a cloud automation API for deploying Azure resources such as VM, database, network and storage services repeatedly with little human interaction. ARM template is a declarative language, i.e., the final state of the resource is declared in JSON file format outlining WHAT the resource should look like as compared to imperative language where each resource...