Reputation: 1477
I am trying to created many virtual machines under a cloud service.
But i am not able to create more than two !! It gives an error telling deployment slot already taken.Even if i change the deployment name , it is giving the same error
Upvotes: 0
Views: 1091
Reputation: 4088
The VMs need exclusive access to the deployment so you'll only be able to create one VM at a time.
Wait until the second VM you are creating completes, then try again.
Upvotes: 1