How to Login Azure SQL database using SSMS
You`ll be able to login Azure SQL database using your local SSMS. There are simple steps you need to follow
1. Go to Azure portal and search SQL server then you can view your created databases and the server
2. Now select the database which you required to work. And you will view the status of your database.
3. As highlighted above screenshot copy that server name and copy in the SSMS and provide the username and password when initially provisioning the database
4. Finally click connect
If you are use Visual studio you can logging using That IDE as well.
Done…