OfficeDev / microsoft-teams-faqplusplus-app

DEPRECATED - This repository contains a deprecated version of the FAQ Plus app template. Please see the README file for more details and a link to the new repository
MIT License
48 stars 49 forks source link

deployment failed with conflict error. i've run this several times witht he same issue. i've followed the directions explicitly. any assistance is appreciated #106

Open plevine23 opened 4 years ago

plevine23 commented 4 years ago

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

cagrimunyas commented 4 years ago

Hi, In which resources deployment you get this error? If that's on web/sourcecontrol resource. I've had the same issue. Check my issue #102 . If so I've resolved it by updating librarymanager package. Check my PR, #105 .

Alexp2019 commented 4 years ago

Hi, In which resources deployment you get this error? If that's on web/sourcecontrol resource. I've had the same issue. Check my issue #102 . If so I've resolved it by updating librarymanager package. Check my PR, #105 .

Thank you! This worked for me