Skip to content

Commit 4260e0a

Browse files
authored
Update configuration-listeners.md
1 parent 51a5e42 commit 4260e0a

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

articles/application-gateway/configuration-listeners.md

Lines changed: 15 additions & 2 deletions
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: 11/23/2022
8+
ms.date: 02/27/2023
99
ms.author: greglin
1010
ms.custom: devx-track-azurepowershell
1111
---
@@ -38,7 +38,20 @@ Choose the frontend IP address that you plan to associate with this listener. Th
3838

3939
## Frontend port
4040

41-
Choose the frontend port. Select an existing port or create a new one. Choose any value from the [allowed range of ports](./application-gateway-components.md#ports). You can use not only well-known ports, such as 80 and 443, but any allowed custom port that's suitable. A port can be used for public-facing listeners or private-facing listeners, however the same port cannot be used for both at the same time.
41+
Associate a frontend port. You can select an existing port or create a new one. Choose any value from the [allowed range of ports](./application-gateway-components.md#ports). You can use not only well-known ports, such as 80 and 443, but any allowed custom port that's suitable. The same port can be used for public and private listeners (Preview feature).
42+
43+
>[!NOTE]
44+
> When using private and public listeners with the same port number, your application gateway changes the "destination" of the inbound flow to the frontend IPs of your gateway. Hence, depending on your Network Security Group's configuration, you may need an inbound rule with **Destination IP addresses** as your application gateway's public and private frontend IPs.
45+
>
46+
> **Inbound Rule**:
47+
> - Source: (as per your requirement)
48+
> - Destination IP addresses: Public and Private frontend IPs of your application gateway.
49+
> - Destination Port: (as per listener configuration)
50+
> - Protocol: TCP
51+
>
52+
> **Outbound Rule**: (no specific requirement)
53+
54+
**Limitation**: The portal currently supports private and public listeners creation only for the Public clouds.
4255

4356
## Protocol
4457

0 commit comments

Comments
 (0)