Skip to content

Commit b42369f

Browse files
Update private-link-faq.yml
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.
1 parent 941a8f9 commit b42369f

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

articles/private-link/private-link-faq.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,13 @@ sections:
4141
- question: |
4242
Do I need to disable network policies for Private Link?
4343
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+
4551
4652
- name: Private Endpoint
4753
questions:
@@ -138,4 +144,4 @@ sections:
138144
additionalContent: |
139145
140146
## 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

Comments
 (0)