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
+19-2Lines changed: 19 additions & 2 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: seligj95
5
5
ms.assetid: 66774bde-13f5-45d0-9a70-4e9536a4f619
6
6
ms.topic: how-to
7
-
ms.date: 07/07/2025
7
+
ms.date: 10/15/2025
8
8
ms.update-cycle: 1095-days
9
9
ms.author: jordanselig
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.
@@ -119,7 +119,7 @@ App Service Hybrid Connections are only available in Basic, Standard, Premium, a
119
119
|:----|:----|
120
120
| Basic | 5 per plan |
121
121
| Standard | 25 per plan |
122
-
| Premium (v1-v3) | 220 per app |
122
+
| Premium (v1-v4) | 220 per app |
123
123
| IsolatedV2 | 220 per app |
124
124
125
125
The App Service plan UI shows you how many Hybrid Connections are being used and by what apps.
@@ -242,6 +242,23 @@ You can also show the details of a specific Hybrid Connection with the `hcm show
242
242
243
243
:::image type="content" source="media/app-service-hybrid-connections/hybrid-connections-hcm-details-cli.png" alt-text="Screenshot of Hybrid Connection Details in CLI.":::
244
244
245
+
### Configure proxy server settings
246
+
247
+
If you need to configure proxy server settings for the Hybrid Connection Manager, edit the `ProxySettings` section in the `appsettings.json` file located at:
After you edit the configuration file, restart the Hybrid Connection Manager service to apply the new proxy settings:
253
+
254
+
-**Windows**: Restart the service through **Services** from the **Start Menu**.
255
+
-**Linux**: Run `systemctl restart hybridconnectionmanager.service`.
256
+
257
+
Configuring a proxy server routes requests from the Hybrid Connection Manager through the selected proxy server before reaching the destination. Ensure your proxy server supports HTTP/HTTPS traffic so that the Hybrid Connection Manager can communicate with the Azure Relay Service.
258
+
259
+
> [!NOTE]
260
+
> All addresses set in `appsettings.json` (`ProxyAddress`, `BypassList`) should be in RegEx format if not an exact match.
261
+
245
262
### Redundancy
246
263
247
264
Each Hybrid Connection Manager can support multiple Hybrid Connections. Multiple Hybrid Connection Managers can support any Hybrid Connection. The default behavior is to route traffic across the configured Hybrid Connection Managers for any given endpoint. If you want high availability on your Hybrid Connections from your network, run multiple Hybrid Connection Managers on separate machines. The load distribution algorithm used by the Relay service to distribute traffic to the Hybrid Connection Managers is random assignment.
0 commit comments