gpt4 book ai didi

azure - 如何在 Azure DevOps 中动态创建功能分支的应用程序服务

转载 作者:行者123 更新时间:2023-12-04 15:34:06 26 4
gpt4 key购买 nike

我正在 core3.1 中开发 API。我们有一个构建管道,可以对任何分支的任何更改进行构建和单元测试。并发布开发和主分支的管道。它们部署到 Azure 中的指定应用服务。

现在我们想要一个功能分支的发布管道。因此,我们想要的是一个可以为每个功能分支动态创建应用程序服务并部署到该应用程序服务的管道。并且最好在删除分支时动态删除应用程序服务。

只是为了澄清一下我们希望的过程:

a developer creates feature branch and pushes it > 
the build pipeline builds it >
an app service gets created automatically >
stuff gets deployed to that app service >
developers work on the branch and changes get build and deployed to the app service like normal >
at some later point a developer deletes branch >
app service gets deleted automaticcaly

有什么办法可以实现这一点吗?也许有一个标准的方法?功能分支位于子文件夹中,例如“壮举/功能分支名称”。我对 Azure 和 DevOps 还很陌生。任何帮助都是appriced。提前致谢。

最佳答案

您应该遵循基础架构即代码 (IaC) 的做法,并在管道中使用 ARM 模板来创建/更新/删除 Azure 资源。您还可以使用 Azure DevOps 中提供的内置任务来 deploy your ARM templates .

关于azure - 如何在 Azure DevOps 中动态创建功能分支的应用程序服务,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60373832/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com