0
votes

I have a premium Azure Managed Disk (SSD) in the same region as a Windows VM, but when I go to attach it via the Azure portal (settings -> Disks -> + Add data disk) the drop down under name says "No managed disk available" (see below). What do I need to do?

enter image description here

3
This question is off-topic for Stack Overflow (as it's not programming-related), and likely fits better on ServerFault. That said: You cannot attach premium disks to a VM unless you are using a xS-based sku (e.g. a DS14 vs a D14). Which sku type did you try attaching to? - David Makogon

3 Answers

1
votes

To use Premium storage, you'll need a Premium Storage enabled VM size like the DS-series or GS-series virtual machine. You cannot use premium storage disks with VM series that are not Premium Storage-compatible. For details, see Premium Storage: High-Performance Storage for Azure Virtual Machine Workloads.

0
votes

I ran into this problem after I had detached a disk from one VM and tried to attach it to another VM. Apparently those changes take some time to propagate through the system, and the solution for me was to log out of the Azure portal and then log back in again.

0
votes

I faced the same problem, and I checked so many times if the vm would support premium LRS and mine did, but still not seeing the disk I just created. I solved it by just refreshing the whole portal after creating snapshot disk, and then every disk that I can possibly attached shows up.