Loads Azure App Configuration and Key Vault variables
and .env file contents into process.env.
Example: 'KEY=value' becomes { parsed: { KEY: 'value' } }
controls behavior
Loads your Azure App Configuration and Key Vault variables.
It does not change process.env.
dotenv parse() output containing azure credentials variables
an object with keys and values
Parses a string or buffer in the .env file format into an object
and merges it with your Azure App Configuration and Key Vault variables.
It does not change process.env.
contents to be parsed
additional options
an object with keys and values
Generated using TypeDoc
Initializes a new instance of the DotenvAzure class.