We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17b1f71 commit 0f40fc5Copy full SHA for 0f40fc5
articles/service-bus-relay/private-link-service.md
@@ -227,12 +227,10 @@ nslookup <your-relay-namespace-name>.servicebus.windows.net
227
You should see a result that looks like the following.
228
229
```console
230
-c:\ >nslookup <your-relay-namespace-name>.servicebus.windows.net
231
-...
232
Non-authoritative answer:
233
-Name:
234
-Address: 10.1.0.5 (private IP address associated to the private endpoint)
235
-Aliases: <your-relay-namespace-name>.servicebus.windows.net
+Name: <namespace-name>.privatelink.servicebus.windows.net
+Address: 10.0.0.4 (private IP address associated with the private endpoint)
+Aliases: <namespace-name>.servicebus.windows.net
236
```
237
238
## Limitations and Design Considerations
0 commit comments