Skip to content

Commit 526b285

Browse files
committed
acrolinx
1 parent efa6b61 commit 526b285

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ To configure a custom port on Linux:
271271
export HCM_SERVICE_PORT=<PORT-NUMBER> && sudo sh -c "echo HCM_SERVICE_PORT=$HCM_SERVICE_PORT >> /etc/environment"
272272
```
273273

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:
275275

276276
```bash
277277
sudo ./setup.sh
@@ -394,16 +394,16 @@ The status of **Connected** means that at least one Hybrid Connection Manager is
394394
395395
:::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.":::
396396
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.
398398
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.
401401

402402
You can find out the stamp using *nslookup* on the Service Bus endpoint URL.
403403

404404
:::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.":::
405405

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:
407407

408408
G0-prod-sn3-010-sb.servicebus.windows.net
409409
G1-prod-sn3-010-sb.servicebus.windows.net

0 commit comments

Comments
 (0)