How to deploy Key vault extension individual server
How to deploy Key vault extension individual server
Just checking in to see if the below answer helped. If this answers your query, please don’t forget to click "Accept the answer" and Up-Vote for the same, which might be beneficial to other community members reading this thread. And, if you have any further query do let us know.
Thanks,
Hello @TapasKumarBarik-2241 ,
Thanks for reaching out.
Server must be hosted on Azure Virtual Machine, In order to use the Azure Key Vault Virtual Machine extension which makes it easier for apps running on virtual machines to use certificates from a key vault, by abstracting the common tasks as well as best practices—authenticate, handle common network errors, cache, periodically refresh the certificate from the key vault and bind the certificate for Transport Layer Security (TLS).
This extension is available for Windows and Linux.
In case, if you wanted to access Azure Key Vault programmatically from server hosted on different cloud platform or physically then you could use the client libraries which is available from a variety of languages, including .NET, Python, Java, and JavaScript.
Hope this helps.
Please "Accept the answer" if the information helped you. This will help us and others in the community as well.
5 people are following this question.
Will Microsoft see my keys in Azure Key Vault?
What are the different ways to authenticate to Azure Key Vault?
What are Azure Key Vault's soft-delete and purge protection features?
What is the limit of number of key vaults per subscription?
What is the difference between a key and a secret in Azure Key Vault?