This chapter will cover how to use variables to simplify the definition of your Azure Resource Manager (ARM) template; we will go over how to create an Azure Resource Manager template with variables and how to reference values and configuration variables. This chapter will also cover how to create multiple values for a variable in your template and how to integrate the copy function to perform iterations.
Introduction to variables in your ARM template
How to reference variable values
How to leverage configuration ...