简体   繁体   English

Azure devops 自托管部署代理

[英]Azure devops self-host deploy agent

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,如果我为我的 azure devops Ci\CD 管道使用自托管部署代理,并且该管道是关于部署 Azure databricks notebook 以及构建 Azure sql 数据库项目和部署 dacpac,

what component is required to be installed in that self-host agent?该自托管代理需要安装什么组件?

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 7、8.1 或 10(如果使用客户端操作系统)

• Windows 2008 R2 SP1 or higher (if using a server OS) • Windows 2008 R2 SP1 或更高版本(如果使用服务器操作系统)

• PowerShell 3.0 or higher • PowerShell 3.0 或更高版本

• .NET Framework 4.6.2 or higher • .NET Framework 4.6.2 或更高版本

Note - the minimum required .NET version for build agents is 4.6.2 or higher.注意 - 构建代理所需的最低 .NET 版本是 4.6.2 或更高版本。 If you're building from a Subversion repo, you must install the Subversion client on the machine.如果您从 Subversion 存储库构建,则必须在计算机上安装 Subversion 客户端。

You should run agent setup manually the first time.您应该第一次手动运行代理设置。

Prepare permissions准备权限

Information security for self-hosted agents自托管代理的信息安全

Authenticate with a personal access token (PAT)使用个人访问令牌 (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.在安装自托管代理之前,您可能想看看 Microsoft 托管的代理池是否适合您。 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有关详细信息,请参阅 - https://learn.microsoft.com/en-us/azure/devops/pipelines/agents/agents?view=azure-devops&tabs=browser#install

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

相关问题 Azure DevOps 管道 - 如何通过自托管代理在 docker 容器中执行整个模板阶段 - Azure DevOps pipelines - how to execute a whole template stage in a docker container by a self-hosted agent Azure Devops 管道,知道管道何时完成的方法,使用自托管代理 - Azure Devops pipeline , way to know when pipeline is done , using self hosted agent Azure DevOps 部署到 function - 多个 zip 包 - Azure DevOps deploy to function - multiple zip packages 自托管代理 private.network DevOps 连接问题 - Self-Hosted agent private network DevOps connectivity issue azure 自托管代理的资源限制 - Resource limit on azure self hosted agent 使用 rest api 将笔记本部署到 azure devops - deploy notebooks to azure devops using rest api Azure Devops如何部署static angular app到azure blob存储 - Azure Devops how to deploy static angular app to azure blob storage Azure Devops Deploy Docker image to ec2 instance - Azure Devops Deploy Docker image to ec2 instance Azure DevOps - 将一个构建工件部署到多个站点 Web - Azure DevOps - Deploy One Build Artifact To Multiple Web Sites 如何使用 Azure DevOps CI/CD 部署多个 Azure 函数 - How can I use Azure DevOps CI/CD to deploy multiple Azure Functions
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM