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

# Permisos de la aplicación de administración de runbooks

Esta página describe los permisos necesarios para que RealmJoin interactúe con Azure Automation / Runbooks.

Vea [Requisitos de ejecución de runbooks](/es/automatizacion/connecting-azure-automation/azure-ad-roles-and-permissions.md) para ver qué permisos deben concederse a Azure Automation para que los runbooks sean útiles en su entorno.

## Gestión de Runbooks de RealmJoin

RealmJoin creará un registro de aplicación llamado **Gestión de Runbooks de RealmJoin** que se usa para actualizar los [Runbooks de Azure Automation](/es/automatizacion/runbooks.md) en su Tenant basados en [el repositorio compartido de runbooks de RealmJoin.](https://github.com/realmjoin/realmjoin-runbooks)

Esta aplicación también será usada por RealmJoin Portal para activar la ejecución de runbooks después de filtrar las solicitudes a través de [el RBAC de RealmJoin](/es/administracion-y-configuracion/permission.md) y [Permisos de runbook](/es/automatizacion/runbooks/runbook-permissions.md).

Como esta aplicación se crea individualmente para su Tenant, no existe un ID de aplicación conocido globalmente como con [las aplicaciones de RealmJoin Portal](/es/implementacion/required-permissions.md).

Esta aplicación no tendrá ningún permiso de API.

### Permisos de recursos de Azure

La aplicación RealmJoin Runbook Management deberá tener al menos el rol Contributor en el grupo de recursos de Azure que aloja su cuenta de Azure Automation. Usando nuestro [proceso de incorporación](/es/automatizacion/connecting-azure-automation.md) se asegurará de que se conceda este permiso.


---

# 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/es/automatizacion/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.
