What is the maximum count of shared storage disks that can be attached to an Azure VM?

Ravi Sajjanar 0 Reputation points
2024-02-16T05:38:57.38+00:00

I need to know the maximum number of Azure shared disks that can be attached to a single VM. Also, I would like to know if the multipath concept is present in shared storage disks.

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,472 questions
Azure Disk Storage
Azure Disk Storage
A high-performance, durable block storage designed to be used with Azure Virtual Machines and Azure VMware Solution.
590 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Prrudram-MSFT 22,941 Reputation points
    2024-02-16T07:23:18.9133333+00:00

    Hello @Ravi Sajjanar

    In addition to what Jackson Martins suggested the maximum number of Azure shared disks that can be attached to a single VM depends on the VM size and the disk size.
    For example, a Standard_DS14_v2 VM can attach up to 64 disks, while a Standard_DS1_v2 VM can attach up to 4 disks. The maximum size of a single disk is 32 TB, and the maximum total size of all disks attached to a VM is 256 TB.

    Regarding the multipath concept, Azure Shared Disks support multipathing. Multipathing is a technique that allows a server to use multiple physical paths to access a storage device. This provides redundancy and load balancing, which can improve performance and availability. Azure Shared Disks use the iSCSI protocol, which supports multipathing. When you attach a shared disk to a VM, you can configure multipathing on the VM to take advantage of this feature.

    --please don't forget to "[Accept the answer]" if the reply is helpful--

    1 person found this answer helpful.
    0 comments No comments

  2. Jackson Martins 10,126 Reputation points MVP
    2024-02-16T05:46:19.2933333+00:00

    Hi @Ravi Sajjanar The maximum number of disks, varies by the type and size of the disk:

    Sample:
    Premium SSDs have limits that range from 3 to 10, depending on the disk size. For instance, smaller sizes like P1 to P20 allow up to 3 shares, while larger sizes like P60 to P80 allow up to 10 shares.

    Ultra Disks and Premium SSD v2 offer more flexibility, allowing a maxShares value up to 15, regardless of the disk size.

    User's image

    Reference:https://video2.skills-academy.com/en-us/azure/virtual-machines/disks-shared#premium-ssd-ranges

    Get in touch if you need more help with this issue.

    --please don't forget to "[Accept the answer]" if the reply is helpful--

    0 comments No comments