Azure DevOps 自托管部署代理

发布于 2025-01-19 05:38:07 字数 136 浏览 0 评论 0原文

如果我为我的 azure devops Ci\CD 管道使用自托管部署代理,并且该管道用于部署 Azure databricks 笔记本以及构建 Azure sql 数据库项目和部署 dacpac ,

则需要在该管道中安装什么组件自托管代理 ?

If I am using a self-hosted deployment agent for my azure devops Ci\CD pipeline , and the pipeline is regarding to deploy Azure databricks notebook and also to build Azure sql database project and deploy dacpac ,

what component is required to be installed in that self-host agent ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

┊风居住的梦幻卍 2025-01-26 05:38:07

该自主机代理中需要安装什么组件?

先决条件:

• Windows 7、8.1 或 10(如果使用客户端操作系统)

• Windows 2008 R2 SP1 或更高版本(如果使用服务器操作系统)

• PowerShell 3.0 或更高版本

• .NET Framework 4.6.2 或更高版本

注意 - 构建代理所需的最低 .NET 版本是 4.6.2 或
更高。如果您从 Subversion 存储库进行构建,则必须安装
计算机上的 Subversion 客户端。

您应该第一次手动运行代理安装程序。

准备权限

自托管代理的信息安全

使用个人访问令牌 (PAT) 进行身份验证

确认用户拥有权限

下载并配置代理

在安装自托管代理之前,您可能需要查看是否有
Microsoft 托管的代理池将为您工作。在很多情况下这是
最简单的开始方式。

有关详细信息,请参阅 - https://learn.microsoft.com/en-us/azure/devops/pipelines/agents/agents?view=azure-devops&tabs=browser#install

what component is required to be installed in that self-host agent ?

Prerequisites:

• Windows 7, 8.1, or 10 (if using a client OS)

• Windows 2008 R2 SP1 or higher (if using a server OS)

• PowerShell 3.0 or higher

• .NET Framework 4.6.2 or higher

Note - the minimum required .NET version for build agents is 4.6.2 or
higher. If you're building from a Subversion repo, you must install
the Subversion client on the machine.

You should run agent setup manually the first time.

Prepare permissions

Information security for self-hosted agents

Authenticate with a personal access token (PAT)

Confirm the user has permission

Download and configure the agent

Before you install a self-hosted agent you might want to see if a
Microsoft-hosted agent pool will work for you. In many cases this is
the simplest way to get going.

For more information refer - https://learn.microsoft.com/en-us/azure/devops/pipelines/agents/agents?view=azure-devops&tabs=browser#install

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文