In the previous chapter, we discussed the importance of securing values in ARM templates and how you can leverage some components available in Resource Manager to reference your secrets in your deployments.
When authoring ARM templates, it is inevitable to have potential errors; we are humans, and it’s OK to have errors, whether it’s a syntax error or a logical error. This chapter will review some tools to help you succeed and minimize potential errors in your ARM templates.
This chapter will provide you with the tooling needed to validate the ARM templates that ...