Skip to content

Commit 62430e2

Browse files
committed
tabs
1 parent 29572ed commit 62430e2

File tree

1 file changed

+28
-7
lines changed

1 file changed

+28
-7
lines changed

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

Lines changed: 28 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to create and use hybrid connections in Azure App Service
44
author: madsd
55
ms.assetid: 66774bde-13f5-45d0-9a70-4e9536a4f619
66
ms.topic: article
7-
ms.date: 05/05/2025
7+
ms.date: 05/06/2025
88
ms.author: madsd
99
ms.custom: "UpdateFrequency3, fasttrack-edit"
1010
#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
2828

2929
> [!NOTE]
3030
> 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-
>
3231
3332
### App Service Hybrid Connection benefits
3433

@@ -121,11 +120,18 @@ This tool runs on both Windows and Linux. On Windows, the Hybrid Connection Mana
121120

122121
### Installation instructions
123122

123+
# [Windows](#tab/windows)
124+
124125
To install the Hybrid Connection Manager on Windows, download the MSI package and follow the installation instructions.
125126

126127
> [!div class="nextstepaction"]
127128
> [Windows download](https://download.microsoft.com/download/HybridConnectionManager-Windows.msi)
128129
130+
> [!NOTE]
131+
> 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+
129135
To install the Hybrid Connection Manager on Linux, from your terminal running as administrator:
130136

131137
```bash
@@ -138,17 +144,18 @@ sudo chmod 755 setup.sh
138144
sudo ./setup.sh
139145
```
140146

147+
-----
148+
141149
To support the Hybrid Connections it's configured with, the Hybrid Connection Manager requires:
142150

143151
- TCP access to Azure over port 443.
144152
- TCP access to the Hybrid Connection endpoint.
145153
- 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.
146154

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-
150155
### Getting started with the Hybrid Connection Manager GUI
151156

157+
# [Windows](#tab/windows)
158+
152159
After you install the Hybrid Connection Manager, on Windows, search for *Hybrid Connection Manager GUI* in your search box.
153160

154161
:::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.
173180

174181
:::image type="content" source="media/app-service-hybrid-connections/hybrid-connections-hcm-details.png" alt-text="Screenshot of Hybrid Connection Details.":::
175182

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+
176189
### Getting started with the Hybrid Connection Manager CLI
177190

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+
-----
179200

180201
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.
181202

@@ -300,7 +321,7 @@ The status of **Connected** means that at least one Hybrid Connection Manager is
300321
G3-prod-sn3-010-sb.servicebus.windows.net
301322
...
302323
G126-prod-sn3-010-sb.servicebus.windows.net
303-
G127-prod-sn3-010-sb.servicebus.windows.net
324+
G127-prod-sn3-010-sb.servicebus.windows.net
304325
GV0-prod-sn3-010-sb.servicebus.windows.net
305326
GV1-prod-sn3-010-sb.servicebus.windows.net
306327
GV2-prod-sn3-010-sb.servicebus.windows.net

0 commit comments

Comments
 (0)