Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/azure/13.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何将现有网站的git回购从azure更改为bitbucket_Git_Azure_Azure Web App Service - Fatal编程技术网

如何将现有网站的git回购从azure更改为bitbucket

如何将现有网站的git回购从azure更改为bitbucket,git,azure,azure-web-app-service,Git,Azure,Azure Web App Service,我在其中一个Azure git repo上有一个代码库,即.*.scm.azurewebsites.net:443,我已经迁移到bitbucket上的repo。如何更改azure网站上的配置以使用此新存储库 我知道如何使用新的Azure网站,我正在查找有关修改现有存储库的说明。在网站的仪表板上,单击屏幕左侧的“删除Git存储库”链接,然后刷新仪表板并单击“从源代码管理设置部署”链接,在那里,您可以选择您的Bitbucket存储库 注意:删除git存储库不会影响wwwroot下的站点。删除存储库不

我在其中一个Azure git repo上有一个代码库,即.*.scm.azurewebsites.net:443,我已经迁移到bitbucket上的repo。如何更改azure网站上的配置以使用此新存储库


我知道如何使用新的Azure网站,我正在查找有关修改现有存储库的说明。

在网站的仪表板上,单击屏幕左侧的“删除Git存储库”链接,然后刷新仪表板并单击“从源代码管理设置部署”链接,在那里,您可以选择您的Bitbucket存储库


注意:删除git存储库不会影响wwwroot下的站点。

删除存储库不会触及网站本身这一事实很难找到,但可能是我看到按钮时的第一个恐惧,所以谢谢Amit。它现在实际上被称为断开与Bitbucket的连接,或者我想象中的远程git所在的位置。