> 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/it/pam-with-devolutions-cloud/deploy-cloud-services-docker-images.md).

# Distribuire le immagini docker di Cloud Services

Poiché Devolutions Cloud è una soluzione basata sul cloud, è necessario installare i servizi applicativi per stabilire la comunicazione tra essa e le risorse locali affinché alcune funzionalità possano funzionare. Il [programma di installazione di Devolutions Cloud Services](https://devolutions.net/cloud/download/#services) contiene tre servizi (Encryption, PAM e Reporting), ciascuno dei quali può essere attivato separatamente a seconda della funzionalità che desidera utilizzare.

Per distribuire uno o più servizi Cloud in un container docker, [crei i servizi applicativi desiderati](https://docs.devolutions.net/cloud/it/web-interface/administration/configuration-and-security/application-services#creating-an-application-service) nell'interfaccia web di Devolutions Cloud e segua questi passaggi:

1. Nell'interfaccia web di Docker, vada in ***Account settings*** – ***Personal access token*** – ***Generate new token***. Imposti l'autorizzazione del repository pubblico su `read-only`. Salvi il token generato per un uso successivo.
2. In Devolutions Cloud, vada in ***Amministrazione*** – ***Servizio applicativo***.
3. ***Modifichi*** i servizi Cloud desiderati, quindi faccia clic su ***Genera modello Azure***.
4. Successivamente, nel portale di Azure, vada in ***Create a resource*** – ***Template deployment (deploy using custom templates)***. Faccia clic su ***Build your own template in the editor***.
5. Incolli il modello Azure generato durante il passaggio n. 2.
6. Compili i campi informativi richiesti, incluso il token di accesso docker generato durante il passaggio n. 1. Faccia clic su ***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/it/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.
