Forum Discussion
bhanush880
Jan 27, 2020Copper Contributor
failed to download certificate from key vault using keyvault vm extension on windows VM
failed to download certificate from key vault using keyvault vm extension on windows VM below is log on azure vm under folder C:\WindowsAzure\Logs\Plugins\Microsoft.Azure.KeyVault.KeyVaultForWindows...
akohnen
Copper Contributor
Hello
I just wanted to thank you for providing this solution as it has worked for me. Once I changed:
["https://<keyvault-name>.vault.azure.net/certificates/andrew-test"]
To
["https://<keyvault-name>.vault.azure.net/secrets/andrew-test"]
It worked fine, as indicated in the extension logs
Thank you
Kumar018
Jun 08, 2021Copper Contributor
Hi ,
Working on azure key vault extension for windows. All the steps followed as per the documentation. But when the extension is running in the time interval below error is occurring.
Refreshing 'https://<keyvault-name>.vault.azure.net/secrets/CertificateName' failed with RequestException: 404; desc:
{"error":{"code":"SecretNotFound","message":"A secret with (name/id) CertificateName was not found in this key vault.