Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Latest commit

 

History

History

automation_scripts

Automation Scripts

The automation scripts in this directory can be used to provision many Data Science VMs in parallel. These can be used if you are teaching a hands-on tutorial and wish to provide each student with a VM.

Instructions

  1. Install Azure PowerShell - see https://docs.microsoft.com/en-us/powershell/azure/install-azurerm-ps
  2. Clone or download this repo: https://github.com/Azure/active-learning-workshop
  3. Configure the provisioning by editing active-learning-workshop/automation_scripts/ClusterParameters.csv, providing values for SubscriptionID, ResourceGroup, ClusterStartIndex, ClusterEndIndex, and ClusterPrefix
  4. Create a Resource Group with the name you entered in ClusterParameters.csv
  5. In Azure PowerShell, run the following commands:
cd active-learning-workshop\automation_scripts
.\RunDSVMCreation.ps1