Skip to content

Commit b0d1ae1

Browse files
authored
Merge pull request #209374 from spelluru/relaylimit0826
namespaces per subscription
2 parents c8e5e33 + 4c8c9d3 commit b0d1ae1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/azure-relay/relay-faq.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ sections:
8484
8585
| Quota name | Scope | Notes | Value |
8686
| --- | --- | --- | --- |
87+
| Relay namespaces per Azure subscription | Azure subscription |- | 1000 |
8788
| 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 |
8889
| Concurrent relay connections per all relay endpoints in a service namespace |Namespace |- |5,000 |
8990
| Relay endpoints per service namespace |Namespace |- |10,000 |
@@ -148,7 +149,7 @@ sections:
148149
Is it possible to allow only some relay endpoints?
149150
answer: |
150151
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).
152153
153154
additionalContent: |
154155

0 commit comments

Comments
 (0)