I'm working on setting up private end points in Az...
# python
a
I'm working on setting up private end points in Azure which require some private link code. It is complaining I can't add or configure the PrivateLinkService because private link service network policies enabled. I put a policy disabled in the VNet subnet, but that doesn't appear to be working. What's the secret sauce I'm missing?
Solved this with adding both
Copy code
private_endpoint_network_policies="Disabled",
private_link_service_network_policies="Disabled",
to the SubnetArgs