是否可以仅更改我使用PowerShell创建并驻留在Azure中的Key Vault中的密码?我找到了这个线程,但是不确定是否是答案:
Azure Key Vault - How to update the secrets
在开始闲逛之前,想确定一下。能够更改密码而不删除整个KeyVault会很好。谢谢!
答案 0 :(得分:1)
您可以使用Update-AzureKeyVaultSecret
更新密钥库的秘密,请注意,您需要拥有Azure RM Powershell 6.8.1
。较旧版本不可用。
要检查已安装的AzureRM版本,请运行
Get-InstalledModule -Name AzureRm