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
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: Learn how to create and use hybrid connections in Azure App Service
4
4
author: madsd
5
5
ms.assetid: 66774bde-13f5-45d0-9a70-4e9536a4f619
6
6
ms.topic: article
7
-
ms.date: 04/10/2025
7
+
ms.date: 04/29/2025
8
8
ms.author: madsd
9
9
ms.custom: "UpdateFrequency3, fasttrack-edit"
10
10
#customer intent: As an app developer, I want to understand the usage of Hybrid Connections to provide access to apps in Azure App Service.
@@ -237,10 +237,10 @@ The status of **Connected** means that at least one HCM is configured with that
237
237
238
238
:::image type="content" source="media/app-service-hybrid-connections/hybrid-connections-service-bus-endpoint.png" alt-text="Screenshot of Hybrid Connection Service Bus endpoint.":::
239
239
240
-
- 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 128 of the gateways. The gateways are in the format: `G#-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.
240
+
- 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.
241
241
242
242
- If you can use a wildcard, you can allowlist *\*.servicebus.windows.net*.
243
-
- If you can't use a wildcard, you must allowlist all 128 gateways.
243
+
- If you can't use a wildcard, you must allowlist all 256 of the gateways.
244
244
245
245
You can find out the stamp using *nslookup* on the Service Bus endpoint URL.
246
246
@@ -255,6 +255,13 @@ The status of **Connected** means that at least one HCM is configured with that
255
255
...
256
256
G126-prod-sn3-010-sb.servicebus.windows.net
257
257
G127-prod-sn3-010-sb.servicebus.windows.net
258
+
GV0-prod-sn3-010-sb.servicebus.windows.net
259
+
GV1-prod-sn3-010-sb.servicebus.windows.net
260
+
GV2-prod-sn3-010-sb.servicebus.windows.net
261
+
GV3-prod-sn3-010-sb.servicebus.windows.net
262
+
...
263
+
GV126-prod-sn3-010-sb.servicebus.windows.net
264
+
GV127-prod-sn3-010-sb.servicebus.windows.net
258
265
259
266
If your status says **Connected** but your app can't reach your endpoint then:
0 commit comments