Create an Azure SQL Database
Only few easy steps and you will create your own SQL Azure database.
1. Open Azure portal https://portal.azure.com
2. On the Azure SQL page, select Add.
3. Under Resource group, select Create new, enter myResourceGroup, and select OK.
4. Under Database details, for Database name enter mySampleDatabase.
5. For Server, select Create new, and fill out the New server form as follows:
- Server name: Enter mysqlserver, and some characters for uniqueness.
- Server admin login: Enter azureuser.
- Password: Enter a password that meets requirements, and enter it again in the Confirm password field.
- Location: Drop down and choose a location, such as (US) East US, Select OK.
SQL Server created (It is logical server)
6. Under Compute + storage, if you want to reconfigure the defaults, select Configure database.
On the Configure page, you can optionally:
- Change the Compute tier from Provisioned to Serverless.
- Review and change the settings for vCores and Data max size.
- Select Change configuration to change the hardware generation.
After making any changes, select Apply.
That's it, you have your SQL database created in Azure portal.
Comments
Post a Comment