Give all the details of the Server.
Click select and create button; it will create a Server and a database.
Deployment Started. After it completes, you will get SQL database, which is ready to access.
Step 4: Access through SSMS
Open your SQL Server Management Studio (SSMS), give Server name and the credentials.
It will give you an error or a message, showing it cannot connect to the server.
Step 5: Add Client IP address to Firewall
Add your IP Address to the server’s firewall setting.
Select Server and choose the settings. In the setting, choose firewall and save your IP address.
Here, you can see your IP address is already displaying. I have hidden it with a red mark.
Click Add Client IP.
It will appear in the below section.
Also, you can give the name of your IP.
Here, I am giving the name “MyPC”.
Now, save the setting and you are able to connect to the Server.
Here we go, settings are updated and we are now able to access SQL database.