Dotazure
Locate and load environment variables defined when provisioning an Azure Developer CLI project.
Getting Started
If you do not already have an Azure Developer CLI (azd) project, you can create one:
After you define some resources e.g., an Azure Key Vault,
you can provision those resources which will create a .env file with any output parameters:
Example
After azd up provisions resources and creates a .env file, you can call load() to load those environment variables
from the default environment e.g.,
If you want to customize behavior, you can call dotazure::loader() to get a builder-like object.
License
Licensed under the MIT license.