Skip to content

Commit 0be6330

Browse files
committed
SJ's feedback
1 parent ad900fc commit 0be6330

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -223,34 +223,34 @@ In the **Networking** tab:
223223
Open the command line and run the following command:
224224

225225
```console
226-
nslookup <your-service-bus-namespace-name>.servicebus.azure.net
226+
nslookup <your-service-bus-namespace-name>.servicebus.windows.net
227227
```
228228

229229
If you run the ns lookup command to resolve the IP address of a Service Bus namespace over a public endpoint, you will see a result that looks like this:
230230

231231
```console
232-
c:\ >nslookup <your-service-bus-namespace-name>.servicebus.azure.net
232+
c:\ >nslookup <your-service-bus-namespace-name>.servicebus.windows.net
233233

234234
Non-authoritative answer:
235235
Name:
236236
Address: (public IP address)
237-
Aliases: <your-service-bus-namespace-name>.servicebus.azure.net
237+
Aliases: <your-service-bus-namespace-name>.servicebus.windows.net
238238
```
239239

240240
If you run the ns lookup command to resolve the IP address of a Service Bus namespace over a private endpoint, you will see a result that looks like this:
241241

242242
```console
243-
c:\ >nslookup your_service-bus-namespace-name.servicebus.azure.net
243+
c:\ >nslookup your_service-bus-namespace-name.servicebus.windows.net
244244

245245
Non-authoritative answer:
246246
Name:
247247
Address: 10.1.0.5 (private IP address)
248-
Aliases: <your-service-bus-namespace-name>.servicebus.azure.net
248+
Aliases: <your-service-bus-namespace-name>.servicebus.windows.net
249249
```
250250

251251
## Limitations and Design Considerations
252252

253-
**Pricing**: For pricing information, see [Azure Private Link (preview) pricing](https://azure.microsoft.com/pricing/details/private-link/).
253+
**Pricing**: For pricing information, see [Azure Private Link pricing](https://azure.microsoft.com/pricing/details/private-link/).
254254

255255
**Limitations**: Private Endpoint for Azure Service Bus is in public preview. This feature is available in all Azure public regions.
256256

@@ -260,5 +260,5 @@ For more, see [Azure Private Link service: Limitations](../private-link/private-
260260

261261
## Next Steps
262262

263-
- Learn more about [Azure Private Link (Preview)](../private-link/private-link-service-overview.md)
263+
- Learn more about [Azure Private Link](../private-link/private-link-service-overview.md)
264264
- Learn more about [Azure Service Bus](service-bus-messaging-overview.md)

0 commit comments

Comments
 (0)