Azure Key Vault
Post in
五 07 二月 2025
AZ-Cli
Secret
az login --use-device-code
# https://microsoft.com/deviceloginchina
# 需要 Key Vault Reader
az keyvault secret list --vault-name xxx
# 需要 Key Vault Secrets Officer
az keyvault secret …