DEV Community

Cover image for How to create SQL database - Managed Instance in Azure [Azure Portal]

How to create SQL database - Managed Instance in Azure [Azure Portal]

What is Azure SQL?

Azure SQL is a family of managed, secure, and intelligent products that utilize the SQL Server database engine in the Azure cloud. It is designed to help businesses migrate, modernize, and innovate their SQL applications with ease. Azure SQL offers three main products:

Azure SQL Database: This is a fully managed Platform-as-a-Service (PaaS) database engine that supports modern cloud applications. It includes serverless compute and Hyperscale storage options. Azure SQL Database handles most database management functions such as upgrading, patching, backups, and monitoring without user involvement

Azure SQL Managed Instance: This is also a PaaS offering that provides a fully managed instance of SQL Server with almost 100% feature parity with the SQL Server database engine. It is best suited for migrating existing SQL Server applications to the cloud with minimal changes

SQL Server on Azure Virtual Machines: This Infrastructure-as-a-Service (IaaS) option allows you to run SQL Server inside a fully managed virtual machine in Azure. It provides full control over the SQL Server instance and the underlying operating system, making it ideal for lift-and-shift migrations

Follow the below steps to create SQL Database in Azure.

  1. Log in to the Azure portal (https://portal.azure.com/)

  2. Search for Azure SQL and select it.

Image description

Click on the CREATE button On the Azure SQL page.

Image description

The Create Azure SQL Database Managed Instance window will open now. Fill out the mandatory information required on the Basics tab.

Subscription: Choose your correct subscription.
Resource group: You can choose your existing resource group or create a new one by clicking the Create new link.
Managed Instance name: Provide a name for the managed instance.
Region: Select the region you belong to.
Compute + storage: Select the default or configure a new one by clicking on the Configure Manage Instance link per your business needs.
Managed Instance admin login: Provide a username for the login.
Password: Provide a password as per the password policy
Confirm Password: Confirm the same Password.

Image description

Image description
Click the Next: Networking > button to go to the Networking tab.

Image description
On the Networking tab, Fill in the optional options as per the business need.

Virtual network: Select a valid virtual network or Create a new one or the default one.
Connection type: You can choose a proxy(Default) option or a redirect connection type.

Public endpoint (data): Select the Enable option here.

Image description

On the tags tab, you can keep the default option. Click on the Next: Review + Create > button.

Finally, click on the Create button

Image description

Sentry image

Make it make sense

Make sense of fixing your code with straight-forward application monitoring.

Start debugging →

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Explore a trove of insights in this engaging article, celebrated within our welcoming DEV Community. Developers from every background are invited to join and enhance our shared wisdom.

A genuine "thank you" can truly uplift someone’s day. Feel free to express your gratitude in the comments below!

On DEV, our collective exchange of knowledge lightens the road ahead and strengthens our community bonds. Found something valuable here? A small thank you to the author can make a big difference.

Okay