我尝试将Bitbucket配置为Web应用程序的部署源。
此应用程序位于应用程序服务环境v2中,即被阻止"从外面看,我无法从Visual Studio部署。
当我尝试连接bitbucket时,我收到此错误:
Failed to set up deployment source for web app almondstech, using Bitbucket. {"Code":"BadRequest","Message":"Repository 'UpdateSiteSourceControl' operation failed with Microsoft.Web.Hosting.SourceControls.OAuthException: Bitbucket AddWebHook: (400) BadRequest.
at Microsoft.Web.Hosting.SourceControls.BitbucketV2Proxy.d__41.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
t System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.Web.Hosting.Administration.BitbucketV2SiteRepositoryProvider.d__6.MoveNext()
'UpdateSiteSourceControl' operation failed with Microsoft.Web.Hosting.SourceControls.OAuthException: Bitbucket AddWebHook: (400) BadRequest. at Microsoft.Web.Hosting.SourceControls.BitbucketV2Proxy.d__41.MoveNext()\r\n--- End of stack trace from previous location where exception was thrown ---\r\n at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)\r\n at
我已经尝试在Bitbucket和多个浏览器上再次删除/添加应用程序,但结果总是相同。
由于