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/service-bus-relay/private-link-service.md
+16-24Lines changed: 16 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,9 @@ For step-by-step instructions on creating a new Azure Relay namespace and entiti
74
74
9. On the **Configuration** page, you select the subnet in a virtual network to where you want to deploy the private endpoint.
75
75
1. Select a **virtual network**. Only virtual networks in the currently selected subscription and location are listed in the drop-down list.
76
76
2. Select a **subnet** in the virtual network you selected.
77
-
3. To connect privately with your private endpoint, you need a DNS record. We recommend that you integrate your private endpoint with a **private DNS zone**. You can also utilize your own DNS servers or create DNS records using the host files on your virtual machines. For more information, see [Azure Private Endpoint DNS Configuration](../private-link/private-endpoint-dns.md). In this example, the **Integrate with private DNS zone** option is selected and a private DNS zone will be created for you.
77
+
3. Enable **Integrate with private DNS zone** if you want to integrate your private endpoint with a private DNS zone.
78
+
79
+
To connect privately with your private endpoint, you need a DNS record. We recommend that you integrate your private endpoint with a **private DNS zone**. You can also utilize your own DNS servers or create DNS records using the host files on your virtual machines. For more information, see [Azure Private Endpoint DNS Configuration](../private-link/private-endpoint-dns.md). In this example, the **Integrate with private DNS zone** option is selected and a private DNS zone will be created for you.
78
80
3. Select **Next: Tags >** button at the bottom of the page.
@@ -206,43 +208,33 @@ There are four provisioning states:
206
208
207
209
## Validate that the private link connection works
208
210
209
-
You should validate that the resources within the same subnet of the private endpoint resource are connecting to your Azure Relay namespace over a private IP address, and that they have the correct private DNS zone integration.
211
+
You should validate that the resources within the same subnet of the private endpoint resource are connecting to your Azure Relay namespace over its private IP address.
210
212
211
213
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)
212
214
213
-
In the **Networking** tab:
214
-
215
-
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.
216
-
1. Specify a **public IP** resource.
217
-
1. For **NIC network security group**, select **None**.
218
-
1. For **Load balancing**, select **No**.
215
+
For this test, create a VM in the Azure portal. Do the following steps in the **Networking** tab of the wizard:
219
216
220
-
Connect to the VM, open the command line, and run the following command:
217
+
1. Specify **Virtual network** and **Subnet**. You must select the Virtual Network on which you deployed the private endpoint.
218
+
2. Specify a **public IP** resource.
219
+
3. For **NIC network security group**, select **None**.
If you run the ns lookup command to resolve the IP address of an Azure Relay namespace over a public endpoint, you will see a result that looks like this:
223
+
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 an Azure Relay namespace over a private endpoint, you will see a result that looks like this:
229
+
You should see a result that looks like the following.
0 commit comments