> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/pam/es/pam-with-devolutions-cloud/deploy-cloud-services-docker-images.md).

# Desplegar las imágenes docker de Cloud Services

Como Devolutions Cloud es una solución basada en la nube, deben instalarse los servicios de aplicaciones para establecer la comunicación entre esta y los recursos locales, de modo que ciertas funciones puedan funcionar. El [instalador de Devolutions Cloud Services](https://devolutions.net/cloud/download/#services) contiene tres servicios (Encryption, PAM y Reporting), cada uno de los cuales puede activarse por separado según la función que desee utilizar.

Para desplegar uno o varios servicios de Cloud en un contenedor docker, [cree los servicios de aplicaciones que desee](https://docs.devolutions.net/cloud/es/web-interface/administration/configuration-and-security/application-services#creating-an-application-service) en la interfaz web de Devolutions Cloud y siga estos pasos:

1. En la interfaz web de Docker, vaya a ***Account settings*** – ***Personal access token*** – ***Generate new token***. Establezca el permiso del repositorio público en `read-only`. Guarde el token generado para más adelante.
2. En Devolutions Cloud, vaya a ***Administration*** – ***Application service***.
3. ***Edite*** los servicios de Cloud que desee y, a continuación, haga clic en ***Generate Azure template***.
4. Después, en el portal de Azure, vaya a ***Create a resource*** – ***Template deployment (deploy using custom templates)***. Haga clic en ***Build your own template in the editor***.
5. Pegue la plantilla de Azure generada en el paso n.º 2.
6. Rellene los campos de información obligatorios, incluido el token de acceso de docker generado en el paso n.º 1. Haga clic en ***Deploy***.


---

# 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.devolutions.net/pam/es/pam-with-devolutions-cloud/deploy-cloud-services-docker-images.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.
