This chapter will focus on using logical operations and expressions in your Azure Resource Manager (ARM) template. We will go over the scope of the functions available and the most common functions utilized in ARM templates. This chapter will also cover how to create your own custom ARM template function.
Understanding ARM template functions
Examples of ARM template functions
Creating your own ARM template function
Although we used some ARM template functions in previous chapters, it is important to fully ...