WindowsVirtualMachine
Resource Icon

Resource Overview
Azure Windows Server Virtual Machine is a virtual machine (VM) that runs the Windows Server operating system on Microsoft’s Azure cloud computing platform.
By running Windows Server virtual machines on Azure, users can leverage the scalability, reliability, and global reach of the Microsoft cloud platform.
Associated Resources
Parent Resources
Connected Resources
- AvailabilitySet
- Disk
- NetworkInterface
- Backup
- Metric
- PrivateLoadBalancer
- PublicLoadBalancer
- ApplicationGateway
Resource Configuration
included_vnet_name: Name of the Virtual Network to which the Virtual Machine belongslinked_availability_set_name: Name of the Availability Set to apply to the Virtual Machinesize: Size configuration of the Virtual Machine for running workloadscomputer_name: Hostname of the Virtual Machineadmin_username: Administrator username for the VM- 1 ~ 64 characters
admin_password: Administrator password for the VM- 12 ~ 72 characters
os_disk_caching: Caching type for the internal OS diskReadWrite,ReadOnly,None
storage_account_type: Storage type for the internal OS diskStandard_LRS,StandardSSD_LRS,Premium_LRS
disk_size_gb: Size of the internal OS disk (GB)32~32767
linked_network_interface_names: List of Network Interface namesprimary_network_interface_name: Name of the primary Network Interfacetag: Tags used to categorize resources- Maximum 512 characters,
key:value
- Maximum 512 characters,
Image Settings (source_image)
source_image.type: Whether to use a custom image IDrecommended,custom_id,custom_input
source_image.image_id: ID of the image used to create the VMsource_image.image: Image used to create the VMsource_image.publisher: Publisher of the image used to create the VMsource_image.offer: Offer of the image used to create the VMsource_image.sku: SKU of the image used to create the VM
Additional Disk Attachments (disk_attachment)
disk_attachment.lun: Logical unit number of the diskdisk_attachment.host_caching: Disk caching configurationNone,ReadOnly,ReadWrite