Forum Discussion
eynarain
Aug 12, 2019Brass Contributor
Azure App Service (Windows) Config Variable
I'm having an issue reading env variables on Azure App Service Windows instance. I use dotenv nodejs package for storing my env variables in .env file. It works perfectly fine on my local machine (W...
akhilvatts
Copper Contributor
eynarain Did you try setting the environment variables using the Configuration settings for your webapp?
Check out this screenshot, I guess this should help you setting your environment variables.
You may find more info on this at: https://docs.microsoft.com/en-us/azure/app-service/configure-common
I hope this solves your problem.
Thanks
eynarain
Aug 19, 2019Brass Contributor
akhilvattsThat did the trick. Thanks for letting me know of this.