Skip to main content

LinuxVirtualMachine



Resource Icon

Resource Overview

An Azure Linux Virtual Machine is a virtual machine (VM) running a Linux operating system on Microsoft's Azure cloud computing platform. By running a Linux VM on Azure, users can leverage the scalability, reliability, and global reach of Microsoft's cloud platform while using their preferred Linux distribution.

Associated Resources

Parent Resource

Connected Resources

Resource Setting Values

  • included_vnet_name: The name of the Virtual Network to which to attach the Subnet
  • size: The size of Virtual Machine to run apps and workloads
  • source_image:
    • enabled_custom_image: User image ID enabled or disabled - true or false
    • publisher: The publisher of the image used to create the virtual machines
    • offer: The product id of the image used to create the virtual machines
    • sku: The SKU of the image used to create the Virtual machines
  • enable_ssh_key_authentication: Enable using SSH keys for authentication
  • admin_username: The username of the VM
  • admin_password: The password of the VM
  • on_disk_caching: The type of caching for the internal OS disk.
  • storage_account_type: The size of the internal OS Disk in GB
  • disk_size_gb: The size of the internal OS disk in GB - 1 ~ 32767.
  • disk_attachment: The disk attachment name
  • linked_network_interface_names: The name of Network Interface
  • primary_network_interface_name: The name of Network Interface which should be attached to the Virtual Machine
  • tag : Tag to categorize resources - up to 512 characters, key:value

Reference Materials