We're trying to send several concurrent operations to Azure and it happens that it's not possible to create/destroy or power On/off more than one virtual machine at the same time.
What we got is a response like this from the REST API:
ConflictError: Windows Azure is currently performing an operation with x-ms-requestid b1c586a11f201307805ea7451d16f9
It seems to happen also with Powershell: I've found this post http://gripdev.wordpress.
How those restricted operations by deployment or cloud service work? All VM lifecycle operations are affected by this? Isn't it possible for Azure to manage concurrent operations?
Does the Management Portal solve this issue somehow?