Skip to content

Instantly share code, notes, and snippets.

@PlagueHO
Last active April 17, 2017 07:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PlagueHO/335c7a9420ccdf1c2c0c7559b5d01db9 to your computer and use it in GitHub Desktop.
Save PlagueHO/335c7a9420ccdf1c2c0c7559b5d01db9 to your computer and use it in GitHub Desktop.
Get the latest version of secret in Azure Key Vault
$secretText = (Get-AzureKeyVaultSecret -VaultName $keyVaultName -Name 'MyAdminPassword').SecretValue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment