Below you will find pages that utilize the taxonomy term “Azure CLI”
Post
How to use Azure KeyVault secrets while scripting in Powershell or Azure CLI?
Hello All! Usually, when we start working on a deployment script, we either go with storing the passwords/secrets in variables in plain text or we tend to provide them at runtime (comparatively more secure). We all have been there. But when we are working with a huge script with a large number of parameters, the latter becomes a pain too. So why not try to find a way in which we can keep those secrets secure as well as handy to use as many times as required.