If you get this error while deploying the role to Windows Azure, you might be wandering.
Error: Windows Azure is currently performing an operation on this deployment that requires exclusive access. Http Status Code: Conflict OperationId: …
Solution:
The solution is very simple one. You have probably forgotten to setup the right storage account in the role configuration:
<Setting name="CloudStorageAccount" value="UseDevelopmentStorage=true" />
Posted
Jan 05 2012, 11:27 PM
by
Damir Dobric