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
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -192,12 +192,11 @@ To enable someone outside your subscription to host an HCM instance for a given
192
192
193
193
To use that string in the HCM GUI, select **+ New** and **Use Connection String** and paste in the gateway connection string.
194
194
195
-
<!-- TODO:update photo -->
196
195
:::image type="content" source="media/app-service-hybrid-connections/hybrid-connections-manual.png" alt-text="Screenshot of the dialog box where you manually add a Hybrid Connection.":::
197
196
198
197
To use that string in the HCM CLI, run `hcm add` with either the connection string, or the Hybrid Connection resource details.
199
198
200
-
<!-- TODO:add photos -->
199
+
:::image type="content" source="media/app-service-hybrid-connections/hybrid-connections-manual-cli.png" alt-text="Screenshot of the HCM CLI showing how to manually add a Hybrid Connection.":::
201
200
202
201
### Upgrade
203
202
@@ -261,9 +260,13 @@ The status of **Connected** means that at least one HCM is configured with that
261
260
- Do you have conflicting software installed? Hybrid Connection Manager can't coexist with Biztalk Hybrid Connection Manager or Service Bus for Windows Server. When you install the HCM, you should remove any versions of these packages first.
262
261
- Do you have a firewall between your HCM host and Azure? If so, you need to allow outbound access to both the Service Bus endpoint URL *AND* the Service Bus gateways that service your Hybrid Connection.
263
262
264
-
- You can find the Service Bus endpoint URL in the Hybrid Connection Manager UI.
265
-
<!-- TODO: update image -->
263
+
- You can find the Service Bus endpoint URL in the Hybrid Connection Manager GUI.
264
+
266
265
:::image type="content" source="media/app-service-hybrid-connections/hybrid-connections-service-bus-endpoint.png" alt-text="Screenshot of Hybrid Connection Service Bus endpoint.":::
266
+
267
+
- You can also find the Service Bus endpoint URL in the Hybrid Connection Manager CLI.
268
+
269
+
:::image type="content" source="media/app-service-hybrid-connections/hybrid-connections-service-bus-endpoint-cli.png" alt-text="Screenshot of Hybrid Connection Service Bus endpoint in the CLI.":::
267
270
268
271
- The Service Bus gateways are the resources that accept the request into the Hybrid Connection and pass it through the Azure Relay. You need to allowlist all of the gateways. The gateways are in the format: `G#-prod-[stamp]-sb.servicebus.windows.net` and `GV#-prod-[stamp]-sb.servicebus.windows.net`. The number sign, `#`, is a number between 0 and 127 and `stamp` is the name of the instance within your Azure data center where your Service Bus endpoint exists.
0 commit comments