automation-ops
latest
false
重要 :
このコンテンツの一部は機械翻訳によって処理されており、完全な翻訳を保証するものではありません。 新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。
UiPath logo, featuring letters U and I in white

Automation Ops ユーザー ガイド

最終更新日時 2025年3月31日

サービス接続の設定

Azure Pipelines でサービス接続を使用して UiPath Orchestrator サービスに接続して、オートメーション タスクを実行できます。

For more information, refer to Manage service connections.

考慮事項

UiPath Orchestrator サービス接続の構成を開始する前に、以下のことを考慮に入れておいてください。

  • Orchestrator をオンプレミスで実行する場合は、基本認証方法を使用できます。
  • Orchestrator Cloud バージョン (SaaS) の場合は、外部認証方法を使用して Automation Cloud または Automation Suite™ にプラグインを登録できます。
  • Orchestrator インスタンスが Microsoft Azure Marketplace (PaaS) にデプロイされている場合は、Orchestrator と Identity Server の情報にアクセスする必要があります。

    For more information, refer to Azure Marketplace Deployment.

UiPath Orchestrator サービス接続を構成する

Orchestrator を Azure DevOps に追加するには、次のようにサービス接続を追加して設定する必要があります。

  1. Azure DevOps プロジェクトを開きます (https://yourCompany.visualstudio.com/yourProject など)。
  2. [Project Settings] > [Service connections] に移動します。
  3. Select New service connection and use the search function to find UiPath Orchestrator Connection.
  4. Select Next and choose an authentication method.
  5. いずれかの認証方法にスキップして、設定を続行します。
  6. 次のサービス接続設定を構成します。
    • Service connection nameDescription: サービス接続の名前を入力し、任意で説明を追加します。
    • Grant access permission to all pipelines: プロジェクト レベルのパイプラインにアクセス許可を付与する場合は、このオプションを選択します。

基本認証

この方法は、Orchestrator インスタンスをオンプレミスで実行する場合に使用できます。この認証方法を使用するには、次の設定を構成します。

  • Orchestrator URL - Identity Server が接続する Orchestrator パブリック URL を追加します。(例: https://orchestrator.yourDomain.local)
  • ユーザー名パスワード: Orchestrator のユーザー名とパスワードを入力します。組織でフェデレーション認証を使用している場合は、次のようにユーザー名を追加する必要があります。yourDomain\yourUsername
  • テナント: プロビジョニングされたテナントを追加します。

After you complete the basic authentication settings, return to step 6 in Configuring UiPath Orchestrator service connection to complete the service connection setup.



トークン ベースの認証

トークン ベースの認証の場合は、以下の設定を構成します。

  • Orchestrator URL - Identity Server が接続する Orchestrator パブリック URL を追加します。(例: https://orchestrator.yourDomain.local)
  • アカウント名: 組織の一意の URL を追加します。
  • API Key: You can find the API key in Automation Cloud™ or Automation Suite, under Tenants > API Access. For more information, refer to Viewing API Access Information.
  • テナント: プロビジョニングされたテナントを追加します。

After you complete the token based authentication settings, return to step 6 in Configuring UiPath Orchestrator service connection to complete the service connection setup.



外部アプリケーション

この方法は、Orchestrator インスタンスがクラウドまたは Automation Suite を介して実行される場合に使用できます。 この認証方法では、Automation Cloud または Automation Suite™ で外部アプリケーションを設定し、スコープを指定する必要があります。

  1. Automation Cloud™ または Automation Suite に管理者としてログインし、[ 管理 ] > [外部アプリケーション] に移動します。
  2. Select Add Application and configure the following settings:
  • アプリケーション名: アプリケーションの名前を入力します。
  • アプリケーションの種類: この値を [機密] アプリケーションに設定します。
  • リソース: 次のアプリケーション スコープを設定します。
  1. Select Add Scopes.
  2. [リソース] として [Orchestrator API アクセス] を選択します。
  3. 以下のスコープを選択します。

    • OR.Folders
    • OR.BackgroundTasks
    • OR.TestSets
    • OR.TestSetExecutions
    • OR.TestSetSchedules
    • OR.Settings.Read
    • OR.Robots.Read
    • OR.Machines.Read
    • OR.Execution
    • OR.Assets
    • OR.Users.Read
    • OR.Jobs
    • OR.Monitoring

      このコード ブロックを使用して、アプリケーション スコープのリストをコピーできます。

       OR.Folders OR.BackgroundTasks OR.TestSets OR.TestSetExecutions OR.TestSetSchedules OR.Settings.Read OR.Robots.Read OR.Machines.Read OR.Execution OR.Assets OR.Users.Read OR.Jobs OR.MonitoringOR.Folders OR.BackgroundTasks OR.TestSets OR.TestSetExecutions OR.TestSetSchedules OR.Settings.Read OR.Robots.Read OR.Machines.Read OR.Execution OR.Assets OR.Users.Read OR.Jobs OR.Monitoring
  4. [保存] を選択します。

    • リダイレクト URL: このフィールドは空白のままにできます。
  5. Select Add to register the application.

    重要:
    • アプリケーション ID とシークレットが最後に生成されます。この情報は安全な場所に保存し、後で使用するために手元に置いておいてください。
    • 新しいシークレットを生成して使用すると、古いシークレットは無効になります。

Automation Cloud™ または Automation Suite での外部アプリケーションの登録が完了したら、次の設定を構成できます。

  • Orchestrator URL - Identity Server が接続する Orchestrator パブリック URL を追加します。(例: https://orchestrator.yourDomain.local)
  • Identity URL (Azure Marketplace にデプロイされた Orchestrator の場合のみ): Identity Server の URL を追加します。App Service[概要] セクションにあります。
    注:

    Cloud Orchestrator の場合、[Identity URL] フィールドは空白のままにする必要があります。

  • アカウント名: 組織の一意の URL を追加します。Orchestrator が Azure Marketplace にデプロイされている場合、これは任意です。
  • アプリケーション IDシークレット: 外部アプリの登録によって生成されたアプリケーション ID とシークレットを追加します。
  • アプリケーション スコープ: 外部アプリのリソースとして登録したスコープを追加します。
  • テナント: Orchestrator が Azure Marketplace にデプロイされている場合、これは任意です。

After you complete the external application settings, return to step 6 in Configuring UiPath Orchestrator service connection to complete the service connection setup.



このページは役に立ちましたか?

サポートを受ける
RPA について学ぶ - オートメーション コース
UiPath コミュニティ フォーラム
Uipath Logo White