Skip to content

Latest commit

 

History

History
19 lines (18 loc) · 1.61 KB

java-vm-samples.md

File metadata and controls

19 lines (18 loc) · 1.61 KB
Create virtual machines
Manage virtual machines Create, modify, start, stop, and delete virtual machines.
Create a virtual machine from a custom image Create a custom virtual machine image and use it to create new virtual machines.
Create a virtual machine using specialized VHD from a snapshot Create snapshot from the virtual machine's OS and data disks, create managed disks from the snapshots, and then create a virtual machine by attaching the managed disks.
Create virtual machines in parallel in the same network Create virtual machines in the same region on the same virtual network with two subnets in parallel.
Create virtual machines across regions in parallel Create and load-balance a set of virtual machines across multiple Azure regions.
Network virtual machines
Manage virtual networks Set up a virtual network with two subnets and restrict Internet access to them.
Create scale sets
Create a virtual machine scale set with a load balancer Create a VM scale set, set up a load balancer, and get SSH connection strings to the scale set VMs.