1

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

datanerdjake
  • 43
  • 1
  • 9
  • 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 Jun 05 '18 at 21:19

6 Answers6

1

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.

Ajay Kadam
  • 256
  • 1
  • 5
1

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.

John
  • 1,018
  • 12
  • 19
1

It's a 3 step process, once you create & attach, you need to mount it as well. Follow the instructions presented here.

lsblk -o NAME,HCTL,SIZE,MOUNTPOINT | grep -i "sd"

This command will show you if you have the disk or not.

Before: disc with-out mount

After: disc with mount

RiveN
  • 2,595
  • 11
  • 13
  • 26
Ani bairy
  • 11
  • 2
1

I faced the same problem and it turned to be because I had chosen the incorrect resource group. Under Basics tab, you need to check the resource group where the Disk belongs to and make the appropriate selection. This solved the problem for me.

koushick
  • 157
  • 1
  • 8
0

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.

Tango
  • 1
0

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. Also tried to refresh the whole portal but still issue didn't fixed. After that i checked my disk was not created in availability zone. And my VM was in availability zone 1. once i created the disk in availability 1. it appeared in my new VM data disk.