Skip to content

Commit 4c8c9d3

Browse files
authored
Edited "whitelist" to "allowlist."
1 parent 29ea18f commit 4c8c9d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-relay/relay-faq.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ sections:
149149
Is it possible to allow only some relay endpoints?
150150
answer: |
151151
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.
152-
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).
153153
154154
additionalContent: |
155155

0 commit comments

Comments
 (0)