> 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/automatisation/connecting-azure-automation/required-permissions.md).

# Autorisations de l’application de gestion des runbooks

Cette page décrit les autorisations nécessaires pour que RealmJoin interagisse avec Azure Automation / Runbooks.

Voir [Exigences d’exécution des runbooks](/fr/automatisation/connecting-azure-automation/azure-ad-roles-and-permissions.md) pour voir quelles autorisations doivent être accordées à Azure Automation afin que les runbooks soient utiles dans votre environnement.

## Gestion des runbooks RealmJoin

RealmJoin créera une inscription d’application appelée **Gestion des runbooks RealmJoin** qui est utilisée pour mettre à jour les [Runbooks d’Azure Automation](/fr/automatisation/runbooks.md) dans votre Tenant en fonction de [du dépôt de runbooks partagé de RealmJoin.](https://github.com/realmjoin/realmjoin-runbooks)

Cette application sera également utilisée par RealmJoin Portal pour déclencher l’exécution des runbooks après filtrage des requêtes via [RBAC de RealmJoin](/fr/administration-et-parametres/permission.md) et [Autorisations des runbooks](/fr/automatisation/runbooks/runbook-permissions.md).

Comme cette application est créée individuellement pour votre Tenant, il n’existe pas d’ID d’application connu globalement comme avec [les applications de RealmJoin Portal](/fr/deploiement/required-permissions.md).

Cette application n’aura aucune autorisation API.

### Autorisations des ressources Azure

L’application RealmJoin Runbook Management devra au minimum être Contributor sur le groupe de ressources Azure hébergeant votre compte Azure Automation. En utilisant notre [processus d’intégration](/fr/automatisation/connecting-azure-automation.md) veillera à ce que cette autorisation soit accordée.


---

# 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/automatisation/connecting-azure-automation/required-permissions.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.
