Cannot create a VM of size 'Standard_D4ps_v5'

i have this error
{“code”:“BadRequest”,“message”:“Cannot create a VM of size ‘Standard_D4ps_v5’ because this VM size only supports a CPU Architecture of ‘Arm64’, but an image or disk with CPU Architecture ‘x64’ was given. Please check that the CPU Architecture of the image or disk is compatible with that of the VM size.”}

i’m trying with other vm, but i cant … help me please!!

I’m assuming you’re using our Azure playground to do this (you didn’t say, but that’s an Azure disk size). Since I don’t think we support ARM64 VMs, it would figure that we wouldn’t support an ARM64 disk because, well, what would be the point :slight_smile:

Please try a Standard_D4s_v3 disk or similar and see if that works better for your purposes.

I changed region to West US and location to West US. that solved the problem for me. in the region, Standard_D4s_v3 is available for us.

i hope this helps

1 Like