Share via

Deploying Application on Azure Using Docker Having Three Ports

Ethan 5 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 Apps
Azure Container Apps

An Azure service that provides a general-purpose, serverless container platform.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Lex Li 6,042 Reputation points
    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.

    Was this answer helpful?


Your answer

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