OfficeDev / microsoft-teams-apps-greatideas

An “innovation challenge” system that lets employees submit and share ideas and insights, with voting and contests. An app using which employees can submit an innovative idea in a selected category to be visible to all colleagues and leadership, ideas can be voted upon and a leader board of best idea contributors can be shared. This app can also be a route to file patent ideas by anyone in an organization.
MIT License
84 stars 36 forks source link

Deployment failure - Source controls conflict #22

Open aqyx opened 3 years ago

aqyx commented 3 years ago

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.

thalluripk commented 3 years ago

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}" } ] }

ushakrishnan commented 3 years ago

I have the same error as indicated above during deployment. Deployment fails.

lerra commented 3 years ago

Any update on this ? It is holding us back from deploying :(