> 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/fr/agent-realmjoin/realmjoin-client/local-admin-password-solution-laps/application-insights.md).

# Application Insights

Application Insights est un service extensible de gestion des performances des applications destiné aux développeurs web sur plusieurs plateformes. Utilisez-le pour surveiller votre application web en direct. Il détectera automatiquement les anomalies de performance. Il comprend de puissants outils d’analyse pour vous aider à diagnostiquer les problèmes et à comprendre ce que les utilisateurs font réellement avec votre application.

## Créer App Insight pour l’audit générique

![](/files/83dca508c2f8c76e69be4d70461b7bb1f99c1710)

* Accédez à **Application Insights** et cliquez sur **+Ajouter**
* Sélectionnez un **Abonnement**
* Sélectionnez un **Groupe de ressources** ou créez un nouveau groupe
* Entrez un **Nom** et sélectionnez un **Région**
* Ensuite, cliquez sur **Vérifier + Créer**
* Vérifiez vos paramètres et cliquez sur **Créer**

Ensuite, copiez la **clé d’instrumentation** et envoyez-la à [support RealmJoin](mailto:support@realmjoin.com).

![](/files/b64bc06fc70ceb59da9b5a57ea93296860608362)

**Exemple de valeur :** `a74393bd-2dee-4a10-9df3-66c8c2b2a9ec`

## App Insight - Rapports

Pour démarrer un rapport, cliquez sur **Rechercher**

![](/files/f87580e9c8a8112a28bd3d2ebec682b3a57d5ea2)

Un aperçu s’affiche, ressemblant à l’exemple suivant :

![](/files/d4049a49bbcd45676c79f4a9911c4d205d8b82f6)


---

# 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/fr/agent-realmjoin/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.
