Problem scenario
You are having problems with your ARM templates (the .json files). You want to learn more techniques at troubleshoot ARM templates. What should you do?
Possible Solution #1 Follow these directions on Microsoft’s website.
(You will need to download a .psm1 file and use the import-module command in PowerShell.)
Possible Solution #2
Clone this Git repo and use it to validate your ARM templates: https://github.com/Azure/azure-arm-validator
Possible Solution #3
Substitute any very sensitive data from the JSON with dummy (fake or random) data.
…
Continue reading “How Do You Troubleshoot Azure Template Files?”