Azure-Samples / azure-sdk-for-go-samples

Examples of how to utilize Azure services from Go.
MIT License
297 stars 184 forks source link

.env file not being used anymore #295

Open rmsilva1973 opened 3 years ago

rmsilva1973 commented 3 years ago

Thank you for your contribution and feedback! Help us review faster by providing the following information:

This issue is a:

Further info:

On previous versions azure-sdk-for-go-samples used to rely on github.com/gobuffalo/envy to load variables from .env files. But that features has been dropped out.

All references to .env file as a way to setup environment variables should be dropped from the code