Azure group container instances - issue with environment variables
HI all,
I am trying to create azure container group for deploying zabbix , group contains four container which are of Mysql server container, java gateway containers, apache webserver container and zabbix server container.
Now the issue is with environment variables. I have created a YAML file and deployed all four container in group, containers are up and running, environment variables are also showing in properties of container from UI. but it's not coming to config file inside the containers.
I also tried to manually add those values in config file but it's getting removed after restarting the container.
I had used the docker compose to create a container in linux VM directly there it was running fine and all the passed environment variables were invoked into config file as well. but not sure why it's not getting into azure container instances.
Please help me, if I need to follow some other way to do it.
Other details:
used OS : Linux
Thank you !!