Skip to content

Latest commit

 

History

History

Azure.KeyVault

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Azure key vault extension

This extension helps developers get secrets, keys and certificates from Azure key vault via bindings.

This extension provides the following bindings:

Binding Description Example
Get secret Gets the latest version of a secret GetSecret
Get secret with version Gets the specified version of a secret GetSecretVersion
Get certificate public key Gets the public key of the latest version of a certificate GetCertificatePublicKey
Get certificate public key with version Gets the public key of the specified version of a certificate GetCertificateVersionPublicKey
Get certificate private key Gets the private key of the latest version of a certificate GetCertificatePrivateKey
Get certificate private key with version Gets the private key of the specified version of a certificate GetCertificateVersionPrivateKey
Get key Gets the latest version of a key GetKey
Get key with version Gets the specified version of a key GetKeyVersion

The bindings support the following authentication methods:

  • Azure AD application with client secret Example
  • Azure AD application with client certificate Example
  • Azure managed identity Example