
Recently I found myself in the need to deploy a rather large number of IaaS VMs. They all should see each other using a VNet. Well, a very patient man could simply deploy one-at-a-time. But why be patient when you can hack?
I figured I’d try to create one cloud service per VM (and place the VM there). I may test many per service later. But in the meantime, I figured if we have many simultaneous requests to provision we’d likely face errors. And in the cloud, errors are OK – ...