Query on Data Disk

Shailesh Ganesh Shripati 170 Reputation points
2024-06-21T15:16:31.77+00:00

I want to instal SQL server on Azure VM. For test and Production. How many data disks are required and what should be sizes of each of them.

SQL Server on Azure Virtual Machines
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,470 questions
0 comments No comments
{count} votes

Accepted answer
  1. Oury Ba-MSFT 17,631 Reputation points Microsoft Employee
    2024-06-21T17:03:15.5566667+00:00

    @Shailesh Ganesh Shripati Thank you for reaching out.

    To create an install SQL server on Azure VM on windows, you either choose the Portal functionality, Bicep, PowerShell or ARM Template. See doc https://learn.microsoft.com/en-us/azure/azure-sql/virtual-machines/windows/sql-vm-create-portal-quickstart?view=azuresql&tabs=conventional-vm

    User's image

    How many data disks are required and what should be sizes of each of them.

    Regarding the number and sizes of data disks required, it depends on the IOPS, throughput, and capacity requirements of your workload. Azure managed disks offer five disk types: Ultra Disks, Premium SSD v2, Premium SSDs, Standard SSDs, and Standard HDDs. See https://learn.microsoft.com/en-us/azure/virtual-machines/disks-types

    The checklist in this section covers the storage best practices for SQL Server on Azure VMs.

    User's image

    To create a Linux virtual machine with SQL Server see https://learn.microsoft.com/en-us/azure/azure-sql/virtual-machines/linux/frequently-asked-questions-faq?view=azuresql#how-do-i-create-a-linux-virtual-machine-with-sql-server-

    Please let us know if you need more information or further clarification.

    Regards,

    Oury


1 additional answer

Sort by: Most helpful
  1. Olaf Helper 42,761 Reputation points
    2024-06-21T18:01:58.6766667+00:00

    How many data disks are required and what should be sizes of each of them.

    Without knowing your initial data size and data growth per period no one can guess.

    0 comments No comments