Skip to content

Commit d21db8e

Browse files
Merge pull request #306981 from seligj95/hcmproxy
App Service HCMv2 - add info on how to enable hcm proxy server
2 parents 4068c08 + 4d6ae24 commit d21db8e

1 file changed

Lines changed: 19 additions & 2 deletions

File tree

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

Lines changed: 19 additions & 2 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: seligj95
55
ms.assetid: 66774bde-13f5-45d0-9a70-4e9536a4f619
66
ms.topic: how-to
7-
ms.date: 07/07/2025
7+
ms.date: 10/15/2025
88
ms.update-cycle: 1095-days
99
ms.author: jordanselig
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.
@@ -119,7 +119,7 @@ App Service Hybrid Connections are only available in Basic, Standard, Premium, a
119119
|:----|:----|
120120
| Basic | 5 per plan |
121121
| Standard | 25 per plan |
122-
| Premium (v1-v3) | 220 per app |
122+
| Premium (v1-v4) | 220 per app |
123123
| IsolatedV2 | 220 per app |
124124

125125
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
242242

243243
:::image type="content" source="media/app-service-hybrid-connections/hybrid-connections-hcm-details-cli.png" alt-text="Screenshot of Hybrid Connection Details in CLI.":::
244244

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:
248+
249+
- **Windows**: `C:\ProgramData\HybridConnectionManager\`
250+
- **Linux**: `/usr/share/HybridConnectionManager/`
251+
252+
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+
245262
### Redundancy
246263

247264
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

Comments
 (0)