How to connect Azure Multi-Instance Container to Azure Virtual Network ?

Heggur Ramesh, Mohith Gowda 6 Reputation points
2022-04-29T16:57:31.99+00:00

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 ?

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
643 questions
Azure Virtual Network
Azure Virtual Network
An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.
2,158 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. deherman-MSFT 33,626 Reputation points Microsoft Employee
    2022-05-03T20:22:04.57+00:00

    @Heggur Ramesh, Mohith Gowda
    I see you asked the same question and already received a response on StackOverflow. Please follow up there with any additional questions and our team will be happy to assist.

    https://stackoverflow.com/questions/72061210/how-to-connect-azure-multi-instance-container-to-azure-virtual-network

    -------------------------------

    Please don’t forget to "Accept the answer" and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    0 comments No comments