Krithika Vittal
Krithika Vittal

Reputation: 1477

How do i create multiple Virtual machines under the same cloud service in Azure?

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

Answers (1)

cory-fowler
cory-fowler

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

Related Questions