You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/event-hubs/private-link-service.md
+11-24Lines changed: 11 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -238,39 +238,26 @@ You should validate that the resources within the same subnet of the private end
238
238
239
239
First, create a virtual machine by following the steps in [Create a Windows virtual machine in the Azure portal](../virtual-machines/windows/quick-create-portal.md)
240
240
241
-
In the **Networking** tab:
241
+
In the **Networking** tab:
242
242
243
-
1. Specify **Virtual network** and **subnet**. You can create a new virtual network or select an existing one. If selecting an existing one, make sure the region matches.
244
-
1. Specify a **public IP** resource.
245
-
1. In the**NIC network security group**, select **None**.
246
-
1. In the**Load balancing**, select **No**.
243
+
1. Specify **Virtual network** and **Subnet**. You must select the Virtual Network on which you deployed the private endpoint.
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:
254
+
You should see a result that looks like the following.
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:
Copy file name to clipboardExpand all lines: articles/service-bus-messaging/private-link-service.md
+11-24Lines changed: 11 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -225,39 +225,26 @@ You should validate that the resources within the same subnet of the private end
225
225
226
226
First, create a virtual machine by following the steps in [Create a Windows virtual machine in the Azure portal](../virtual-machines/windows/quick-create-portal.md)
227
227
228
-
In the **Networking** tab:
228
+
In the **Networking** tab:
229
229
230
-
1. Specify **Virtual network** and **Subnet**. You can create a new virtual network or select an existing one. If selecting an existing one, make sure the region matches.
231
-
1. Specify a **public IP** resource.
232
-
1. For **NIC network security group**, select **None**.
233
-
1. For **Load balancing**, select **No**.
230
+
1. Specify **Virtual network** and **Subnet**. You must select the Virtual Network on which you deployed the private endpoint.
231
+
2. Specify a **public IP** resource.
232
+
3. For **NIC network security group**, select **None**.
233
+
4. For **Load balancing**, select **No**.
234
234
235
-
Open the command line and run the following command:
235
+
Connect to the VM and open the command line and run the following command:
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:
241
+
You should see a result that looks like the following.
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:
0 commit comments