Api Windows azure冲突错误

Api Windows azure冲突错误,api,rest,azure,Api,Rest,Azure,我目前正在为每个云服务创建一个VM(java REST API),比如说,如果我并行地给出10个请求,几乎有7-8个请求成功,REST 2-3会得到如下错误消息: ConflictError : Windows Azure is currently performing an operation on this hosted service that requires exclusive access. ConflictError : The operation cannot be perfor

我目前正在为每个云服务创建一个VM(java REST API),比如说,如果我并行地给出10个请求,几乎有7-8个请求成功,REST 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并重新创建。还有其他解决办法吗