Storage in Azure Virtual Machines

Micah McKittrick 946 Reputation points Microsoft Employee
2019-10-29T19:59:52.587+00:00

How much storage can I use with an Azure Virtual Machine? How many disks can be attached?

Source from FAQ

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

Accepted answer
  1. olufemia-MSFT 2,861 Reputation points
    2019-10-29T20:12:40.81+00:00

    Welcome to the Microsoft Q&A (Preview) platform.
    Happy to answer your questions.

    Each data disk can be up to 32,767 GiB. The number of data disks you can use depends on the size of the virtual machine. For details, see Sizes for Virtual Machines.
    Azure Managed Disks are the recommended disk storage offerings for use with Azure Virtual Machines for persistent storage of data. You can use multiple Managed Disks with each Virtual Machine. Managed Disks offer two types of durable storage options: Premium and Standard Managed Disks. For pricing information, see Managed Disks Pricing.
    Azure storage accounts can also provide storage for the operating system disk and any data disks. Each disk is a .vhd file stored as a page blob. For pricing details, see Storage Pricing Details.

    Sourced from MSDN

    3 people found this answer helpful.
    0 comments No comments

3 additional answers

Sort by: Most helpful
  1. Purna Rao 26 Reputation points
    2021-11-11T18:41:02.24+00:00

    The max number disks depends on the size you choose. For example you can get more insights about all available sizes of VM's and supported number of NIC's and Disks for E4 V3 size vms at https://learn.microsoft.com/en-us/azure/virtual-machines/ev3-esv3-series

    1 person found this answer helpful.
    0 comments No comments

  2. EnterpriseArchitect 4,721 Reputation points
    2022-08-18T13:15:25.467+00:00

    Hi All,
    Are there any limits or calculators on how many Data disks I can attach to the Azure VMs?

    0 comments No comments

  3. Andreas Baumgarten 95,411 Reputation points MVP
    2022-08-18T18:07:42.837+00:00

    Hi @EnterpriseArchitect ,

    the max number of data disks attached to a VM depends on the VM SKU.
    Please take look here: https://learn.microsoft.com/en-us/azure/virtual-machines/dv5-dsv5-series
    On the left side of the website you can select different VM SKU series. From there you will find a tables with all the information related to the VM SKUs like vCPU, RAM max disks and max NICs.

    As the original question is already answered it might make sense to open a new question next time ;-)

    ----------

    (If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)

    Regards
    Andreas Baumgarten

    0 comments No comments