- First, we will connect to our Azure subscription.
- Next, we will create a SQL Server named dbcookbook:
- We select Browse | SQL Servers:
- We click on Add, and we fill the SQL Server form to give the server name, admin login, password, subscription, resource group, and location.
- To create the server, we click on the Create button at the bottom:
Clicking on the Refresh button, we can see the SQL Server newly created.
- Next, ...