Using Azure Keyvault secrets with ARM templates
2020-06-13
In my previous blog post I described how to deploy an VM using DevOps, fast and simple. But ofcourse you don’t want to store secrets in parameters files! Open your parameter file and search for adminPassword. It should look something like: “adminPassword”: { “value”: “This1sReallyReallyNotMyP@ssw0rd!” }, Now replace it withRead More →