Skip to content

Instantly share code, notes, and snippets.

@kpatnayakuni
Created February 3, 2020 17:12
Show Gist options
  • Save kpatnayakuni/4ed50064132dbbc28dc40ab093e5b7e7 to your computer and use it in GitHub Desktop.
Save kpatnayakuni/4ed50064132dbbc28dc40ab093e5b7e7 to your computer and use it in GitHub Desktop.
# Add a secret to Key Vault
$null = Set-AzKeyVaultSecret -VaultName $keyVaultName `
-Name $userName -SecretValue $securePassword
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment