I can connect to SQL db (which is in a VM on Azure) via SSMS
Ex:
Server Adress: sqldb.com, 4848
User: admin
Pwd: pwd1234!
but when connecting from Azure Data Factory getting below error:
Cannot connect to SQL Database: 'sqldb.com,4848', Database: 'xyz', User: 'admin'.
Check the linked service configuration is correct, and make sure the SQL Database firewall
allows the integration runtime to access.
A connection was successfully established with the server, but then an error occurred during
the login process. (provider: SSL Provider, error: 0 - The certificate chain was issued by an
authority that is not trusted.), SqlErrorNumber=-2146893019,Class=20,State=0,
The certificate chain was issued by an authority that is not trusted
Activity ID: 16xxff36-xx3a-46d3-ss6a-b6bss9c2ss1a.
Any clues?