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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -271,7 +271,7 @@ To configure a custom port on Linux:
271
271
export HCM_SERVICE_PORT=<PORT-NUMBER>&& sudo sh -c "echo HCM_SERVICE_PORT=$HCM_SERVICE_PORT >> /etc/environment"
272
272
```
273
273
274
-
1. Run the Hybrid Connection Manager setup script to apply the new port configuration:
274
+
1. To apply the new port configuration, run the Hybrid Connection Manager setup script:
275
275
276
276
```bash
277
277
sudo ./setup.sh
@@ -394,16 +394,16 @@ The status of **Connected** means that at least one Hybrid Connection Manager is
394
394
395
395
:::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.":::
396
396
397
-
- 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.
397
+
- 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 allow list 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.
398
398
399
-
- If you can use a wildcard, you can allowlist *\*.servicebus.windows.net*.
400
-
- If you can't use a wildcard, you must allowlist all 256 of the gateways.
399
+
- If you can use a wildcard, you can allow list *\*.servicebus.windows.net*.
400
+
- If you can't use a wildcard, you must allow list all 256 of the gateways.
401
401
402
402
You can find out the stamp using *nslookup* on the Service Bus endpoint URL.
403
403
404
404
:::image type="content" source="media/app-service-hybrid-connections/hybrid-connections-stamp-name.png" alt-text="Screenshot of terminal showing where to find the stamp name for the Service Bus.":::
405
405
406
-
In this example, the stamp is `sn3-010`. To allowlist the Service Bus gateways, you need the following entries:
406
+
In this example, the stamp is `sn3-010`. To allow list the Service Bus gateways, you need the following entries:
0 commit comments