1

Azure started supporting extra large disk sizes in September 2018 (as described here) as a public preview, currently available only in the West Central US region.

I'm trying to create a new S60 (4-8 TiB HDD) disk in a resource group located in the above region. However the disk creation dialog still limits me to up to 4095 GiB disk size. It even tells me that larger sizes are currently in public preview.

How can I actually create the disks described in the preview?

eden881
  • 215
  • 1
  • 2
  • 10

1 Answers1

1

As described in the link you posted:

Try out the new Managed Disks sizes using Azure Powershell or CLI today!

You can't use the Azure Portal to create disks with these sizes yet. The document also states that this is one of the features coming later:

Azure Portal support for larger disk sizes, and ability to upsize existing disks.

Michael Hampton
  • 244,070
  • 43
  • 506
  • 972