Deploying Application on Azure Using Docker Having Three Ports

Ethan 0 Reputation points
2024-09-03T07:48:39.45+00:00

I am trying to deploy a web application using Azure. The tech stack that I am using is next.js and the database is postgres. I am using docker to containerize the application, but the issue that I am having is that my docker file exposes 3 ports. That is, I only have one container. From what I've read online, using azure app service only allows one port but I can't seem to find an alternative solution to where an application can be deployed having a docker file that exposes 3 ports. Any suggestions on how I would go about it would be appreciated!

Azure Container Instances
Azure Container Instances
An Azure service that provides customers with a serverless container experience.
690 questions
Azure Container Apps
Azure Container Apps
An Azure service that provides a general-purpose, serverless container platform.
399 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Lex Li (Microsoft) 5,577 Reputation points Microsoft Employee
    2024-09-03T17:03:34.82+00:00

    There are several alternative services on Azure that can host your containers, such as

    You can evaluate them and choose the one best suited.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.