Azure CLI weirdness
Some team members and I were hitting some odd Azure CLI issues in our automation. I had recently worked with the scripts and everything ran to completion.
When attempting to set the Access Policy:
az keyvault set-policy -n $kv --key-permissions "all"...
wind010.hashnode.dev3 min read