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/private-link/availability.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,9 @@ Azure Private Link enables you to access Azure PaaS Services (for example, Azure
16
16
17
17
> [!IMPORTANT]
18
18
> Azure Private Link is now generally available. Both Private Endpoint and Private Link service (service behind standard load balancer) are generally available. For known limitations, see [Private Endpoint](private-endpoint-overview.md#limitations) and [Private Link Service](private-link-service-overview.md#limitations).
19
-
> A new feature, Private Link Service Direct Connect, which allows connection to any routable destination IP address is now in public preview. For more information and known limitations, see [Private Link Service Direct Connect](configure-private-link-service-direct-connect.md)
19
+
20
+
> [!NOTE]
21
+
> The feature Private Link Service Direct Connect, which allows you to connect to any privately routable destination IP address, is now in public preview. For more information and known limitations, see [Private Link Service Direct Connect](configure-private-link-service-direct-connect.md)
Copy file name to clipboardExpand all lines: articles/private-link/configure-private-link-service-direct-connect.md
+58-56Lines changed: 58 additions & 56 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,23 +1,25 @@
1
1
---
2
-
title: Configure Private Link Service Direct Connect
3
-
description: Learn about Azure Private Link Service Direct Connect.
2
+
title: Configure Private Link service Direct Connect
3
+
titleSuffix: Azure Private Link
4
+
description: Learn about Azure Private Link service Direct Connect.
4
5
services: private-link
5
6
author: altheapm
6
7
ms.service: azure-private-link
7
-
ms.topic: concept-article
8
+
ms.topic: how-to
8
9
ms.date: 07/14/2025
9
10
ms.author: altheabata
10
11
ms.reviewer: altheabata
11
-
# Customer intent: "As a service provider, I want to configure an Azure Private Link Service for my application to any privately routable destination address, so that I can enable secure private access for consumers from their virtual networks."
12
+
ms.custom: references_regions
13
+
# Customer intent: "As a service provider, I want to configure an Azure Private Link service for my application to any privately routable destination address, so that I can enable secure private access for consumers from their virtual networks."
12
14
---
13
15
14
-
# Create a Private Link Service Direct Connect
16
+
# Configure Private Link service Direct Connect
15
17
16
-
Customers can now connect a Private Link Service to any privately routable destination IP address.
18
+
Customers can now connect a Private Link service to any privately routable destination IP address.
17
19
18
-
Azure Private Link Service allows service providers to make their applications available to their customers privately and securely by placing them behind a standard load balancer. Private Link Service Direct Connect expands on this capability and allows customers to directly connect a private link service to any privately routable destination IP address. This configuration is particularly useful for scenarios that provide private connectivity to applications that require direct IP-based routing, such as database connections or custom applications.
20
+
Azure Private Link service allows service providers to make their applications available to their customers privately and securely by placing them behind a standard load balancer. Private Link service Direct Connect expands on this capability and allows customers to directly connect a private link service to any privately routable destination IP address. This configuration is particularly useful for scenarios that provide private connectivity to applications that require direct IP-based routing, such as database connections or custom applications.
19
21
20
-
This article explains Private Link Service Direct Connect and how to create it using Azure PowerShell, Azure CLI, or Terraform.
22
+
This article explains Private Link service Direct Connect and how to create it using Azure PowerShell, Azure CLI, or Terraform.
21
23
22
24
> [!NOTE]
23
25
> This feature is in public preview and is available in select regions. Review all considerations before enabling it for your subscription.
@@ -28,13 +30,13 @@ This article explains Private Link Service Direct Connect and how to create it u
28
30
- Azure PowerShell installed locally or use Azure Cloud Shell. For more information, see [Install Azure PowerShell](/powershell/azure/install-azure-powershell).
29
31
- Azure CLI installed locally or use Azure Cloud Shell. For more information, see [Install the Azure CLI](/cli/azure/install-azure-cli).
30
32
- For Terraform: [Install and configure Terraform](/azure/developer/terraform/quickstart-configure).
31
-
- Enable the feature flag Microsoft.Network/AllowPrivateLinkServiceUDR in your subscription. Follow the instructions to register via Azure CLI or PowerShell: [Enable Azure preview features](/azure/azure-resource-manager/management/preview-features).
33
+
- Enable the feature flag Microsoft.Network/AllowPrivateLinkserviceUDR in your subscription. Follow the instructions to register via Azure CLI or PowerShell: [Enable Azure preview features](/azure/azure-resource-manager/management/preview-features).
32
34
- A virtual network with a subnet.
33
35
- A routable IP address to set as the destination IP address.
34
36
35
-
## What is Private Link Service Direct Connect?
37
+
## What is Private Link service Direct Connect?
36
38
37
-
Private Link Service (PLS) Direct Connect allows you to:
39
+
Private Link service (PLS) Direct Connect allows you to:
38
40
39
41
-**Route traffic directly** to a specific, privately routable destination IP address within your virtual network.
40
42
-**Bypass load balancer requirements** for scenarios that need direct IP connectivity.
@@ -51,13 +53,13 @@ Private Link Service (PLS) Direct Connect allows you to:
51
53
52
54
## Key requirements
53
55
54
-
1.**Provide a minimum of 2 IP configurations**: For this feature, at least 2 IP configurations in multiples of 2 are required for high availability.
55
-
1.**Specify a static destination IP address**: The target IP must be reachable within your virtual network.
56
-
1.**Disable the privateLinkServiceNetworkPolicies property** on the subnet: This property is not needed for this feature.
56
+
-**Provide a minimum of 2 IP configurations**: For this feature, at least 2 IP configurations in multiples of 2 are required for high availability.
57
+
-**Specify a static destination IP address**: The target IP must be reachable within your virtual network.
58
+
-**Disable the privateLinkserviceNetworkPolicies property** on the subnet: This property is not needed for this feature.
57
59
58
60
## Limitations
59
61
60
-
Note these limitations when using Private Link Service Direct Connect:
62
+
Note these limitations when using Private Link service Direct Connect:
61
63
62
64
-**Minimum 2 IP configurations required**: At least 2 IP addresses, or multiples of 2 (up to 8) are required to deploy a PLS Direct Connect.
63
65
-**Maximum of 10 PLS per subscription**: There is a hardware limitation of 10 PLS per region per subscription.
@@ -68,15 +70,15 @@ Note these limitations when using Private Link Service Direct Connect:
68
70
69
71
## Considerations
70
72
71
-
-**No migration support**: Deploying this feature requires a new Private Link Service. Migration of existing private link services isn't supported.
72
-
-**Available client support**: Use PowerShell, CLI, or Terraform to deploy this new Private Link Service. Portal client support is pending.
73
+
-**No migration support**: Deploying this feature requires a new Private Link service. Migration of existing private link services isn't supported.
74
+
-**Available client support**: Use PowerShell, CLI, or Terraform to deploy this new Private Link service. Portal client support is pending.
73
75
-**IP forwarding is enabled**: If there is a policy on the subscription that disables IP forwarding, the policy must be disabled to allow proper configuration.
74
76
75
-
## Create a Private Link Service Direct Connect
77
+
## Create a Private Link service Direct Connect
76
78
77
79
# [PowerShell](#tab/powershell)
78
80
79
-
Use this script to create a Private Link Service Direct Connect using Azure PowerShell:
81
+
Use this script to create a Private Link service Direct Connect using Azure PowerShell:
The feature flag isn't visible on portal. How do I register for the feature?
502
504
503
-
- Register the feature flag Microsoft.Network/AllowPrivateLinkServiceUDR via Azure CLI or PowerShell, see this for how-to: [Set up preview features in Azure subscription - Azure Resource Manager | Microsoft Learn](/azure/azure-resource-manager/management/preview-features).
505
+
- Register the feature flag Microsoft.Network/AllowPrivateLinkserviceUDR via Azure CLI or PowerShell, see this for how-to: [Set up preview features in Azure subscription - Azure Resource Manager | Microsoft Learn](/azure/azure-resource-manager/management/preview-features).
504
506
505
-
Does the property privateLinkServiceNetworkPolicies ever need to be set to True, such as by GA?
507
+
Does the property privateLinkserviceNetworkPolicies ever need to be set to True, such as by GA?
506
508
507
-
- The property privateLinkServiceNetworkPolicies is not needed for this feature, so set it to false.
509
+
- The property privateLinkserviceNetworkPolicies is not needed for this feature, so set it to false.
508
510
509
511
## Next steps
510
512
511
513
-[Azure Private Link overview](/azure/private-link/private-link-overview)
512
-
-[Azure Private Link Service overview](/azure/private-link/private-link-service-overview)
514
+
-[Azure Private Link service overview](/azure/private-link/private-link-service-overview)
513
515
-[Create a private endpoint using Terraform](/azure/private-link/create-private-endpoint-terraform)
514
516
-[Troubleshoot Azure Private Link connectivity problems](/azure/private-link/troubleshoot-private-link-connectivity)
0 commit comments