Created
April 20, 2022 17:15
-
-
Save criscunhasantos/7bb1d25d043c04854a4b8be1dfb8d570 to your computer and use it in GitHub Desktop.
Show KeyVault secret value
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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