Skip to content

Instantly share code, notes, and snippets.

@iamNoah1
Last active November 21, 2020 10:58
Show Gist options
  • Save iamNoah1/e9408c91e838a2c303a151581951bbe8 to your computer and use it in GitHub Desktop.
Save iamNoah1/e9408c91e838a2c303a151581951bbe8 to your computer and use it in GitHub Desktop.
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