If you try to bring up the Chef Server (#14 ) in parallel on Azure, the provisioning fails.
Steps
Execute vagrant up
Expected
Two machines should be created, a Chef Server and a Windows node.
Actual
This is because both machines may try to create the same resources, via simultaneous deployments to the same resource group. This could cause a race condition and a situation similar to the image above.
Summary
If you try to bring up the Chef Server (#14 ) in parallel on Azure, the provisioning fails.
Steps
vagrant up
Expected
Two machines should be created, a Chef Server and a Windows node.
Actual
This is because both machines may try to create the same resources, via simultaneous deployments to the same resource group. This could cause a race condition and a situation similar to the image above.