Skip to content

Commit 650a691

Browse files
authored
Merge pull request #313921 from AbdullahBell/private-link-freshness
Private Link freshness review - update portal steps, fix broken links, update CLI flags
2 parents 46f65fb + 66646cb commit 650a691

25 files changed

Lines changed: 49 additions & 64 deletions

articles/private-link/availability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: abell
55
ms.author: abell
66
ms.service: azure-private-link
77
ms.topic: concept-article
8-
ms.date: 03/25/2025
8+
ms.date: 03/30/2026
99
ms.custom: template-concept, references_regions, ignite-2024
1010
# Customer intent: "As a cloud architect, I want to understand the availability of Azure services that support Private Link, so that I can securely connect resources in my virtual network and enhance data privacy."
1111
---

articles/private-link/configure-asg-private-endpoint.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: 03/25/2025
9+
ms.date: 03/30/2026
1010
ms.custom:
1111
- template-how-to
1212
- devx-track-azurepowershell

articles/private-link/create-private-link-service-bicep.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22
title: 'Quickstart: Create a private link service - Bicep'
33
titleSuffix: Azure Private Link
44
description: In this quickstart, you use Bicep to create a private link service.
5-
services: private-link
65
author: abell
76
ms.service: azure-private-link
87
ms.topic: quickstart
9-
ms.date: 03/25/2025
8+
ms.date: 03/30/2026
109
ms.author: abell
1110
ms.custom: subject-armqs, mode-arm, template-quickstart, devx-track-bicep
1211
# Customer intent: As a cloud administrator, I want to use Bicep to create a private link service, so that I can securely connect to virtual machines without exposing them to the public internet.

articles/private-link/create-private-link-service-cli.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
---
22
title: 'Quickstart - Create an Azure Private Link service - Azure CLI'
33
description: In this quickstart, learn how to create an Azure Private Link service using Azure CLI.
4-
services: private-link
54
author: abell
65
ms.service: azure-private-link
76
ms.topic: quickstart
8-
ms.date: 03/25/2025
7+
ms.date: 03/30/2026
98
ms.author: abell
109
ms.devlang: azurecli
1110
ms.custom: mode-api, devx-track-azurecli, template-quickstart
@@ -23,7 +22,7 @@ Get started creating a Private Link service that refers to your service. Give P
2322

2423
[!INCLUDE [azure-cli-prepare-your-environment.md](~/reusable-content/azure-cli/azure-cli-prepare-your-environment.md)]
2524

26-
- This quickstart requires version 2.0.28 or later of the Azure CLI. If using Azure Cloud Shell, the latest version is already installed.
25+
- This quickstart requires version 2.62.0 or later of the Azure CLI. If using Azure Cloud Shell, the latest version is already installed.
2726

2827
## Create a resource group
2928

@@ -190,7 +189,7 @@ az network vnet subnet update \
190189
--name subnet-1 \
191190
--vnet-name vnet-1 \
192191
--resource-group test-rg \
193-
--disable-private-link-service-network-policies yes
192+
--private-link-service-network-policies Disabled
194193
```
195194

196195
## Create a private link service

articles/private-link/create-private-link-service-portal.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22
title: 'Quickstart - Create a Private Link service - Azure portal'
33
titleSuffix: Azure Private Link
44
description: Learn how to create a Private Link service using the Azure portal in this quickstart.
5-
services: private-link
65
author: abell
76
ms.service: azure-private-link
87
ms.topic: quickstart
9-
ms.date: 04/10/2025
8+
ms.date: 03/30/2026
109
ms.author: abell
1110
ms.custom: mode-ui, template-quickstart
1211
#Customer intent: As someone with a basic network background who's new to Azure, I want to create an Azure Private Link service by using the Azure portal

articles/private-link/create-private-link-service-powershell.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
---
22
title: 'Quickstart: Create an Azure private link service - Azure PowerShell'
33
description: In this quickstart, learn how to create an Azure private link service using Azure PowerShell.
4-
services: private-link
54
author: abell
65
ms.service: azure-private-link
76
ms.topic: quickstart
8-
ms.date: 03/25/2025
7+
ms.date: 03/30/2026
98
ms.author: abell
109
ms.custom: devx-track-azurepowershell, mode-api, template-quickstart
1110
#Customer intent: As someone with a basic network background, but is new to Azure, I want to create an Azure private link service

articles/private-link/create-private-link-service-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: In this quickstart, you use an Azure Resource Manager template (ARM
55
author: abell
66
ms.service: azure-private-link
77
ms.topic: quickstart
8-
ms.date: 03/25/2025
8+
ms.date: 03/30/2026
99
ms.author: abell
1010
ms.custom: subject-armqs, mode-arm, template-quickstart, devx-track-arm-template
1111
# Customer intent: As a cloud architect, I want to deploy a private link service using an ARM template, so that I can securely connect Azure resources while ensuring private network access.

articles/private-link/disable-private-link-service-network-policy.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
---
22
title: 'Disable network policies for Azure Private Link service source IP address'
33
description: Learn how to disable network policies for Azure Private Link.
4-
services: private-link
54
author: abell
65
ms.service: azure-private-link
76
ms.topic: how-to
8-
ms.date: 03/25/2025
7+
ms.date: 03/30/2026
98
ms.author: abell
109
ms.custom: template-how-to
1110
ms.devlang: azurecli
@@ -53,7 +52,7 @@ az network vnet subnet update \
5352
--name default \
5453
--vnet-name MyVnet \
5554
--resource-group myResourceGroup \
56-
--disable-private-link-service-network-policies yes
55+
--private-link-service-network-policies Disabled
5756
```
5857

5958
# [**JSON**](#tab/private-link-network-policy-json)
@@ -64,7 +63,7 @@ This section describes how to disable subnet private endpoint policies by using
6463
{
6564
"name": "myVNet",
6665
"type": "Microsoft.Network/virtualNetworks",
67-
"apiVersion": "2019-04-01",
66+
"apiVersion": "2024-05-01",
6867
"location": "WestUS",
6968
"properties": {
7069
"addressSpace": {

articles/private-link/how-to-approve-private-link-cross-subscription.md

Lines changed: 3 additions & 3 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: 03/25/2025
9+
ms.date: 03/30/2026
1010
# Customer intent: As a network administrator, I want to approve Private Link connections across Azure subscriptions.
1111

1212
---
@@ -160,9 +160,9 @@ For the private endpoint connection to complete successfully, the `Microsoft.Sto
160160

161161
The private endpoint connection is in a **Pending** state until approved. Use the following steps to approve the private endpoint connection in **subscription-1**.
162162

163-
1. In the search box at the top of the portal, enter **Private endpoint**. Select **Private endpoints**.
163+
1. In the search box at the top of the portal, enter **Private Link**. Select **Private Link** from the search results.
164164

165-
1. Select **Pending connections**.
165+
1. In **Network foundation**, expand **Private Link** in the left menu and select **Pending connections**.
166166

167167
1. Select the box next to your storage account in **subscription-1**.
168168

articles/private-link/increase-private-endpoint-vnet-limits.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22
title: Increase Private Endpoint virtual network limits
33
titleSuffix: Azure Private Link
44
description: Learn how to increase private endpoints virtual network limits by upgrading to High Scale Private Endpoints.
5-
services: private-link
65
author: ivapplyr
76
ms.author: ivapplyr
8-
ms.date: 04/01/2025
7+
ms.date: 03/30/2026
98
ms.service: azure-private-link
109
ms.topic: how-to
1110
#customer intent: As a network administrator, I want to increase private endpoint limits so that I can scale my virtual network infrastructure effectively.
@@ -112,7 +111,7 @@ $vnet | Set-AzVirtualNetwork
112111
#### [**CLI**](#tab/ARG-HSP-CLI)
113112

114113
```azurecli-interactive
115-
vnetName = "myVirtualNetwork"
114+
vnetName="myVirtualNetwork"
116115
resourceGroupName="myResourceGroup"
117116
118117
az network vnet update --name $vnetName --resource-group $resourceGroupName --pe-vnet-policies="Basic"
@@ -147,13 +146,13 @@ To validate the configuration, verify all necessary properties are set correctly
147146

148147
#### [**PowerShell**](#tab/validate-PowerShell)
149148

150-
```Powershell
149+
```azurepowershell-interactive
151150
152151
$vnetName = "myVirtualNetwork"
153152
$resourceGroupName = "myResourceGroup"
154-
$vnet = Get-AzVirtualNetwork /
155-
-ResourceGroupName $resourceGroupName /
156-
-Name $vnetName /
153+
$vnet = Get-AzVirtualNetwork `
154+
-ResourceGroupName $resourceGroupName `
155+
-Name $vnetName
157156
$vnet.PrivateEndpointVNetPolicies
158157
159158
```

0 commit comments

Comments
 (0)