Skip to content

Commit 48ce288

Browse files
authored
Merge pull request #82905 from seligj95/patch-2
adding troubleshooting support for HCs on Linux with localhost
2 parents 16149cc + f1e328f commit 48ce288

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/app-service/app-service-hybrid-connections.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ If your status says **Connected** but your app cannot reach your endpoint then:
221221
* make sure you're using a DNS name in your Hybrid Connection. If you use an IP address then the required client DNS lookup may not happen. If the client running in your web app doesn't do a DNS lookup, then the Hybrid Connection will not work
222222
* check that the DNS name used in your Hybrid Connection can resolve from the HCM host. Check the resolution using *nslookup EndpointDNSname* where EndpointDNSname is an exact match to what is used in your Hybrid Connection definition.
223223
* test access from your HCM host to your endpoint using the PowerShell command *Test-NetConnection EndpointDNSname -P Port* If you cannot reach the endpoint from your HCM host then check firewalls between the two hosts including any host-based firewalls on the destination host.
224+
* if you're using App Service on Linux, make sure you're not using "localhost" as your endpoint host. Instead, use your machine name if you're trying to create a connection with a resource on your local machine.
224225

225226
In App Service, the **tcpping** command-line tool can be invoked from the Advanced Tools (Kudu) console. This tool can tell you if you have access to a TCP endpoint, but it doesn't tell you if you have access to a Hybrid Connection endpoint. When you use the tool in the console against a Hybrid Connection endpoint, you're only confirming that it uses a host:port combination.
226227

0 commit comments

Comments
 (0)