@@ -223,34 +223,34 @@ In the **Networking** tab:
223
223
Open the command line and run the following command:
224
224
225
225
``` console
226
- nslookup <your-service-bus-namespace-name>.servicebus.azure .net
226
+ nslookup <your-service-bus-namespace-name>.servicebus.windows .net
227
227
```
228
228
229
229
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:
230
230
231
231
``` console
232
- c:\ >nslookup <your-service-bus-namespace-name>.servicebus.azure .net
232
+ c:\ >nslookup <your-service-bus-namespace-name>.servicebus.windows .net
233
233
234
234
Non-authoritative answer:
235
235
Name:
236
236
Address: (public IP address)
237
- Aliases: <your-service-bus-namespace-name>.servicebus.azure .net
237
+ Aliases: <your-service-bus-namespace-name>.servicebus.windows .net
238
238
```
239
239
240
240
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:
241
241
242
242
``` console
243
- c:\ >nslookup your_service-bus-namespace-name.servicebus.azure .net
243
+ c:\ >nslookup your_service-bus-namespace-name.servicebus.windows .net
244
244
245
245
Non-authoritative answer:
246
246
Name:
247
247
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
249
249
```
250
250
251
251
## Limitations and Design Considerations
252
252
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/ ) .
254
254
255
255
** Limitations** : Private Endpoint for Azure Service Bus is in public preview. This feature is available in all Azure public regions.
256
256
@@ -260,5 +260,5 @@ For more, see [Azure Private Link service: Limitations](../private-link/private-
260
260
261
261
## Next Steps
262
262
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 )
264
264
- Learn more about [ Azure Service Bus] ( service-bus-messaging-overview.md )
0 commit comments