I have a Web App multi-container in Azure using Compose, and there are several containers running in it. Does anyone know how to connect to a specific container, or has Microsoft not added this feature for multi-container applications yet?
My application has 2 containers, Django and Nginx. Both have port 2222 open, but through standard SSH, only Nginx can be accessed since it is the main one that uses port 80. I haven’t found any useful information on how to get around this. I saw that a couple of years ago, Microsoft mentioned that the feature was not yet available for multi-container apps, but they planned to add it. Perhaps someone has encountered this problem….
CALLBOY is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.