Erwin Bierens

Knowledge is Power

Create Azure SQL Server and Database

2022-11-29 2 min read Azure Erwin Bierens

This how to will guide you true the steps of creating a simple Azure SQL server and database. Azure SQL

Create database server

Go to https://portal.azure.com In the search field search for SQL Choose SQL server (if not created already)

Azure SQL

Click Create

Azure SQL

Choose subscription and create a resource group if not existing. Choose a server name (this will be your unique hostname) Location, choose your region.

Azure SQL

In the authentication field you can create your SA account. You can choose the right authentication option for your organization, in this case I choose for SQL authentication only.

Azure SQL

In the tab Networking (top menu) Set the allow Azure services and resourses to access this server to yes.

Azure SQL

Click Review and Create followed by Create.

Create database

In the search field search for SQL Choose SQL databases

Azure SQL

Select the subscription, resource group.

Create a database name

Azure SQL

Set workload environment to Production

Azure SQL

First set backup storage redundancy to locally. Now click the configure database.

Select the Basic from the dropdown menu

Azure SQL

Click Next : Networking Add current client IP Address set to Yes

Azure SQL

Click Review and create and click Create.

Your database is now ready, you can connect using the SQL Server manager.

Add external access

Go to SQL servers and select your server

Azure SQL

Go to Security / Networking menu Check if public network access is set to Public networks.

Azure SQL

Scroll down to firewall rules and add the correct IP addresses.

Azure SQL

Click OK and click Save.

comments powered by Disqus