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
Fix the instructions for disabling privateLinkServiceNetworkPolicies
Fixed the link to point to to the correct Private Link Service Network Policies documentation and fix the incorrect instructions for disabling privateLinkServiceNetworkPolicies
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
@@ -56,18 +56,73 @@ To create a dedicated subnet for Private Link, see [Add, change, or delete a vir
56
56
57
57
## Disable network policies on the Private Link subnet
58
58
59
-
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.
60
-
61
-
To disable network policies, follow these steps:
62
-
1. Navigate to the [Azure portal](https://portal.azure.com).
63
-
1. Search for and select **Virtual networks**.
64
-
1. Select the virtual network containing the Private Link subnet.
65
-
1. In the left navigation pane, select **Subnets**.
66
-
1. Select the subnet designated for Private Link.
67
-
1. Under **Private link service network policies**, select **Disabled**.
68
-
1. Select **Save** to apply the changes.
69
-
1. Wait a few minutes for the changes to take effect.
70
-
1. Verify the **Private link service network policies** setting is now **Disabled**.
59
+
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.
60
+
61
+
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.
62
+
63
+
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