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
Network policies like NSGs (Network security groups) and User-Defined Routes previously weren't supported for private endpoints. To deploy a private endpoint on a given subnet, an explicit disable setting was required on that subnet. This setting is only applicable for the private endpoint. For other resources in the subnet, access is controlled based on security rules in the network security group.
Private Endpoint support for Network Security Groups (NSGs) is now in GA.
This feature enhancement will provide you with the ability to enable advanced security controls on traffic destined to a private endpoint.
If customer is interested in using this feature, they will need to set a specific subnet level property, called PrivateEndpointNetworkPolicies, to Enabled.
Copy file name to clipboardExpand all lines: articles/private-link/private-link-faq.yml
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,13 @@ sections:
41
41
- question: |
42
42
Do I need to disable network policies for Private Link?
43
43
answer: |
44
-
Yes. Both Private Endpoint and Private Link Service need to disable network policies to function properly. They both have properties independent of one another.
44
+
Yes. Private Link Service need to disable network policies to function properly.
45
+
46
+
- question: |
47
+
Can I use for User-Defined Routes only, Network Security Groups only, or for both for Private EndPoint?
48
+
answer: |
49
+
Yes. To utilize policies like User-Defined Routes and Network Security Groups, You need to enable Network policies for a subnet in a virtual network for the Private Endpoint . This setting affects all the private endpoints within the subnet.
50
+
45
51
46
52
- name: Private Endpoint
47
53
questions:
@@ -138,4 +144,4 @@ sections:
138
144
additionalContent: |
139
145
140
146
## Next steps
141
-
- Learn about [Azure Private Link](private-link-overview.md)
147
+
- Learn about [Azure Private Link](private-link-overview.md)
0 commit comments