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 35 forks source link

Deployment Fails - Source Control #9

Closed lkisweeney closed 3 years ago

lkisweeney commented 3 years ago

Hi The Template is failing

{ "status": "Failed", "error": { "code": "ResourceDeploymentFailure", "message": "The resource operation completed with terminal provisioning state 'Failed'." } }

Microsoft.Web/sites/sourcecontrols

Deployment Correlation ID eecbd6b5-a804-4a37-86ba-97d7cdab9505

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

The app and resource group has a unique name.

Where could the conflict be?

abbodh commented 3 years ago

It seems there is an issue with dependent package of app insights - https://github.com/microsoft/ApplicationInsights-JS/issues/1293

We are working on updating the version to resolve build failure.

abbodh commented 3 years ago

10 has the fix available. This is under review and should be available soon in master branch.

lkisweeney commented 3 years ago

Thanks @abbodh - Is the master branch likely to be updated this week?

abbodh commented 3 years ago

@lkisweeney it's merged to master today.

Tip: If you have the instance still up, please just 'Sync' the app service instead of doing end to end deployment again.

lkisweeney commented 3 years ago

Thanks - all deployed and working.

lkisweeney commented 3 years ago

@abbodh - is there a way the moderator can update the user's idea with current status...or would we need to extend this ourselves?