private Endpoint Network Policies Enabled
Enable or Disable network policies for the private endpoint on the subnet. Setting this to true
will Enable the policy and setting this to false
will Disable the policy. Defaults to true
.
NOTE: Network policies, like network security groups (NSG), are not supported for Private Link Endpoints or Private Link Services. In order to deploy a Private Link Endpoint on a given subnet, you must set the
private_endpoint_network_policies_enabled
attribute tofalse
. This setting is only applicable for the Private Link Endpoint, for all other resources in the subnet access is controlled based via the Network Security Group which can be configured using theazure.network.SubnetNetworkSecurityGroupAssociation
resource.