Skip to content

Commit ddc7c96

Browse files
author
Jill Grant
authored
Merge pull request #279460 from jaesoni/same-port-l4-ipv6-limitations
Same port - L4 and IPv6 limitations
2 parents 9c57568 + 4c8114f commit ddc7c96

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

articles/application-gateway/application-gateway-faq.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
author: greg-lindsay
77
ms.service: application-gateway
88
ms.topic: faq
9-
ms.date: 03/15/2024
9+
ms.date: 06/27/2024
1010
ms.author: greglin
1111
ms.custom: references_regions, devx-track-azurepowershell
1212
title: Frequently asked questions about Application Gateway
@@ -557,6 +557,9 @@ sections:
557557
- question: Which ports are supported for TLS/TCP listeners?
558558
answer: The same list of [allowed port range and exceptions](application-gateway-components.md#ports) apply for the Layer 4 proxy too.
559559

560+
- question: How can I use the same port number for Public and Private TLS/TCP proxy listeners?
561+
answer: The use of a common port for TLS/TCP listeners is currently not supported.
562+
560563
- name: Configuration - ingress controller for AKS
561564
questions:
562565
- question: What is an ingress controller?

articles/application-gateway/configuration-frontend-ip.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: application-gateway
55
author: greg-lindsay
66
ms.service: application-gateway
77
ms.topic: conceptual
8-
ms.date: 09/14/2023
8+
ms.date: 06/27/2024
99
ms.author: greglin
1010
---
1111

@@ -38,6 +38,9 @@ A frontend IP address is associated to a *listener*, which checks for incoming r
3838

3939
You can create private and public listeners with the same port number. However, be aware of any network security group (NSG) associated with the Application Gateway subnet. Depending on your NSG's configuration, you might need an allow-inbound rule with **Destination IP addresses** as your application gateway's public and private frontend IPs. When you use the same port, your application gateway changes the **Destination** of the inbound flow to the frontend IPs of your gateway.
4040

41+
> [!NOTE]
42+
> Currently, the use of the same port number for public and private TCP/TLS protocol or IPv6 listeners is not supported.
43+
4144
**Inbound rule**:
4245

4346
- **Source**: According to your requirement

0 commit comments

Comments
 (0)