Skip to content

1 FAQ: VirtualMachine created with managed disk

Yuwei Zhou edited this page May 13, 2019 · 1 revision

Virtual machine can be created with storage blob and managed disk. The option managed_disk_type in azure_rm_virtualmachine specify the VM's OS disk created with a managed disk with managed_disk_type. Otherwise, the VM will be created with storage blob.

Note: If a VM is managed disk based, the data disk attached to the VM must be managed disk based. That means, if the managed_disk_type is defined, then every entry in data_disks must contain managed_disk_type. (For Ansible version <= 2.8)