Skip to content

Commit bb5ab52

Browse files
committed
SJ's feedback
1 parent dc041e9 commit bb5ab52

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

articles/event-hubs/private-link-service.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Azure Private Link Service enables you to access Azure Services (for example, Az
1515

1616
A private endpoint is a network interface that connects you privately and securely to a service powered by Azure Private Link. The private endpoint uses a private IP address from your VNet, effectively bringing the service into your VNet. All traffic to the service can be routed through the private endpoint, so no gateways, NAT devices, ExpressRoute or VPN connections, or public IP addresses are needed. Traffic between your virtual network and the service traverses over the Microsoft backbone network, eliminating exposure from the public Internet. You can connect to an instance of an Azure resource, giving you the highest level of granularity in access control.
1717

18-
For more information, see [What is Azure Private Link (Preview)?](../private-link/private-link-overview.md)
18+
For more information, see [What is Azure Private Link?](../private-link/private-link-overview.md)
1919

2020
> [!NOTE]
2121
> This feature is supported only with the **dedicated** tier. For more information about the dedicated tier, see [Overview of Event Hubs Dedicated](event-hubs-dedicated-overview.md).
@@ -27,7 +27,7 @@ For more information, see [What is Azure Private Link (Preview)?](../private-lin
2727

2828
### Prerequisites
2929

30-
To integrate an Event Hubs namespace with Azure Private Link (Preview), you'll need the following entities or permissions:
30+
To integrate an Event Hubs namespace with Azure Private Link, you'll need the following entities or permissions:
3131

3232
- An Event Hubs namespace.
3333
- An Azure virtual network.
@@ -209,34 +209,34 @@ In the **Networking** tab:
209209
Open the command line and run the following command:
210210

211211
```console
212-
nslookup <your-event-hubs-namespace-name>.servicebus.azure.net
212+
nslookup <your-event-hubs-namespace-name>.servicebus.windows.net
213213
```
214214

215215
If you run the ns lookup command to resolve the IP address of an Event Hubs namespace over a public endpoint, you will see a result that looks like this:
216216

217217
```console
218-
c:\ >nslookup <your-event-hubs-namespae-name>.servicebus.azure.net
218+
c:\ >nslookup <your-event-hubs-namespae-name>.servicebus.windows.net
219219

220220
Non-authoritative answer:
221221
Name:
222222
Address: (public IP address)
223-
Aliases: <your-event-hubs-namespace-name>.servicebus.azure.net
223+
Aliases: <your-event-hubs-namespace-name>.servicebus.windows.net
224224
```
225225

226226
If you run the ns lookup command to resolve the IP address of an Event Hubs namespace over a private endpoint, you will see a result that looks like this:
227227

228228
```console
229-
c:\ >nslookup your_event-hubs-namespace-name.servicebus.azure.net
229+
c:\ >nslookup your_event-hubs-namespace-name.servicebus.windows.net
230230

231231
Non-authoritative answer:
232232
Name:
233233
Address: 10.1.0.5 (private IP address)
234-
Aliases: <your-event-hub-name>.servicebus.azure.net
234+
Aliases: <your-event-hub-name>.servicebus.windows.net
235235
```
236236

237237
## Limitations and Design Considerations
238238

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

241241
**Limitations**: Private Endpoint for Azure Event Hubs is in public preview. This feature is available in all Azure public regions.
242242

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

247247
## Next Steps
248248

249-
- Learn more about [Azure Private Link (Preview)](../private-link/private-link-service-overview.md)
249+
- Learn more about [Azure Private Link](../private-link/private-link-service-overview.md)
250250
- Learn more about [Azure Event Hubs](event-hubs-about.md)

0 commit comments

Comments
 (0)