Skip to content

Instantly share code, notes, and snippets.

@criscunhasantos
Created April 20, 2022 17:15
Show Gist options
  • Save criscunhasantos/7bb1d25d043c04854a4b8be1dfb8d570 to your computer and use it in GitHub Desktop.
Save criscunhasantos/7bb1d25d043c04854a4b8be1dfb8d570 to your computer and use it in GitHub Desktop.
Show KeyVault secret value
VAULT="akv-xxxxx"
NAME="mysecret"
az keyvault secret show --name $NAME --vault-name $VAULT
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment