Unable to Manage Additional Disk on Azure VM

Mir Hussain 0 Reputation points
2024-12-19T05:45:08.0966667+00:00

I am facing an issue with an additional disk (/dev/sdb1) on my Azure VM. While the disk is visible and mounted within the VM (/mnt/mydisk), it does not appear under the Disks section in the Azure Portal or the associated with my VM and Resource Group. This makes it unmanageable via the Azure Portal or CLI.

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
8,191 questions
Azure Disk Storage
Azure Disk Storage
A high-performance, durable block storage designed to be used with Azure Virtual Machines and Azure VMware Solution.
653 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Deepanshu katara 12,635 Reputation points
    2024-12-19T06:54:42.11+00:00

    Hello Mir, Welcome to MS Q&A

    Update Azure Portal:

    • Sometimes, the Azure Portal may not reflect the latest changes immediately. Refresh the Azure Portal or log out and log back in to see if the disk appears.

    Azure CLI:

    • Use the Azure CLI to check the disk status and attachment. You can use the following command to list the disks attached to the VM:
         az vm disk list --resource-group <ResourceGroupName> --vm-name <VMName>
         
    
    
    
    
    
    • If the issue persists, consider contacting Azure Support for further assistance. They can help diagnose and resolve any underlying issues with the disk attachment.

    Please let us know if any further questions

    Kindly accept answer if it helps

    Thanks
    Deepanshu

    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.