Skip to content

Commit 0143de6

Browse files
authored
Merge pull request #300744 from seligj95/hcmv2
App Service HCM - add connection string info
2 parents 8ea6179 + 9c251f2 commit 0143de6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,9 @@ Each Hybrid Connection Manager can support multiple Hybrid Connections. Multiple
224224

225225
### Manually add a Hybrid Connection
226226

227-
To enable someone outside your subscription to host a Hybrid Connection Manager instance for a given Hybrid Connection, share the gateway connection string for the Hybrid Connection with them. You can see the gateway connection string in the Hybrid Connection properties in the [Azure portal].
227+
To enable someone outside your subscription to host a Hybrid Connection Manager instance for a given Hybrid Connection, share the gateway connection string for the Hybrid Connection with them. You can see the gateway connection string in the Hybrid Connection properties of your App Service in the [Azure portal]. The gateway connection string is in the format `Endpoint=sb://[NAMESPACE].servicebus.windows.net/;SharedAccessKeyName=defaultListener;SharedAccessKey=[KEY];EntityPath=[HYBRID-CONNECTION-NAME]`.
228+
229+
:::image type="content" source="media/app-service-hybrid-connections/hybrid-connections-connection-string.png" alt-text="Screenshot of the Hybrid Connection gateway connection string in the Azure portal.":::
228230

229231
To use that string in the Hybrid Connection Manager GUI, select **+ New** and **Use Connection String** and paste in the gateway connection string.
230232

152 KB
Loading

0 commit comments

Comments
 (0)