Adding space to a Azure VM disk

MEADOWS, LONNIE 0 Reputation points
2024-08-08T17:01:13.2466667+00:00

When trying to add more disk space to a Azure VM Disk I receive the following error message "Failed to update disk . Error: Internal Error during resize." The VM has been deallocated and stopped but cannot figure out why the space will not be added. I am going from 3172gb to 4095gb which I was told by the portal that I could not increase the size any higher.

Azure Disk Storage
Azure Disk Storage
A high-performance, durable block storage designed to be used with Azure Virtual Machines and Azure VMware Solution.
668 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Nehruji R 8,181 Reputation points Microsoft External Staff Moderator
    2024-08-09T13:33:15.99+00:00

    Hello MEADOWS, LONNIE,

    Greetings! Welcome to Microsoft Q&A Platform.

    The error message "Failed to update disk. Error: Internal Error during resize." tells that something went wrong during the process of resizing an Azure virtual machine (VM) disk.

    The reasons to get this type of error are,

    Sometimes, disk encryption settings can cause issues. Make sure that disk encryption is fully disabled. If disk encryption was previously enabled, it might still be present in the VM JSON template. To resolve this if we disable the disk encryption through the Azure portal it will disable the disk encryption and on the Azure portal, we can see there is no disk encryption and also the related Key vault field is empty. But still when we try to add/remove the disk and save the operation we will get same message. This is because in the VM JSON template we can see it still maintains the disk encryption-related properties. So, to overcome this error we remove the disk encryption property from JSON template.

    Once check the cluster or region from where your VM is hosted has enough resources to support the resize operation. https://learn.microsoft.com/en-us/troubleshoot/azure/virtual-machines/windows/restart-resize-error-troubleshooting.

    Once check the disk type you're trying to resize whether it is support or not to the desired size or there might be limitations based on the disk type like standard HDD, premium SSD. https://learn.microsoft.com/en-us/azure/virtual-machines/disks-types

     

    Here is the doc for your reference: https://learn.microsoft.com/en-us/azure/virtual-machines/windows/expand-os-disk

    Similar thread for reference - https://learn.microsoft.com/en-us/answers/questions/1184474/disk-controller-error-when-attempting-to-resize-vm

     

    Hope this answer helps! please let us know if you have any further queries. I’m happy to assist you further.

    Please "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.

    0 comments No comments

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.