このページの内容
起動して実行するために必要なもの
Insight Azure Integration requires both JIRA (Core, Software or Service Desk) and Insight to function.
Insight Azure 統合のダウンロードとインストール
The latest version of Insight Azure can be downloaded from Atlassian Marketplace.
Setting up Insight synchronization
You need to setup Insight in order to import data from Azure. Read about how to setup up Insight here.
1. ディレクトリ ID の取得
1.1) ダッシュボードの左側のナビゲーション メニューで、[すべてのサービス] > [Azure Active Directory] を選択します。
1.2) [管理] まで下にスクロールし、[プロパティ] を開きます。
1.3) インポート設定で使うためにディレクトリ ID を書き留めます。
2. サブスクリプション ID の取得
2.1) ダッシュボードの左側のナビゲーション メニューで、[すべてのサービス] > [サブスクリプション] を選択します。
2.2) インポート設定で使うためにサブスクリプション ID を書き留めます。
3. アクセス アプリの作成
API-Gateway に使用するアプリを作成する必要があります。
3.1) ダッシュボードの左側のナビゲーション メニューで、[すべてのサービス] > [Azure Active Directory] を選択します。
3.2) [App registrations (アプリの登録)] に移動します。[New registration (新規登録)] を選択します。
3.3) 任意のアプリ名を入力します。例: 「insight-azure-integration」
3.4) アプリの登録を作成します。
4. アプリ シークレット キーの作成
4.1) 前に作成したアプリの設定に移動します。
4.2) Select Certificates & secrets
4.3) Click New client secret
4.4) Enter a Description for the Key (e.g. AppKey), choose a duration and click Save.
4.5) Note the generated Key-Value for using it in the import configuration.
5. アプリ ロールの割り当て
6.1) ダッシュボードの左側のナビゲーション メニューで、[すべてのサービス] > [サブスクリプション] を選択します。
サブスクリプションを選択/開きます。
6.2) Select Access control (IAM)
6.3) Select Role assignments
6.4) Click Add
6.5) Choose Role = Reader and search at the select for the Application name that you have created in step 3
6. 必要な権限の確認
6.1) 前に作成したアプリの設定に移動します。
6.2) [API 権限] を選択します。
6.3) 委譲された権限 User.Read が存在することを確認します。(既定)
Azure Graph データを取得する場合、次の手順は必須です。
6.4) ダッシュボードの左側のナビゲーション メニューで、[すべてのサービス] > [Azure Active Directory] を選択します。
6.5) [App registrations (アプリの登録)] に移動します。ステップ 2 で作成したアプリの登録を選択します。
6.6) [API 権限] をクリックし、権限を追加します。
6.7) [Microsoft Graph] を選択します。
6.8) [アプリケーションの権限] を選択します。
6.9) ユーザーを選択して追加し、[User.Read.All] をチェックします。
6.10) 以下についてステップ 6.7 から繰り返します。
- "Group.Read.All"
- "Device.ReadWrite.All"
- "DeviceManagementManagedDevices.Read.All"
6.11) [Azure Active Directory Graph] を選択します。
6.12) [アプリケーションの権限] を選択します。
6.13) アプリを選択して追加し、[Application.ReadWrite.All] をチェックします。
6.14) [Grant admin consent for <Your Subscription> (<サブスクリプション> に対する管理者の同意を付与)] をクリックします。