unmanaged data disk

Tinupriya 21 Reputation points
2020-10-17T14:19:18.527+00:00

when we detach an unmanaged data disk from a vm. where can we view and resize the data disk?

Azure Storage
Azure Storage
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
3,529 questions
0 comments No comments
{count} votes

Accepted answer
  1. Sumarigo-MSFT 47,466 Reputation points Microsoft Employee Moderator
    2020-10-22T10:25:52.457+00:00

    @Tinupriya Adding more info to the above suggestion When you no longer need a data disk that's attached to a virtual machine, you can easily detach it. This removes the disk from the virtual machine, but doesn't remove it from storage.

    You should be able to use the Get-AzureDisk PowerShell command to obtain a reference to the unattached disk. From there you can call Update-AzureDisk to increase the size of the disk.

    Two notes which you may already know; you can't shrink a disk (without recreating it from the underlying blob) once you increase its size and generally you should avoid putting data on an OS disk so if you need more space just add another data disk.
    Also refer to this article

    Hope this helps!

    Kindly let us know if the above helps or you need further assistance on this issue.

    -------------------------------------------------------------------------------------------------------

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


2 additional answers

Sort by: Most helpful
  1. Manu Philip 20,206 Reputation points MVP Volunteer Moderator
    2020-10-17T16:05:23.6+00:00

    You can fid the unmanaged disks from Azure portal: disks-find-unattached-portal

    Also find the PowerShell method to resize the unmanaged disks from here: expand-os-disk

    0 comments No comments

  2. Saurabh Dhande 21 Reputation points
    2021-02-25T18:25:26.2+00:00

    Hello User,

    To create and manage un-managed disk you need Storage account and all un-managed disks will reside in Storage account under BLOB.

    Please don’t forget to "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.