I'm developing an Azure Functions application using Visual Studio on a Mac.
My application is designed to use a Microsoft SQL server database when it goes to production. The production DB is hosted in Azure, so this isn't an issue.
For development, I was given a backup copy of the database. I got the backup running by installing it on a SQL Server Express database on a nearby Windows computer in my office. I can see that the DB is working if I connect to it using SQL Server Management Studio on that computer. However, I have so far not been able to connect to it from my Mac, which is were I plan to do most of my development.
I spent a lot of time digging around on the Windows computer looking for TCP port settings, firewall settings, etc. but could find nothing. How is this done?
Thanks, Frank