Skip to main content

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


Resource Configuration

  • included_vnet_name : Name of the Virtual Network to which the Virtual Machine belongs

  • linked_availability_set_name : Name of the Availability Set to apply to the Virtual Machine

  • size : Size configuration of the Virtual Machine for running workloads

  • computer_name : Hostname of the Virtual Machine

  • admin_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 disk

    • ReadWrite, ReadOnly, None
  • storage_account_type : Storage type for the internal OS disk

    • Standard_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 names

  • primary_network_interface_name : Name of the primary Network Interface

  • tag : Tags used to categorize resources

    • Maximum 512 characters, key:value

Image Settings (source_image)

  • source_image.type : Whether to use a custom image ID

    • recommended, custom_id, custom_input
  • source_image.image_id : ID of the image used to create the VM

  • source_image.image : Image used to create the VM

  • source_image.publisher : Publisher of the image used to create the VM

  • source_image.offer : Offer of the image used to create the VM

  • source_image.sku : SKU of the image used to create the VM

Additional Disk Attachments (disk_attachment)

  • disk_attachment.lun : Logical unit number of the disk

  • disk_attachment.host_caching : Disk caching configuration

    • None, ReadOnly, ReadWrite

References