You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/app-service/app-service-hybrid-connections.md
+28-7Lines changed: 28 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Learn how to create and use hybrid connections in Azure App Service
4
4
author: madsd
5
5
ms.assetid: 66774bde-13f5-45d0-9a70-4e9536a4f619
6
6
ms.topic: article
7
-
ms.date: 05/05/2025
7
+
ms.date: 05/06/2025
8
8
ms.author: madsd
9
9
ms.custom: "UpdateFrequency3, fasttrack-edit"
10
10
#customer intent: As an app developer, I want to understand the usage of Hybrid Connections to provide access to apps in Azure App Service.
@@ -28,7 +28,6 @@ When your app makes a DNS request that matches a configured Hybrid Connection en
28
28
29
29
> [!NOTE]
30
30
> This fact means that you should try to always use a DNS name for your Hybrid Connection. Some client software doesn't do a DNS lookup if the endpoint uses an IP address instead.
31
-
>
32
31
33
32
### App Service Hybrid Connection benefits
34
33
@@ -121,11 +120,18 @@ This tool runs on both Windows and Linux. On Windows, the Hybrid Connection Mana
121
120
122
121
### Installation instructions
123
122
123
+
# [Windows](#tab/windows)
124
+
124
125
To install the Hybrid Connection Manager on Windows, download the MSI package and follow the installation instructions.
> Azure Relay relies on Web Sockets for connectivity. This capability is only available on Windows Server 2012 or later. Because of this requirement, the Hybrid Connection Manager isn't supported on systems earlier than Windows Server 2012.
132
+
133
+
# [Linux](#tab/linux)
134
+
129
135
To install the Hybrid Connection Manager on Linux, from your terminal running as administrator:
130
136
131
137
```bash
@@ -138,17 +144,18 @@ sudo chmod 755 setup.sh
138
144
sudo ./setup.sh
139
145
```
140
146
147
+
-----
148
+
141
149
To support the Hybrid Connections it's configured with, the Hybrid Connection Manager requires:
142
150
143
151
- TCP access to Azure over port 443.
144
152
- TCP access to the Hybrid Connection endpoint.
145
153
- The ability to do DNS look-ups on the endpoint host and the Service Bus namespace. In other words, the hostname in the Azure relay connection should be resolvable from the machine that hosts the Hybrid Connection Manager.
146
154
147
-
> [!NOTE]
148
-
> Azure Relay relies on Web Sockets for connectivity. This capability is only available on Windows Server 2012 or later. Because of this requirement, the Hybrid Connection Manager isn't supported on systems earlier than Windows Server 2012.
149
-
150
155
### Getting started with the Hybrid Connection Manager GUI
151
156
157
+
# [Windows](#tab/windows)
158
+
152
159
After you install the Hybrid Connection Manager, on Windows, search for *Hybrid Connection Manager GUI* in your search box.
153
160
154
161
:::image type="content" source="media/app-service-hybrid-connections/hybrid-connections-hcm.png" alt-text="Screenshot of Hybrid Connection Manager.":::
@@ -173,9 +180,23 @@ You can also select the configured Hybrid Connection to see details.
173
180
174
181
:::image type="content" source="media/app-service-hybrid-connections/hybrid-connections-hcm-details.png" alt-text="Screenshot of Hybrid Connection Details.":::
175
182
183
+
# [Linux](#tab/linux)
184
+
185
+
The Hybrid Connection Manager GUI isn't supported on Linux. To use the Hybrid Connection Manager on Linux, see [Getting started with the Hybrid Connection Manager CLI](#getting-started-with-the-hybrid-connection-manager-cli).
186
+
187
+
-----
188
+
176
189
### Getting started with the Hybrid Connection Manager CLI
177
190
178
-
On Windows, you can use the Hybrid Connection Manager CLI by searching for and opening *Hybrid Connection Manager CLI*. On Linux, once installed, you can run `hcm help` to confirm the Hybrid Connection Manager is installed and to see the available commands.
191
+
# [Windows](#tab/windows)
192
+
193
+
On Windows, you can use the Hybrid Connection Manager CLI by searching for and opening *Hybrid Connection Manager CLI*.
194
+
195
+
# [Linux](#tab/linux)
196
+
197
+
On Linux, once installed, you can run `hcm help` to confirm the Hybrid Connection Manager is installed and to see the available commands.
198
+
199
+
-----
179
200
180
201
To use the interactive mode with the Hybrid Connection Manager CLI, which allows you to view your Azure subscription and Hybrid Connection details, you need to install and sign-in to the Azure CLI. For installation instructions, see [How to install the Azure CLI][install-azure-cli] and select the appropriate option for your client. Once installed, run `az login` and follow the prompts to complete your sign-in.
181
202
@@ -300,7 +321,7 @@ The status of **Connected** means that at least one Hybrid Connection Manager is
0 commit comments