# Application Insights

{% hint style="info" %}
We recommend enabling Application Insights to receive a graphical representation of data about your SCEPman instance such as Failed requests, Availability, and Server response time over a given duration.
{% endhint %}

To activate the Application Insights for your App Service, please follow these instructions:

{% stepper %}
{% step %}

### Navigate to your SCEPman App Service

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

{% step %}

### Select and Turn on Application Insights

On the lefthand menu, expand Monitoring > Application Insights

\
![](/files/xzZNA28BX3PkW8eUD9yd)
{% endstep %}

{% step %}

### Create a new Application Insights resource

<figure><img src="/files/2B7ScnCNFJxotXdc8qwM" alt=""><figcaption></figcaption></figure>

For Windows based deployments, select **.NET** and select the **Collection level Recommended.** (For Linux based deployment, please choose **.NET Core**)

**Profiler** and **Snapshot debugger** should be turned on by default already.

Leave **Show local variables \[...]** as *Off*, otherwise, Application Insights may cause startup delays and error messages.

<figure><img src="/files/ImmgmvegLMNuiU0jlZu5" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Apply settings

You're now set to use Application Insights for SCEPman!
{% endstep %}
{% endstepper %}


---

# Agent Instructions: 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:

```
GET https://docs.scepman.com/azure-configuration/application-insights.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
