我目前正在为每个云服务创建一个虚拟机(java REST API),比如如果我并行提供10个请求,将近7-8个成功,其余2-3个获取错误信息如下:
ConflictError : Windows Azure is currently performing an operation on this hosted service that requires exclusive access.
ConflictError : The operation cannot be performed at this time because a conflicting operation is underway. Please retry later.
ConflictError : The specified DNS name is already taken.
在那个例子中,我删除了cloudservice / VM并重新创建。还有其他解决方法吗?