VSTS和Azure使用

时间:2017-04-09 07:41:30

标签: azure azure-pipelines octopus-deploy

我正在尝试了解 VSTS AZURE 之间的关系。 我打算在Azure中部署一些应用程序,并想知道Azure中是否有任何方法可以维护版本和构建?还是我们必须使用VSTS?

修改

我目前拥有内部部署TFS中的所有内容,并使用内部部署MS Release Management来管理我的版本(这有点复杂)。

现在Azure确实提供了使用App Service集成的持续部署,但我觉得对于具有相对简单的发布计划的简单应用程序可能更容易(这个假设是否正确?)。探索Azure,我也看到了Octopus部署(在计算部分)。这是否意味着我们可以在不使用VSTS的情况下管理Azure内部的部署? (我目前不关心TFS内的工作项目,积压和流程)

1 个答案:

答案 0 :(得分:1)

关于VSTS与Azure之间的关系。

  1. 要使用Azure AD Team Services对用户进行身份验证并控制访问权限:Access with Azure Active Directory (Azure AD)
  2. 当您需要更多用户,管道等时设置结算... Set up billing to pay for users, pipelines, and cloud-based load testing in Visual Studio Team Services
  3. 关于将应用程序部署到azure,有很多方法,例如:

    1. Continuous Deployment to Azure App Service,源代码可以是VSTS,Git,Bitbucket等......
    2. VSTS构建和发布,源代码可以是VSTS,GitHub,External Git和Subversion:Build definition repository
    3. 一些工具,例如Visual Studio:Using Visual Studio 2015 and Deploying your first web app to your FREE Azure Subscription