Context: On my Windows 10 workstation I've recently installed Ubuntu via VirtualBox. Within Ubuntu, I've installed Azure Data Studio and I am trying to connect ADS to the SQL Server instance I have installed locally (on Windows). I'm getting this error:
Cannot Connect to SQL Server Browser. Ensure SQL Browser has been started.
At first I thought this meant the SQL Server browser wasn't running, but when I check Services.msc I see clearly it is running.
I've also enabled TCP connections in the SQL Server Config manager as suggested here: Unable to connect to SQL Server from Virtualbox
Questions: Can someone please help me understand why this is happening and how I can fix it? Below is how I'm trying to connect ADS in Ubunutu to my local SQL Server instance on Windows.