Deploy docker to azure using docker compose up

José Brás 6 Reputation points
2022-09-20T09:49:03.18+00:00

Hello! I'm trying to deploy my containers using docker compose to Azure. When I do docker compose up, I get a message " "TooManyIpAddressPorts." Message:" (...) The maximum allowed number of 'ipAddress' ports is '10'."

How can I increase this limit, so I can deploy my containers?

Azure Container Registry
Azure Container Registry
An Azure service that provides a registry of Docker and Open Container Initiative images.
398 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
6,956 questions
{count} votes

1 answer

Sort by: Most helpful
  1. srbhatta-MSFT 8,546 Reputation points Microsoft Employee
    2022-09-22T07:18:15.467+00:00

    Hi @José Brás , this is a quota issue. The container group quota has been reached in UK West region. You need to request for additional vCPU cores quota in that region to deploy the container group.
    You can yourself check by navigating to Quota. You can request for an increase in quota by creating a Support request with Microsoft. Hope that helps?