orchestrator
2024.10
true
- 入门指南
- 要求
- 最佳实践
- 安装
- 正在更新
- 身份服务器
- High Availability Add-On
- 对启动错误进行故障排除
Azure 应用程序服务安装
Orchestrator 安装指南
Last updated 2024年10月21日
Azure 应用程序服务安装
Azure 安装脚本使您能够在一个或多个节点上安装 Orchestrator。
重要提示:
1. 在下面列出的安装过程中,所有步骤都是必需的。如果不安装 Identity Server,Orchestrator 将无法工作。
2. 在开始安装 Orchestrator 之前,请确保证书由 Azure 信任的证书颁发机构颁发,例如 DigiCert。
3. 不支持 Azure Stack,因为可能会发生 API 不兼容性。 请使用 Azure Cloud 进行部署。
要在 Azure 应用程序服务上安装 Orchestrator,请执行以下步骤:
- 通过您自己的用户身份 - 使用 Azure PowerShell 登录时,请使用 -noAzureAuthentication 参数。
- 通过服务主体 - 创建可以访问 Orchestrator 应用程序服务和资源组的 Azure AD 应用程序和服务主体。或者,请让友好的 DevOps 团队为您提供 Azure 服务主体 ID 和密码,该 ID 和密码可以访问应用程序服务和相关资源组。
- 通过您自己的用户身份 - 使用 Azure PowerShell 登录 时,请使用-noAzureAuthentication参数。
- 创建可以访问身份应用程序服务和资源组的 Azure AD 应用程序和服务主体。或者,请让友好的 DevOps 团队为您提供 Azure 服务主体 ID 和密码,该 ID 和密码可以访问应用程序服务和相关资源组。
- 通过您自己的用户身份 - 使用 Azure PowerShell 登录 时,请使用-noAzureAuthentication参数。
- 通过服务主体 - 创建可以访问资源目录应用程序服务和资源组的 Azure AD 应用程序和服务主体。或者,请让友好的 DevOps 团队为您提供 Azure 服务主体 ID 和密码,该 ID 和密码可以访问应用程序服务和相关资源组。
注意: 多节点安装需要设置 High Availability Add-on。
要在 Azure 应用程序服务的多个节点上安装 Orchestrator,请执行以下步骤:
- 通过您自己的用户身份 - 使用 Azure PowerShell 登录 时,请使用-noAzureAuthentication参数。
- 创建可以访问身份应用程序服务和资源组的 Azure AD 应用程序和服务主体。或者,请让友好的 DevOps 团队为您提供 Azure 服务主体 ID 和密码,该 ID 和密码可以访问应用程序服务和相关资源组。
-
在 Azure 门户的“应用程序服务”下,使用自定义名称(例如
UiPathResourceCatalogService
)创建新的应用程序服务。创建网页应用程序时,请确保选择堆栈.NET 8 (LTS)
。有关详细信息,请参阅 Microsoft 官方文件。 - 导航到“设置”>“配置”>“常规设置”选项卡,然后为平台选择“64 位”。
- 在网页应用程序的配置>连接字符串中设置数据库连接字符串,名称为
DefaultConnection
。例如,Server=13.13.13.13;Initial Catalog=UiPath;Persist Security Info=False;User ID=dbUser;Password=pass123; MultipleActiveResultSets=False;Encrypt=True; Connection Timeout=30;TrustServerCertificate=True
。 - 我们的脚本支持以下两种 Azure PowerShell 身份验证机制:
- 通过您自己的用户身份 - 使用 Azure PowerShell 登录 时,请使用-noAzureAuthentication参数。
- 通过服务主体 - 创建可以访问资源目录应用程序服务和资源组的 Azure AD 应用程序和服务主体。或者,请让友好的 DevOps 团队为您提供 Azure 服务主体 ID 和密码,该 ID 和密码可以访问应用程序服务和相关资源组。