I am deploying a docker image to azure app service. I’ve added an environment variable to container but it seem to be not available for production code. How can I troubleshoot it?
I am expecting all my environment variables to be here …
They all seem to be making it there except of MAP_KEY I’ve added for google maps to work …
Is there additional settings I should update on the app service?
I’ve tried restarting the app service and removing/re-adding Environment variable again. It works locally and if I hardcode the api key but won’t pick it up as process.env when app is deployed.
I have it deployed here –> https://aigentyportal.azurewebsites.net/map