# Application Insights

{% hint style="info" %}
Wir empfehlen, Application Insights zu aktivieren, um eine grafische Darstellung von Daten zu Ihrer SCEPman-Instanz zu erhalten, wie z. B. fehlgeschlagene Anfragen, Verfügbarkeit und Server-Antwortzeit über einen bestimmten Zeitraum.
{% endhint %}

Um Application Insights für Ihren App Service zu aktivieren, befolgen Sie bitte diese Anweisungen:

{% stepper %}
{% step %}

### Navigieren Sie zu Ihrem SCEPman App Service

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

{% step %}

### Application Insights auswählen und aktivieren

Erweitern Sie im Menü links Überwachung > Application Insights

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

{% step %}

### Erstellen Sie eine neue Application Insights-Ressource

<figure><img src="/files/cba7d9a329cb4752c22a023136359fb54c09db64" alt=""><figcaption></figcaption></figure>

Für Windows-basierte Bereitstellungen wählen Sie **.NET** und wählen Sie die **Erfassungsebene Recommended.** (Für Linux-basierte Bereitstellungen wählen Sie bitte **.NET Core**)

**Profiler** und **Snapshot-Debugger** sollte bereits standardmäßig aktiviert sein.

Lassen Sie **Lokale Variablen \[...] anzeigen** auf *Aus*stellen, andernfalls kann Application Insights Startverzögerungen und Fehlermeldungen verursachen.

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

{% step %}

### Einstellungen anwenden

Sie sind jetzt bereit, Application Insights für SCEPman zu verwenden!
{% 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/de/azure-konfiguration/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.
