Deployment failure - Source controls conflict
aqyx opened this issue · 3 comments
Same issue as has been reported previously, it's causing all deployments to multiple regions to fail completely when synchronising the app service.
{
"status": "Failed",
"error": {
"code": "ResourceDeploymentFailure",
"message": "The resource operation completed with terminal provisioning state 'Failed'."
}
}
Attempting to resync, or disconnect and reconnect then resync also fails.
Deployment fails with the same issue. Please find the error below.
{ "code": "DeploymentFailed", "message": "At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/DeployOperations for usage details.", "details": [ { "code": "Conflict", "message": "{\r\n \"status\": \"Failed\",\r\n \"error\": {\r\n \"code\": \"ResourceDeploymentFailure\",\r\n \"message\": \"The resource operation completed with terminal provisioning state 'Failed'.\"\r\n }\r\n}" } ] }
I have the same error as indicated above during deployment. Deployment fails.
Any update on this ? It is holding us back from deploying :(