Home > database >  Failed to set up deployment: Repository UpdateSiteSourceControl operation failed with Microsoft.Web.
Failed to set up deployment: Repository UpdateSiteSourceControl operation failed with Microsoft.Web.

Time:12-17

I am trying to connect my Azure App services to Azure DevOps repository I am getting the following error, any guidance or resolutions

Failed to set up deployment: Repository UpdateSiteSourceControl operation failed with Microsoft.Web.Hosting.SourceControls.OauthException: Vso AddWebHook: 
Failed because you are not an administrator on the VSTS project.

CodePudding user response:

The error is clear, you need administrator right in the Azure DevOps

  • Related