Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我知道您可以通过 Azure Devops Services 应用 ARM 模板来创建 VM,但是可以使用 Azure Devops Server 在本地完成吗?
还是只是用powershell构建管道来解决这个问题?
可以使用 Azure Devops Server 在本地完成吗?
是的。Azure Devops Server 也支持应用 ARM 模板来创建 VM。
本地 Azure Devops Server 上的操作与 Azure Devops Service 上的操作类似。
以下是步骤:
步骤 1:创建 ARM 模板并将其上传到 Azure Devops Server 中的 Repo。
步骤 2:创建 Azure 资源管理器服务连接。
第 3 步:设置发布。使用 Azure 资源组部署任务通过 ARM 模板部署 Azure VM。
这是关于使用资源管理器模板的 Azure 虚拟机 CD 的文档