private Endpoint Network Policies
Parameters
Enable or Disable network policies for the private endpoint on the subnet. Possible values are Disabled
, Enabled
, NetworkSecurityGroupEnabled
and RouteTableEnabled
. Defaults to Disabled
.
NOTE: If you don't want to use network policies like user-defined Routes and Network Security Groups, you need to set
private_endpoint_network_policies
in the subnet toDisabled
. This setting only applies to Private Endpoints in the Subnet and affects all Private Endpoints in the Subnet. For other resources in the Subnet, access is controlled based via the Network Security Group which can be configured using theazure.network.SubnetNetworkSecurityGroupAssociation
resource. NOTE: If you want to use network policies like user-defined Routes and Network Security Groups, you need to set theprivate_endpoint_network_policies
in the Subnet toEnabled
/NetworkSecurityGroupEnabled
/RouteTableEnabled
. This setting only applies to Private Endpoints in the Subnet and affects all Private Endpoints in the Subnet. For other resources in the Subnet, access is controlled based via the Network Security Group which can be configured using theazure.network.SubnetNetworkSecurityGroupAssociation
resource. NOTE: See more details from Manage network policies for Private Endpoints.