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
| Concurrent listeners on a relay |Entity (hybrid connection or WCF relay) |Subsequent requests for additional connections are rejected and an exception is received by the calling code. |25 |
88
89
| Concurrent relay connections per all relay endpoints in a service namespace |Namespace |- |5,000 |
89
90
| Relay endpoints per service namespace |Namespace |- |10,000 |
@@ -148,7 +149,7 @@ sections:
148
149
Is it possible to allow only some relay endpoints?
149
150
answer: |
150
151
Yes. The relay client makes connections to the Azure Relay service by using fully qualified domain names. Customers can add an entry for `*.servicebus.windows.net` on firewalls that support DNS approval listing.
151
-
It is also possible to whitelist a specific namespace by using `your-namespace-name.servicebus.windows.net`. In this case you will also need to whitelist the gateways for your namespace, which can be found by using [this PowerShell script](https://github.com/Azure/azure-relay-dotnet/blob/master/tools/GetNamespaceInfo.ps1).
152
+
It is also possible to allowlist a specific namespace by using `your-namespace-name.servicebus.windows.net`. In this case you will also need to allowlist the gateways for your namespace, which can be found by using [this PowerShell script](https://github.com/Azure/azure-relay-dotnet/blob/master/tools/GetNamespaceInfo.ps1).
0 commit comments