Skip to content

Commit d1b0977

Browse files
Merge pull request #294839 from AbdullahBell/private-link-freshness
Private Link: Freshness: Image Deletion: 7 articles
2 parents b2d5990 + b05c9bc commit d1b0977

6 files changed

+7
-31
lines changed

articles/private-link/configure-asg-private-endpoint.md

Lines changed: 1 addition & 5 deletions
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: 06/14/2022
9+
ms.date: 02/18/2024
1010
ms.custom: template-how-to, devx-track-azurepowershell, devx-track-azurecli
1111
---
1212

@@ -84,8 +84,6 @@ You can associate an ASG with a private endpoint when it's created. The followin
8484
| **Application security group** | |
8585
| Application security group | Select **myASG**. |
8686

87-
:::image type="content" source="./media/configure-asg-private-endpoint/asg-new-endpoint.png" alt-text="Screenshot that shows ASG selection when creating a new private endpoint.":::
88-
8987
1. Select **Next: DNS** at the bottom of the page.
9088

9189
1. Select **Next: Tags** at the bottom of the page.
@@ -171,8 +169,6 @@ You can associate an ASG with an existing private endpoint. The following proced
171169

172170
1. In **Application security groups**, select **myASG** in the dropdown box.
173171

174-
:::image type="content" source="./media/configure-asg-private-endpoint/asg-existing-endpoint.png" alt-text="Screenshot that shows ASG selection when associating with an existing private endpoint.":::
175-
176172
1. Select **Save**.
177173

178174
# [**PowerShell**](#tab/powershell)

articles/private-link/how-to-approve-private-link-cross-subscription.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: 01/11/2024
9+
ms.date: 01/18/2025
1010
# Customer intent: As a network administrator, I want to approve Private Link connections across Azure subscriptions.
1111

1212
---

articles/private-link/inspect-traffic-with-azure-firewall.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn about different scenarios to inspect traffic destined to a pr
55
author: abell
66
ms.service: azure-private-link
77
ms.topic: concept-article
8-
ms.date: 08/14/2023
8+
ms.date: 02/18/2025
99
ms.author: abell
1010
ms.custom: template-how-to
1111
---

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

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Step-by-step guidance to diagnose private endpoint connectivity
44
author: abell
55
ms.service: azure-private-link
66
ms.topic: troubleshooting
7-
ms.date: 03/28/2023
7+
ms.date: 02/18/2025
88
ms.author: abell
99
---
1010

@@ -31,12 +31,8 @@ Review these steps to make sure all the usual configurations are as expected to
3131
1. Review private endpoint configuration by browsing the resource.
3232

3333
a. Go to [Private Link Center](https://portal.azure.com/#blade/Microsoft_Azure_Network/PrivateLinkCenterBlade/overview).
34-
35-
:::image type="content" source="./media/private-endpoint-tsg/private-link-center.png" alt-text="Screenshot of Private Link Center.":::
3634

3735
b. On the left pane, select **Private endpoints**.
38-
39-
:::image type="content" source="./media/private-endpoint-tsg/private-endpoints.png" alt-text="Screenshot of private endpoints.":::
4036

4137
c. Filter and select the private endpoint that you want to diagnose.
4238

@@ -47,8 +43,6 @@ Review these steps to make sure all the usual configurations are as expected to
4743
- Make sure the VM has connectivity to the virtual network that hosts the private endpoints.
4844

4945
- Check that the FQDN information (copy) and Private IP address are assigned.
50-
51-
:::image type="content" source="./media/private-endpoint-tsg/vnet-dns-configuration.png" alt-text="Screenshot of virtual network and DNS configuration.":::
5246

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

@@ -57,30 +51,22 @@ Review these steps to make sure all the usual configurations are as expected to
5751
- Select **Bytes In** or **Bytes Out**.
5852

5953
- See if data is flowing when you attempt to connect to the private endpoint. Expect a delay of approximately 10 minutes.
60-
61-
:::image type="content" source="./media/private-endpoint-tsg/private-endpoint-monitor.png" alt-text="Screenshot of verify private endpoint monitor.":::
6254

6355
1. Use **VM Connection troubleshoot** from Azure Network Watcher.
6456

6557
a. Select the client VM.
6658

6759
b. Select **Connection troubleshoot**, and then select the **Outbound connections** tab.
6860

69-
:::image type="content" source="./media/private-endpoint-tsg/network-watcher-outbound-connection.png" alt-text="Screenshot of Network Watcher - Test outbound connections.":::
70-
7161
c. Select **Use Network Watcher for detailed connection tracing**.
72-
73-
:::image type="content" source="./media/private-endpoint-tsg/network-watcher-connection-troubleshoot.png" alt-text="Screenshot of Network Watcher - Connection troubleshoot.":::
7462

7563
d. Select **Test by FQDN**.
7664

7765
- Paste the FQDN from the private endpoint resource.
7866

7967
- Provide a port. Typically, use 443 for Azure Storage or Azure Cosmos DB and 1336 for SQL.
8068

81-
e. Select **Test**, and validate the test results.
82-
83-
:::image type="content" source="./media/private-endpoint-tsg/network-watcher-test-results.png" alt-text="Screenshot of Network Watcher - Test results.":::
69+
e. Select **Test**, and validate the test results.
8470

8571
1. DNS resolution from the test results must have the same private IP address assigned to the private endpoint.
8672

@@ -100,8 +86,6 @@ Review these steps to make sure all the usual configurations are as expected to
10086
b. If connectivity is failing because of network security groups (NSGs) or user-defined routes:
10187
- Review the NSG outbound rules, and create the appropriate outbound rules to allow traffic.
10288

103-
:::image type="content" source="./media/private-endpoint-tsg/nsg-outbound-rules.png" alt-text="Screenshot of NSG outbound rules.":::
104-
10589
1. Source virtual machine should have the route to private endpoint IP next hop as InterfaceEndpoints in the network interface effective routes.
10690

10791
a. If you aren't able to see the private endpoint route in the source VM, check if

articles/private-link/tutorial-dns-on-premises-private-resolver.md

Lines changed: 1 addition & 5 deletions
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: tutorial
9-
ms.date: 08/29/2023
9+
ms.date: 02/18/2025
1010
ms.custom: template-tutorial
1111
---
1212

@@ -235,16 +235,12 @@ In this section, you use the virtual machine you created in the previous step to
235235
236236
9. Verify you receive the default web app page.
237237
238-
:::image type="content" source="./media/tutorial-dns-on-premises-private-resolver/web-app-default-page.png" alt-text="Screenshot of Microsoft Edge showing default web app page." border="true":::
239-
240238
10. Close the connection to **vm-1**.
241239
242240
11. Open a web browser on your local computer and enter the URL of your web app, `https://<webapp-name>.azurewebsites.net`.
243241
244242
12. Verify that you receive a **403** page. This page indicates that the web app isn't accessible externally.
245243
246-
:::image type="content" source="./media/tutorial-dns-on-premises-private-resolver/web-app-ext-403.png" alt-text="Screenshot of web browser showing a blue page with Error 403 for external web app address." border="true":::
247-
248244
[!INCLUDE [portal-clean-up.md](~/reusable-content/ce-skilling/azure/includes/portal-clean-up.md)]
249245
250246
## Next steps

articles/private-link/tutorial-inspect-traffic-azure-firewall.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: abell
66
ms.service: azure-private-link
77
ms.topic: tutorial
88
ms.custom: mvc, linux-related-content
9-
ms.date: 10/13/2023
9+
ms.date: 02/18/2025
1010
---
1111
# Tutorial: Inspect private endpoint traffic with Azure Firewall
1212

0 commit comments

Comments
 (0)