Several tools are available for you to write and maintain your Azure Resource Manager (ARM) templates. In this chapter, we will review some of the tools that will be utilized throughout the following chapters.
Azure Resource Manager utilizes a JavaScript Object Notation (JSON) file that defines the infrastructure and configuration for your resources; this means you can determine the pieces of code that will build your environment in Azure.
If you want to take advantage of the ARM templates, you will need an editor; it can be any tool that can provide support for ...