falldamagestudio / plastic-cloud-to-ucb

Enable Unity Cloud Build to build Unity projects stored in Plastic Cloud
6 stars 1 forks source link

Azure scripts should connect a persistent disk #17

Closed Kalmalyzer closed 7 years ago

Kalmalyzer commented 7 years ago

The current Azure script will set up a VM of a default type, with just the VM's own disk. It should choose a smaller VM and attach a managed disk to it instead.

An A1 (1 CPU, 1.75GB mem, 40GB HDD) instance with an S20 (256GB) managed disk would be a better combination. Azure docs and helper script from the comments

Kalmalyzer commented 7 years ago

Azure support has been removed due to removal of docker-machine config path.