DEV Community

Discussion on: Using Azure Container Instance with multiple containers

Collapse
 
mhtsharma948 profile image
Mohit Sharma • Edited

I have 2 questions

  1. How can I make a request from one container to another container inside a container group?
  2. If I don't want to use a container group and willing to deploy as a completely separate container instance, How would I be able to make requests between two containers?
Collapse
 
kaiwalter profile image
Kai Walter

When spinning up multiple containers you get disparate endpoints - either public or linked to a virtual network. Currently I see no way of connecting on the backplane and you would need to tell your running containers - after they have started - the URLs of the other container.