How to connect Docker with Azure Data Studio?

Jonzz picture Jonzz · Nov 5, 2018 · Viewed 7.2k times · Source

I install docker container on mac(OS X) and install Microsoft SQL 2017 image file on docker.So, I try to connect docker with Azure Data Studio but didn't connect it. Can I connect docker with Azure Data Studio and How to configure it? Please help me, thank a lot.

Answer

Gary Krause picture Gary Krause · Jan 12, 2019

Use 127.0.0.1,1433 instead of 127.0.0.1:1433

This syntax is what my ASP.NET Core app uses as syntax so I figured MS liked that format for connection strings and such.

This worked for me. Hope it helps.