Azure DevOps 自托管部署代理
如果我为我的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
先决条件:
• Windows 7、8.1 或 10(如果使用客户端操作系统)
• Windows 2008 R2 SP1 或更高版本(如果使用服务器操作系统)
• PowerShell 3.0 或更高版本
• .NET Framework 4.6.2 或更高版本
您应该第一次手动运行代理安装程序。
准备权限
自托管代理的信息安全
使用个人访问令牌 (PAT) 进行身份验证
确认用户拥有权限
下载并配置代理
有关详细信息,请参阅 - https://learn.microsoft.com/en-us/azure/devops/pipelines/agents/agents?view=azure-devops&tabs=browser#install
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
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
For more information refer - https://learn.microsoft.com/en-us/azure/devops/pipelines/agents/agents?view=azure-devops&tabs=browser#install