Skip to content

Commit 150f458

Browse files
authored
Merge pull request #192292 from JackStromberg/patch-48
Updating doc to be more explicit
2 parents b921198 + e2cd606 commit 150f458

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

articles/application-gateway/application-gateway-troubleshooting-502.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,12 @@ The following table lists the values associated with the default health probe:
8787

8888
### Solution
8989

90-
* Ensure that a default site is configured and is listening at 127.0.0.1.
90+
* Host value of the request will be set to 127.0.0.1. Ensure that a default site is configured and is listening at 127.0.0.1.
91+
* Protocol of the request is determined by the BackendHttpSetting protocol.
92+
* URI Path will be set to */*.
9193
* If BackendHttpSetting specifies a port other than 80, the default site should be configured to listen at that port.
92-
* The call to `http://127.0.0.1:port` should return an HTTP result code of 200. This should be returned within the 30-second timeout period.
93-
* Ensure that the port configured is open and that there are no firewall rules or Azure Network Security Groups, which block incoming or outgoing traffic on the port configured.
94+
* The call to `protocol://127.0.0.1:port` should return an HTTP result code of 200. This should be returned within the 30-second timeout period.
95+
* Ensure the configured port is open and there are no firewall rules or Azure Network Security Groups blocking incoming or outgoing traffic on the port configured.
9496
* If Azure classic VMs or Cloud Service is used with a FQDN or a public IP, ensure that the corresponding [endpoint](/previous-versions/azure/virtual-machines/windows/classic/setup-endpoints?toc=%2fazure%2fapplication-gateway%2ftoc.json) is opened.
9597
* If the VM is configured via Azure Resource Manager and is outside the VNet where the application gateway is deployed, a [Network Security Group](../virtual-network/network-security-groups-overview.md) must be configured to allow access on the desired port.
9698

0 commit comments

Comments
 (0)