Situation :
I have created a azure resource. which has a container registry, virtual network with firewall.
Problem :
While creating a single container instance you can specify the virtual network, so that the firewall rules, public static ip and all networking settings gets attached to the container. But, while deploying multi container instance its done only using command with docker compose on azure context.
Question :
I would like to know how to link the multi container instance to the virtual network ?