How to create azure linux vm with managed disk using nodejs cli?

225 Views Asked by At

As title suggest, I want to use

azure vm create ... to create a virtual machine using managed disk, however I can't see good example on how to achieve that. Ignoring the --storage-account-name parameter will random a storage account for me, which is not what I want.

1

There are 1 best solutions below

1
On

I don't have a link to back that up, but I'm pretty sure its not available in the x-plat CLI.

Looking at the x-plat CLI commit history, I can't seem to find a single commit mentioning Managed disks and help doesn't show anything like that.