> For the complete documentation index, see [llms.txt](https://docs.realmjoin.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.realmjoin.com/ja/realmjoin-agent/realmjoin-client/local-admin-password-solution-laps/application-insights.md).

# Application Insights

Application Insights は、複数のプラットフォームに対応した Web 開発者向けの拡張可能なアプリケーション パフォーマンス管理サービスです。これを使用して、実行中の Web アプリケーションを監視できます。パフォーマンスの異常は自動的に検出されます。問題の診断や、ユーザーが実際にアプリで何をしているかを把握するのに役立つ強力な分析ツールが含まれています。

## 一般的な監査用に App Insight を作成する

![](/files/2fb617443b90e38f38ae03176feb732ca8be3458)

* 次に移動します **Application Insights** そしてクリックします **+追加**
* ～を選択します **サブスクリプション**
* ～を選択します **リソース グループ** または新しいグループを作成します
* ～を入力します **名前** そして～を選択します **リージョン**
* 次に、～をクリックします **確認 + 作成**
* 設定を確認して、～をクリックします **作成**

次に、～をコピーして **インストルメンテーション キー** そしてそれを送信します [RealmJoin サポート](mailto:support@realmjoin.com).

![](/files/343c74dbd60daf822fdbaf7c636f2a05ce745dfa)

**例:** `a74393bd-2dee-4a10-9df3-66c8c2b2a9ec`

## App Insight - レポート

レポートを開始するには、～をクリックします **検索**

![](/files/b277749fb5abc63a14ca92107f9190eb7ee278fb)

次の例のような概要が表示されます:

![](/files/d0494c3f0f34c10821d2cf96b30d9f0fa57d5b84)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.realmjoin.com/ja/realmjoin-agent/realmjoin-client/local-admin-password-solution-laps/application-insights.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
