Skip to content

Commit 1c7f91e

Browse files
committed
updated for freshness and removed screenshots.
1 parent c6571ff commit 1c7f91e

5 files changed

+23
-37
lines changed

articles/private-link/private-endpoint-export-dns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: abell
66
ms.author: abell
77
ms.service: azure-private-link
88
ms.topic: how-to
9-
ms.date: 07/25/2021
9+
ms.date: 01/06/2025
1010
ms.custom: template-how-to
1111
---
1212

articles/private-link/troubleshoot-private-link-connectivity.md

Lines changed: 16 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Step-by-step guidance to diagnose private link connectivity
44
author: abell
55
ms.service: azure-private-link
66
ms.topic: troubleshooting
7-
ms.date: 03/29/2020
7+
ms.date: 01/06/2025
88
ms.author: abell
99
---
1010

@@ -42,8 +42,6 @@ If you experience connectivity problems with your private link setup, review the
4242

4343
b. On the left pane, select **Private link services**.
4444

45-
:::image type="content" source="./media/private-link-tsg/private-link-service.png" alt-text="Screenshot of Private link services.":::
46-
4745
c. Filter and select the private link service that you want to diagnose.
4846

4947
d. Review the private endpoint connections.
@@ -52,52 +50,40 @@ If you experience connectivity problems with your private link setup, review the
5250

5351
- If the state is **Pending**, select it and approve it.
5452

55-
:::image type="content" source="./media/private-link-tsg/pls-private-endpoint-connections.png" alt-text="Screenshot of Private endpoint connections.":::
56-
57-
- Go to the private endpoint that you're connecting from by selecting the name. Make sure the connection status shows as **Approved**.
58-
59-
:::image type="content" source="./media/private-link-tsg/pls-private-endpoint-overview.png" alt-text="Screenshot of private endpoint connection overview.":::
53+
- Select the private endpoint you are connecting from by clicking on its name. Ensure the connection status is **Approved**.
6054

6155
- After both sides are approved, try the connectivity again.
6256

6357
e. Review **Alias** on the **Overview** tab and **Resource ID** on the **Properties** tab.
64-
- Make sure the **Alias** and **Resource ID** information matches the **Alias** and **Resource ID** you're using to create a private endpoint to this service.
65-
66-
:::image type="content" source="./media/private-link-tsg/pls-overview-pane-alias.png" alt-text="Screenshot of verify alias information.":::
58+
- Ensure that the **Alias** and **Resource ID** details match the ones you are using to create a private endpoint for this service.
6759

68-
:::image type="content" source="./media/private-link-tsg/pls-properties-pane-resourceid.png" alt-text="Screenshot of verify resource ID information.":::
69-
70-
f. Review **Visibility** information on the **Overview** tab.
60+
f. Review **Visibility** information on the **Overview** tab. Select **See more** in the overview pane to see the details.
7161

7262
- Make sure that your subscription falls under the **Visibility** scope.
7363

74-
:::image type="content" source="./media/private-link-tsg/pls-overview-pane-visibility.png" alt-text="Screenshot of verify visibility information.":::
75-
7664
g. Review **Load balancer** information on the **Overview** tab.
7765

78-
- You can go to the load balancer by selecting the load balancer link.
79-
80-
:::image type="content" source="./media/private-link-tsg/pls-overview-pane-ilb.png" alt-text="Screenshot of verify load balancer information.":::
81-
82-
- Make sure that the load balancer settings are configured as per your expectations.
66+
- View the load balancer by selecting the load balancer link in the *Overview* pane.
67+
68+
-Confirm the load balancer settings are configured as per your requirements.
8369

8470
- Review **Frontend IP configuration**.
8571

8672
- Review **Backend pools**.
8773

8874
- Review **Load balancing rules**.
8975

90-
:::image type="content" source="./media/private-link-tsg/pls-ilb-properties.png" alt-text="Screenshot of verify load balancer properties.":::
91-
92-
- Make sure the load balancer is working as per the previous settings.
76+
- Confirm load balancer is working as per the previous settings.
9377

94-
- Select a VM in any subnet other than the subnet where the load balancer back-end pool is available.
95-
96-
- Try accessing the load balancer front end from the previous VM.
78+
- Choose a VM located in a subnet different from the one where the load balancer back-end pool resides.
79+
80+
- Access the load balancer front end from the previous VM.
9781

98-
- If the connection makes it to the back-end pool as per load-balancing rules, your load balancer is operational.
82+
- If the connection reaches the back-end pool according to the load-balancing rules, then your load balancer is functioning correctly.
9983

100-
- You can also review the load balancer metric through Azure Monitor to see if data is flowing through the load balancer.
84+
- If the connection doesn't reach the back-end pool, then you need to troubleshoot the load balancer configuration.
85+
86+
- Use Azure Monitor to review load balancer metrics and verify if data is flowing through the load balancer.
10187

10288
1. Use [Azure Monitor](/azure/azure-monitor/overview) to see if data is flowing.
10389

@@ -107,7 +93,7 @@ If you experience connectivity problems with your private link setup, review the
10793

10894
- See if data is flowing when you attempt to connect to the private link service. Expect a delay of approximately 10 minutes.
10995

110-
:::image type="content" source="./media/private-link-tsg/pls-metrics.png" alt-text="Screenshot of verify private link service metrics.":::
96+
11197

11298
1. Use [Azure Monitor - Networks](../network-watcher/network-insights-overview.md#resource-view) for insights and to see a resource view of the resources by going to:
11399

articles/private-link/tutorial-private-endpoint-sql-cli.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: abell
66
# Customer intent: As someone with a basic network background, but is new to Azure, I want to create a private endpoint on a SQL server so that I can securely connect to it.
77
ms.service: azure-private-link
88
ms.topic: tutorial
9-
ms.date: 11/03/2020
9+
ms.date: 01/06/2025
1010
ms.author: abell
1111
ms.custom: template-tutorial, fasttrack-edit, devx-track-azurecli
1212
---
@@ -275,7 +275,7 @@ In this section, you'll use the virtual machine you created in the previous step
275275

276276
```powershell
277277
Server: UnKnown
278-
Address: 168.63.129.16
278+
Address: 172.63.129.16
279279
280280
Non-authoritative answer:
281281
Name: mysqlserver8675.privatelink.database.windows.net

articles/private-link/tutorial-private-endpoint-sql-portal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ In this section, you use the virtual machine you created in the previous steps t
129129
You receive a message similar to the following example. The IP address returned is the private IP address of the private endpoint.
130130

131131
```output
132-
Server: 127.0.0.53
133-
Address: 127.0.0.53#53
132+
Server: unknown
133+
Address: 172.0.0.53
134134
135135
Non-authoritative answer:
136136
sql-server-8675.database.windows.netcanonical name = sql-server-8675.privatelink.database.windows.net.

articles/private-link/tutorial-private-endpoint-sql-powershell.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: abell
66
# Customer intent: As someone with a basic network background, but is new to Azure, I want to create a private endpoint on a SQL server so that I can securely connect to it.
77
ms.service: azure-private-link
88
ms.topic: tutorial
9-
ms.date: 10/31/2020
9+
ms.date: 01/06/2025
1010
ms.author: abell
1111
ms.custom: template-tutorial, fasttrack-edit, devx-track-azurepowershell
1212
---
@@ -285,7 +285,7 @@ In this section, you'll use the virtual machine you created in the previous step
285285

286286
```powershell
287287
Server: UnKnown
288-
Address: 168.63.129.16
288+
Address: 172.63.129.16
289289
290290
Non-authoritative answer:
291291
Name: mysqlserver8675.privatelink.database.windows.net

0 commit comments

Comments
 (0)