Skip to content

1 FAQ: VirtualMachine created with storage blob

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.

To create a storage blob based VM, sample playbook can be found in azure-samples/ansible-playbook vm_create.yml

Note: If a VM is storage blob based, the data disk must be storage blob based.