Connect to Azure SQL with port 443

Florian 6 Reputation points
2022-01-26T10:39:35.8+00:00

Hi guys,
I need to connect to my Azure SQL DB via port 443. I cannot open port 1433 so I need a solution how to connect via 443. I have a virtual machine with an SQL Server on it.
How can I realize this?
Thx!!

Azure SQL Database
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Alberto Morillo 34,671 Reputation points MVP Volunteer Moderator
    2022-01-26T12:16:51.96+00:00

    Try using Azure Load balancer and the NAT port-forwarding feature, if you are using SQL Server VM on Azure (IaaS). That is not possible with Azure SQL Database (PaaS).

    Please refer to this tutorial.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.