简体   繁体   English

如何将本地TFS与Azure源代码存储库连接

[英]How to connect on-premises TFS with Azure source code repository

Is it possible to connect on-premises TFS source control to Azure Visual Studio source code repository? 是否可以将本地TFS源控件连接到Azure Visual Studio源代码存储库? If so, could you please write down the steps involved? 如果是这样,请您写下所涉及的步骤吗?

So far I haven't found anything by googlying for the question. 到目前为止,我还没有通过谷歌搜索这个问题找到任何东西。 The only way I can think of is to write a job in the Windows task scheduler that will pick up files from on-premises source control and send them to the Azure TFS. 我能想到的唯一方法是在Windows任务计划程序中编写一个作业,该作业将从本地源代码管理中拾取文件并将其发送到Azure TFS。 I havent done that get but with some effort it can be done. 我还没有做到这一点,但是可以做一些努力。

Is there any other straight forward way of achieving the results? 还有其他直接的方法可以达到结果吗?

If you mean to connect TFS to VSO you can do this with the TFS Integration Tools with a two way sync. 如果您打算将TFS连接到VSO,则可以使用TFS集成工具进行双向同步。 Be warned that this is a really silly thing to do and I would not recommend it. 请注意,这确实很愚蠢,我不建议您这样做。

A better solution would be to simply move to VSO. 更好的解决方案是简单地转向VSO。 You can use a one way sync with the TFS Integration Tools or OpsHub. 您可以与TFS集成工具或OpsHub使用单向同步。 Once there you use VSO as the primary. 在那里,您将使用VSO作为主要对象。

You can still install and use a local TF Build server or a local Release Management server so that you can build and deploy locally. 您仍然可以安装和使用本地TF Build服务器或本地Release Management服务器,以便可以在本地构建和部署。

You can even configure AAD integration to create single sign on from your local domain. 您甚至可以配置AAD集成以从本地域创建单点登录。

http://nakedalm.com/use-corporate-identities-existing-vso-accounts/ http://nakedalm.com/use-corporate-identities-existing-vso-accounts/

http://visualstudiogallery.msdn.microsoft.com/eb77e739-c98c-4e36-9ead-fa115b27fefe http://visualstudiogallery.msdn.microsoft.com/eb77e739-c98c-4e36-9ead-fa115b27fefe

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何将本地服务器连接到azure服务器? - How to connect on-premises server to azure server? 如何将Microsoft Azure连接到本地sql数据库 - how to connect Microsoft Azure to on-premises sql database 将本地Postgresql连接到Azure SQL - Connect On-Premises Postgresql to Azure SQL Azure网站需要连接本地SQL - Azure website need to connect on-premises SQL Azure Functions 连接到本地 SQL Server - Azure Functions connect to on-premises SQL Server 如何在线备份 Azure DevOps 源代码控制并还原到本地 Azure DevOps Server 的实例 - How to backup online Azure DevOps source control and restore to an instance of on-premises Azure DevOps Server Azure网站可用于连接本地和Azure的数据库 - Azure website to connect with databases on-premises as well as on azure 我们如何将Azure服务矩阵群集连接到本地服务/数据库? - How can we connect our Azure service fabric cluster to on-premises service/ database? 如何从 Azure 自动化帐户(Runbook)连接本地活动目录 - How to connect On-Premises Active Directory from Azure Automation account(Runbook) 如何使用C#设置Azure中继混合连接以连接到本地SQL Server? - How to setup azure relay hybrid connections using C# to connect to on-premises SQL Server?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM