I had two fleets in Azure. I could not provision from the second fleet, until the first fleet was completely gone (or at least invisible to the second fleet). I accomplished this by changing the tag name of the tag youxia.managed_tag on the remaining VM of the first fleet, and only then did the second fleet begin provisioning again.
I think that an additional tag for Azure VMs might be necessary to indicate exactly which fleet that VM belongs to, so that the Deployer won't get confused when it looks to see if there are any existing VMs.
I think this might be relevant:
|
if (deployment.getName().startsWith(managedTagValue)) { |