简体   繁体   English

Azure DevOps 部署组

[英]Azure DevOps Deployment Group

Would be great if someone can explain the best architecture for Azure DevOps Deployment Group如果有人能解释 Azure DevOps 部署组的最佳架构,那就太好了

Let's assume I have 10 different applications.假设我有 10 个不同的应用程序。 Source code segregated in different team collection and different team project.源代码隔离在不同的团队集合和不同的团队项目中。

For example:例如:

1.Team Collection 1 1.1 Team Project 1 1.1.1 App 1 1.1.2 App 2 1.1.3 App 3 1.团队集合 1 1.1 团队项目 1 1.1.1 应用程序 1 1.1.2 应用程序 2 1.1.3 应用程序 3

1.2 Team Project 2
   1.2.1 App 4
  1. Team Collection 2 2.1 Team Project 3 2.1.1.团队集合 2 2.1 团队项目 3 2.1.1。 App 5应用程序 5

Cont....继续……

Also I have 3 dev environment front end servers which are common for all 10 applications.我还有 3 个开发环境前端服务器,它们对所有 10 个应用程序都是通用的。

What would be the best approach to setup deployment groups in this my dev environment.在我的开发环境中设置部署组的最佳方法是什么。

  1. How many deployment groups should I create我应该创建多少个部署组

  2. Do I need to specify the agent name while setup in target servers在目标服务器中设置时是否需要指定代理名称

  3. Do I need to setup deployment pools我需要设置部署池吗

How many deployment groups should I create我应该创建多少个部署组

Itis depends on how many Team Collections you have.这取决于你有多少 Team Collections。 When you create a deployment group in a project, it will actually create a deployment pool at the organization level .当您在项目中创建部署组时,它实际上会在组织级别创建一个部署池。

And we could share a deployment group and add a deployment pool and group to another project .我们可以共享一个部署组并将一个部署池和组添加到另一个项目

Do I need to specify the agent name while setup in target servers在目标服务器中设置时是否需要指定代理名称

To configraure the deployment groups, I think we are not need to specify the agent name while setup in target servers.要配置部署组,我认为我们不需要在目标服务器中设置时指定代理名称。

Do I need to setup deployment pools我需要设置部署池吗

I do not think you need to setup deployment pools.我认为您不需要设置部署池。 When we create Deployment Group in Azure DevOps, it automatically create a Deployment Pool for you.当我们在 Azure DevOps 中创建部署组时,它会自动为您创建一个部署池。

You could check the thread for some more details.您可以检查线程以获取更多详细信息。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM