> For the complete documentation index, see [llms.txt](https://docs.scepman.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.scepman.com/ja/azure-gou-cheng/application-insights.md).

# Application Insights

{% hint style="info" %}
失敗した要求、可用性、特定の期間にわたるサーバー応答時間など、SCEPman インスタンスに関するデータのグラフィカルな表示を受け取るには、Application Insights を有効にすることをお勧めします。
{% endhint %}

App Service の Application Insights を有効にするには、次の手順に従ってください:

{% stepper %}
{% step %}

### SCEPman App Service に移動します

Azure > App Services > app-scepman-xxxxxx
{% endstep %}

{% step %}

### Application Insights を選択して有効にします

左側のメニューで、Monitoring > Application Insights を展開します

\
![](https://114237723-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LoGejQeUQcw7lqnQ3WX%2Fuploads%2FMArgstgebN61WnjNia6f%2Fimage.png?alt=media\&token=ec4957e9-aadd-46c3-87f3-3a6750ef4dd2)
{% endstep %}

{% step %}

### 新しい Application Insights リソースを作成します

<figure><img src="https://114237723-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LoGejQeUQcw7lqnQ3WX%2Fuploads%2FVZVSTYffAHwaItmhAy1j%2Fimage.png?alt=media&amp;token=86903a80-8ce2-4944-be68-911ccab872cb" alt=""><figcaption></figcaption></figure>

Windows ベースのデプロイの場合は、次を選択します **.NET** そして次を選択します **Collection レベルを推奨にします。** (Linux ベースのデプロイの場合は、次を選択してください **.NET Core**)

**プロファイラー** および **スナップショット デバッガー** は既定で既にオンになっているはずです。

次を **ローカル変数を表示 \[...]** を *オフ*にしないでください。そうしないと、Application Insights により起動の遅延やエラーメッセージが発生する可能性があります。

<figure><img src="https://114237723-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-LoGejQeUQcw7lqnQ3WX%2Fuploads%2FMCAl5cIcXDiLrFSww3GY%2Fimage.png?alt=media&amp;token=5da8e611-eacc-4852-8a8f-c0128bfb9dc2" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### 設定を適用

SCEPman で Application Insights を使用する準備ができました！
{% endstep %}
{% endstepper %}


---

# 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.scepman.com/ja/azure-gou-cheng/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.
