I want to allow developers to connect to a specific databases on our Azure SQL Server. I've read all the Microsoft documentation I can find and a bunch of useful blog posts but can't find an answer to this question.
I've created a user and added the user to the db_owner role for the database is question. In the SSMS logon I tried both these logon but both fail:
<servername>.<databasename>.net,1433
<databasename>.database.net,1433
UPDATE: I suspect the correct answer will be: "Don't do that." In other words, the developers can do anything they need to do from within Visual Studio and don't need access via SSMS.