Skip to content

Instantly share code, notes, and snippets.

@iamNoah1
Last active November 21, 2020 10:58
Create Azure Key Vault with Azure CLI
az keyvault create --name "myk8skv" --resource-group "aks2akvrg" --location eastus
az keyvault secret set --vault-name "myk8skv" --name "ExamplePassword" --value "hVFkk965BuUv"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment