Skip to content

Commit 6e9b500

Browse files
committed
add nsg consideration details and link
1 parent 1ffb02b commit 6e9b500

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

articles/application-gateway/application-gateway-probe-overview.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: application-gateway
55
author: vhorne
66
ms.service: application-gateway
77
ms.topic: article
8-
ms.date: 01/28/2020
8+
ms.date: 02/20/2020
99
ms.author: victorh
1010
---
1111

@@ -96,9 +96,11 @@ The following table provides definitions for the properties of a custom health p
9696
9797
## NSG considerations
9898

99-
If there's a network security group (NSG) on an application gateway subnet, port ranges 65503-65534 must be opened on the application gateway subnet for inbound traffic. These ports are required for the backend health API to work.
99+
You must allow incoming Internet traffic on TCP ports 65503-65534 for the Application Gateway v1 SKU, and TCP ports 65200-65535 for the v2 SKU with the destination subnet as **Any** and source as **GatewayManager** service tag. This port range is required for Azure infrastructure communication.
100100

101-
Additionally, outbound Internet connectivity can't be blocked, and inbound traffic coming from the AzureLoadBalancer tag must be allowed.
101+
Additionally, outbound Internet connectivity can't be blocked, and inbound traffic coming from the **AzureLoadBalancer** tag must be allowed.
102+
103+
For more information, see [Application Gateway configuration overview](configuration-overview.md#network-security-groups-on-the-application-gateway-subnet).
102104

103105
## Next steps
104106
After learning about Application Gateway health monitoring, you can configure a [custom health probe](application-gateway-create-probe-portal.md) in the Azure portal or a [custom health probe](application-gateway-create-probe-ps.md) using PowerShell and the Azure Resource Manager deployment model.

0 commit comments

Comments
 (0)