what is max size of Volume in azure window VM

Winston Huang 120 Reputation points
2023-08-18T06:42:51.8166667+00:00

i have a azure windows VM, and data disk called'data02' size is 32TB now. can i expand that data disk size from 32TB up 64 TB?

that disk'data02' ,related with volume name in windows system is H:

as below User's image

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
9,041 questions
{count} votes

Accepted answer
  1. Luke Murray 11,436 Reputation points MVP Volunteer Moderator
    2023-08-18T06:51:06.2166667+00:00

    If your running a Premium Disk SSD v2 and Ultradisk, these can be increased up to 64 TB, but for Premium SSDs, Standard SSDs etc there is a cap on 32 TB.

    Even if you can increase it with the Premium Disk v2, keep in mind that Azure Backup only support disks up to 32 TB.

    What are the largest disk sizes supported by Azure Backup and Azure Site Recovery service?

    The largest disk size supported by Azure Backup is 32 TiB (4 TiB for encrypted disks). The largest disk size supported by Azure Site Recovery is 8 TiB. Support for the larger disks up to 32 TiB is not yet available in Azure Site Recovery.

    Your best bet would be to add another Disk, and you could add the other disk then span the volume:

    Azure will just see it as separate disks and back it up, but keep this configuration in mind if you were to restore the VM, you may need to restore all the data disks as well.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.