Open In App

Microsoft Azure – SQL Server on Azure VM

SQL Server on Azure Virtual Machines allows running full versions of SQL Server in the cloud without managing on-premises hardware. Also, pay as you go model in azure, and SQL Server virtual machines (VMs) also make licensing expenses easier.

Virtual machines in Azure run in a variety of locations throughout the world. You may create a SQL Server VM with the proper version, edition, and operating system using the virtual machine image gallery as azure provides a choice of machine sizes to choose from. As a result, virtual machines are a viable alternative for a wide range of SQL Server applications.



The Benefits of SQL Server on an Azure Virtual Machine: 

Steps To Create SQL Server on Azure VM: 

Step 1: Log in to the Microsoft Azure Portal using the account associated with your Azure subscription. Search for Azure SQL in the search bar. Select the Azure SQL as shown below:



 

Step 2: In Azure SQL, select Create.

 

Step 3: In the Select SQL deployment option blade, click on the drop-down under SQL virtual machines. Select SQL and Windows versions according to requirement. Then click on Create.

 

Step 4: In the Basic tab, select the following details as required :

 

Step 5: Size Standard D2s_v3 (2 vCPUs, 8 GiB RAM).  select “See all sizes” to see the options.

 

 

Step 6: Now click Next, In Disks, Select OS disk type and Encryption type:

 

Step 7: Click Next and go to Networking, select below configurations:

And Click Next

 

Step 8: In Management, select boot settings and click Next.  

 

In Advanced, check configuration and Click Next SQL Server Settings

Select the below SQL settings:

 

 

Click Next.

 

Add Tags if required, Select the Review + create button. Then select Create. Wait until the deployment is complete. This will take approximately 5-10 minutes to deploy the SQL VM.  After the deployment is complete, Go to All resources.

 


Article Tags :