Azure / azure-linux-extensions

Linux Virtual Machine Extensions for Azure
Apache License 2.0
303 stars 253 forks source link

Can't deploy multiple machines simultaneously #332

Open a8ree opened 7 years ago

a8ree commented 7 years ago

I'm trying to deploy some VM's from template that use the custom linux extension.

Deploying a single machine at at a time completes OK however when multiple are running, only the first completes and the rest error with

RESOURCE ID/subscriptions/37beac69-e9c7-40fc-9d7b-6c1adf274184/resourceGroups/cybersecurity/providers/Microsoft.Resources/deployments/microsoft.custom-script-linux-20161015135026 STATUSMESSAGE{ "error": { "code": "DeploymentActive", "message": "Unable to edit or replace deployment 'microsoft.custom-script-linux-20161015135026': previous deployment from '2/1/2017 10:25:13 PM' is still active (expiration time is '2/8/2017 10:25:13 PM'). Please see https://aka.ms/arm-deploy for usage details." } } RESOURCE microsoft.custom-script-linux-20161015135026

boumenot commented 7 years ago

This is not my expectation. Would you please attach the template you used to execute this deployment? When you followed https://aka.ms/arm-deploy were you able to find any interesting details?