This post is details my method for automating the creation of AzureRM virtual machines for use in a development environment. I’m using this process to quickly standup an environment for testing configurations on.
In summary this process;
- parallel creation of the AzureRM Virtual Machines
-
All machines have the same configuration
- NIC, Disks etc
- All machines are created in a new Resource Group, with associated Virtual Network
Simultaneous Creating the AzureRM Virtual Machines for MIM 2016
For my MIM 2016 Lab I’m going to create 5 Virtual Machines.… keep reading