Where did you configure those environment variables within Azure Container Apps settings?
If you follow the screen shot below to configure environment variables for your container, then within the running containers the variables are available.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello,
I am running a public docker image as a Container App. Setting the invironment variables, they are not set in what is the log of the command run to start the application. Specifically I added all possible env variables, yet I always get the following log:
docker run -d --expose=8080 --name <container-name> -e WEBSITES_ENABLE_APP_SERVICE_STORAGE=false -e WEBSITE_SITE_NAME=<website-name> -e WEBSITE_AUTH_ENABLED=False -e PORT=8080 -e WEBSITE_ROLE_INSTANCE_ID=0 -e WEBSITE_HOSTNAME=<website-hostname> -e WEBSITE_INSTANCE_ID=<website-instance-id> -e WEBSITE_USE_DIAGNOSTIC_SERVER=False lightdash/lightdash:latest
Where did you configure those environment variables within Azure Container Apps settings?
If you follow the screen shot below to configure environment variables for your container, then within the running containers the variables are available.