I am able to connect to Azure SQL Edge with pymssql but not with azuredatastudio what could be the reason?

99 views Asked by At

So I have this code that is able to print All database names from my Azure SQL Edge docker instance.

enter image description here

On port 1433 there one docker container is running

enter image description here

I am entering the enter image description heresame credentials on Azure Data Studio but I got this error

see this details how I entered for connection

enter image description here

1

There are 1 answers

0
Bhavani On

I tried to replicate your issue in my environment with below details:

enter image description here

I got below error:

enter image description here

I changed the encryption details to False from True.

enter image description here

It connected successfully without any error.