Azure Key Vault
An Azure service that is used to manage and protect cryptographic keys and other secrets used by cloud apps and services.
1,286 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Tried to create keyvault in a cloud shell over azure cli:
az keyvault create -n $keyVaultName -g $rgName -l $location --enable-purge-protection true --enable-soft-delete true
Resulted in following error:
A Cloud Shell credential problem occurred. When you report the issue with the error below, please mention the hostname 'cc-3be0343b-b7dff9dd6-lddsd'
Failed to connect to MSI. Please make sure MSI is configured correctly.
Get Token request returned: <Response [400]>