not able to attach data disk to Vm

Soii 0 Reputation points
2025-03-11T07:36:09.2166667+00:00

data disk not getting even visible in the "attach disk" section of VM -> Standard_NC24ads_A100_v4 whereas the disk is visible in -> Standard_D8as_v4

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

1 answer

Sort by: Most helpful
  1. Abiola Akinbade 24,090 Reputation points
    2025-03-11T07:43:49.4966667+00:00

    Hello Mir Hussain,

    Thanks for your question

    Sometimes, the Azure Portal may not reflect the latest changes immediately. 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>
    
    

    See reference issue: https://learn.microsoft.com/en-au/answers/questions/2133801/unable-to-manage-additional-disk-on-azure-vm

    If this is not the case, create a technical ticket. See:

    How to Create an Azure support request Create a support ticket

    You can mark it 'Accept Answer' and 'Upvote' if this helped you

    Regards,

    Abiola

    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.