question

TapasKumarBarik-2241 avatar image
0 Votes"
TapasKumarBarik-2241 asked sikumars commented

How to deploy Azure Key vault extension on the server

How to deploy Key vault extension individual server

azure-key-vault
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

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,

0 Votes 0 ·

1 Answer

sikumars avatar image
0 Votes"
sikumars answered

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 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.