I have a group of linux web apps with VNet Integration enabled on a subnet called web-tier and an azure server with private link configured on another subnet called data-tier. I have also added nsg rules to the data-tier subnet nsg to allow inbound traffic from web-tier on ports TCP 1433, UDP 1434, and TCP 11000-11999 ports. The Sql server has “Redirect” connection policy with public network access disabled. I have restarted the web apps after creating the private endpoint but the webapps are still unable to connect to the sql server. Can anyone please advise what I may be missing here?
Thanks