Windows virtual machine in an Azure DevTest Lab

This template deploys a Windows virtual machine within an Azure DevTest Lab.

Terraform resource types

Variables

Name Description Default
lab_name The name of the new lab instance to be created.
vm_name The name of the VM to be created.
vm_size The size of the VM to be created. Standard_D4_v3
user_name The username for the local account that will be created on the new VM.
password The password for the local account that will be created on the new VM.