I was asked this question earlier today and i am not clear about how it all hangs together.
I've recently opened up 1433 outbound connection from my workplace firewall to connect to a Azure SQL database. I am using PowerBI Desktop as my client on my machine and using the standard PowerBI connector to Azure SQL Database.
I am able to connect to the Azure database and see the metadata and data and was able to author the report.
Now i have the following questions -
- Is the data transfer happening over the 1433 port ?
- Or, is there another driver like MSOLAP/OLEDB which does the transfer ? If so then is 1433 encapsulating the driver ?
- If so then is the data secure while in transit(from cloud to my machine in the network?), i mean is the connection SSL encrypted ? I just read this question and wasn't sure how is this working ? Azure SQL DB-Securing communication on Port 1433
Thanks in advance !