This template will deploy the following Azure Resources:
- Virtual Network (10.0.0.0/16) with 1 Subnet (10.0.0.0/24) secured by a NSG on the subnet to allow SSH
- Data Science Virtual Machine for Linux (Ubuntu) (Multipled by the number of virtual machines specified in the parameter NumServers)
- Public IP Addresses for each Data Science Virtual Machine
- Single storage account to store all virtual machine diagnostic logs
Caveat for this template you will need to ensure the VNetResourceGroup variable is the same as the resource group you are deploying your VMs into. The default Resource Group name is DataScience