How I would use Azure templates and parameters today
At first look on the template and parameter example files, it doesn’t look obvious to what goes where. Other than variables goes in the template and string goes in the parameters, but then it doesn’t make sense to me, does it to you? What if we converted all variables to strings? I did that, and it…