Skip to content

martinpeck/dotenv-keyvault-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dotenv-keyvault-example

This example uses dotenv-keyvault to retrieve a secret value from Key Vault and return it as part of the HTTP response of the function.

Setup

  1. run npm install to install dependencies
  2. copy .env-example to a file called .env
  3. update .env so that it contains a valid URL to a Key Vault secret. You can find the url of your secret using the Azure Portal.

About

An example Azure Function that makes use of dotenv-keyvault

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published