MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.28k stars 21.45k forks source link

What is the exact limitation for ports per IP address #101382

Closed RolandlinAKS closed 1 year ago

RolandlinAKS commented 1 year ago

[Enter feedback here] According to the document, it says each IP address can have up to 5 ports. However, in the Azure CLI output, it says teach IP address can have up to 10 ports. https://learn.microsoft.com/en-us/azure/container-instances/container-instances-quotas#service-quotas-and-limits image


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

ManoharLakkoju-MSFT commented 1 year ago

@RolandlinAKS Thanks for your feedback! We will investigate and update as appropriate.

AjayBathini-MSFT commented 1 year ago

@RolandlinAKS

All Azure services include certain default limits and quotas for resources and features. This article details the default quotas and limits for Azure Container Instances.

Availability of compute, memory, and storage resources for Azure Container Instances varies by region and operating system. Use the List Usage API to review current quota usage in a region for a subscription.

To request a limit increase, create an Azure Support request. Free subscriptions including Azure Free Account and Azure for Students aren't eligible for limit or quota increases. If you have a free subscription, you can upgrade to a Pay-As-You-Go subscription. 2Default limit for Pay-As-You-Go subscription. Limit may differ for other category types.

For more detailed overview regarding limitations, you can go through below link

https://learn.microsoft.com/en-us/azure/container-instances/container-instances-region-availability

if there are any further questions regarding the documentation, please tag me in your reply and we will be happy to continue the conversation.

RolandlinAKS commented 1 year ago

@AjayBathini-MSFT Thank you for providing the information. However, this cannot answer my question. I would like to confirm the default value of ports per IP address. In the ACI document, the limit is 5, but it shows the limit as 10 in the CLI. They are not matching. Could you please check which one is the default value?

AjayBathini-MSFT commented 1 year ago

@RolandlinAKS

Since this issue isn't directly related to improving our docs, and to gain a better understanding of your issue, I'd recommend working closer with our support team via an [Azure support request] (https://docs.microsoft.com/en-us/azure/azure-portal/supportability/how-to-create-azure-support-request). Or you can leverage our Q&A forum by posting your issue there so our community, and MVPs can further assist you in troubleshooting this issue or finding potential workarounds. [Teams Q&A forum] (https://docs.microsoft.com/en-us/answers/topics/46488/office-teams-windows-itpro.html) for technical questions about the configuration and administration of Microsoft Teams on Windows. [Microsoft Teams Community forum] (https://answers.microsoft.com/en-us/msteams/forum?sort=LastReplyDate&dir=Desc&tab=All&status=all&mod=&modAge=&advFil=&postedAfter=&postedBefore=&threadType=All&isFilterExpanded=false&page=1) Thank you for your time and patience throughout this issue.

RolandlinAKS commented 1 year ago

@AjayBathini-MSFT ACI support team does not have the information of the default value of the port limit. Is it possible to engage the ACI product managers to have the answer?

AjayBathini-MSFT commented 1 year ago

@RolandlinAKS I'm going to assign this to the document author so they can take a look at it accordingly.

AjayBathini-MSFT commented 1 year ago

@tomvcassidy Could you please add your inputs on the above query.

RolandlinAKS commented 1 year ago

Apart from above query, the customer also have a question that if one container group can use both TCP and UDP ports?

RolandlinAKS commented 1 year ago

@tomvcassidy Could you please review this issue?

  1. What is the exact port limit for each IP address? It shows 5 in the ACI document, while it shows 10 in the Azure CLI output.
  2. Does one container group can use both TCP and UDP simultaneously if they are not the same port?

The customer is waiting for the response.

RolandlinAKS commented 1 year ago

Do we have any update on this?

RolandlinAKS commented 1 year ago

@AjayBathini-MSFT I have got the confirmation from Microsoft internal channel that ACI has a hard limit of 5 ports per IP. The CLI output is not correct and the product team will fix the printed output in CLI. We can close this case.