1

I'm developing an .NET Core application. I use docker following this tutorial : https://docs.docker.com/compose/aspnet-mssql-compose/

So, thanks to docker compose I have dockerized my application and my SQL Server.

enter image description here

Now, I want to see my Database using software as Azure Data Studio. But when I try, I can't connect to the DB

enter image description here

Any idea ?

Community
  • 1
  • 1
Nemtecl
  • 355
  • 1
  • 3
  • 14

1 Answers1

0

Hi Nemtecl already tried adding the 1433 port number to Azure Data Studio field called Server?

Like this: localhost:1433

MOR
  • 15
  • 4