Skip to content

Commit 8eac77c

Browse files
authored
Merge pull request #92630 from MonikaReddy-MSFT/patch-1
Update app-service-hybrid-connections.md
2 parents 93ebb19 + 00cda68 commit 8eac77c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Through the two joined connections, your app has a TCP tunnel to a fixed host:po
3535
When your app makes a DNS request that matches a configured Hybrid Connection endpoint, the outbound TCP traffic will be redirected through the Hybrid Connection.
3636

3737
> [!NOTE]
38-
> This means that you should try to always use a DNS name for your Hybrid Connection. Some client software does not do a DNS lookup if the endpoint uses an IP address instead.
38+
> This means that you should try to always use a DNS name for your Hybrid Connection. Some client software does not do a DNS lookup if the endpoint uses an IP address instead.
3939
>
4040
4141
### App Service Hybrid Connection benefits ###
@@ -60,6 +60,9 @@ Things you cannot do with Hybrid Connections include:
6060
- Support LDAP, because it can require UDP.
6161
- Support Active Directory, because you cannot domain join an App Service worker.
6262

63+
### Prerequisites ###
64+
- Windows App service is required. It is only available in Windows.
65+
6366
## Add and Create Hybrid Connections in your app ##
6467

6568
To create a Hybrid Connection, go to the [Azure portal][portal] and select your app. Select **Networking** > **Configure your Hybrid Connection endpoints**. Here you can see the Hybrid Connections that are configured for your app.

0 commit comments

Comments
 (0)