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/application-gateway/private-link-configure.md
+67-12Lines changed: 67 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,18 +59,73 @@ To create a dedicated subnet for Private Link, see [Add, change, or delete a vir
59
59
60
60
## Disable network policies on the Private Link subnet
61
61
62
-
To allow Private Link connectivity, you must [disable the Private Link Service Network Policies](../private-link/disable-private-endpoint-network-policy.md#disable-network-policy) on the subnet designated for Private Link IP configurations.
63
-
64
-
To disable network policies, follow these steps:
65
-
1. Navigate to the [Azure portal](https://portal.azure.com).
66
-
1. Search for and select **Virtual networks**.
67
-
1. Select the virtual network containing the Private Link subnet.
68
-
1. In the left navigation pane, select **Subnets**.
69
-
1. Select the subnet designated for Private Link.
70
-
1. Under **Private link service network policies**, select **Disabled**.
71
-
1. Select **Save** to apply the changes.
72
-
1. Wait a few minutes for the changes to take effect.
73
-
1. Verify the **Private link service network policies** setting is now **Disabled**.
62
+
To allow Private Link connectivity, you must [disable the Private Link Service Network Policies](../private-link/disable-private-link-service-network-policy.md) on the subnet designated for Private Link IP configurations.
63
+
64
+
When you use the portal to create an instance of the Private Link service, this setting is automatically disabled as part of the creation process. Deployments using any Azure client (PowerShell, Azure CLI, or templates) require an extra step to change this property.
65
+
66
+
The following examples describe how to enable and disable `privateLinkServiceNetworkPolicies` for a virtual network named `myVNet` with a `default` subnet of `10.1.0.0/24` hosted in a resource group named `myResourceGroup`.
This section describes how to disable subnet private endpoint policies by using Azure PowerShell. In the following code, replace `default` with the name of your virtual subnet.
0 commit comments