0

I have a VNET in Azure and the AKS cluster created in that VNET and SQL Server networking and firewall applied in the same VNET.

When I tried to access the SQL Server from AKS cluster then I got the below exception.

Make sure that TCP connections to the port are not blocked by a firewall

Could someone help to resolve this. Both the resources are in the VNET.

Dale K
  • 25,246
  • 15
  • 42
  • 71
Suresh
  • 131
  • 2
  • 9

1 Answers1

0

See here for instructions how to create the firewall rule using VNET service endpoints: https://learn.microsoft.com/en-us/azure/sql-database/sql-database-vnet-service-endpoint-rule-overview#azure-portal-steps

silent
  • 14,494
  • 4
  • 46
  • 86