Skip to content

Commit 0f40fc5

Browse files
committed
updated the output of the command
1 parent 17b1f71 commit 0f40fc5

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

articles/service-bus-relay/private-link-service.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -227,12 +227,10 @@ nslookup <your-relay-namespace-name>.servicebus.windows.net
227227
You should see a result that looks like the following.
228228

229229
```console
230-
c:\ >nslookup <your-relay-namespace-name>.servicebus.windows.net
231-
...
232230
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
231+
Name: <namespace-name>.privatelink.servicebus.windows.net
232+
Address: 10.0.0.4 (private IP address associated with the private endpoint)
233+
Aliases: <namespace-name>.servicebus.windows.net
236234
```
237235

238236
## Limitations and Design Considerations

0 commit comments

Comments
 (0)