> 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/rdm/it/knowledge-base/knowledge-base-articles/entry-settings/azure-key-vault.md).

# Azure Key Vault

La voce di credenziali ***Azure Key Vault*** viene utilizzata per recuperare e utilizzare in modo sicuro credenziali, certificati e chiavi memorizzati con il servizio Key Vault di Azure. Quando si crea una nuova voce, ***Azure Key Vault*** si trova in ***Gestione delle credenziali***, sotto ***Gestione delle password***.

![](https://cdnweb.devolutions.net/docs/RDMW4413_2025_3.png)

<table><thead><tr><th width="238">OPZIONI</th><th>DESCRIZIONE</th></tr></thead><tbody><tr><td><strong>URL</strong></td><td>Il <em><strong>DNS Name</strong></em> della sua Vault Key in Azure, situato nella sezione <em><strong>Panoramica</strong></em> del portale di Azure.</td></tr><tr><td><strong>Tenant ID</strong></td><td>Il suo <em><strong>Tenant ID</strong></em>, come visualizzato nella sezione <em><strong>Panoramica</strong></em> del portale di Azure per Microsoft Entra ID.</td></tr><tr><td><strong>Usa "Impostazioni del mio account"</strong></td><td>Se selezionata, questa opzione recupera le credenziali memorizzate in <em><strong>File</strong></em> – <em><strong>Impostazioni del mio account</strong></em> (a condizione che siano state configurate).</td></tr><tr><td><strong>Client ID</strong></td><td>L'<em><strong>Application ID</strong></em> del suo Key Vault in Azure, disponibile nella sezione <em><strong>Panoramica</strong></em> del portale di Azure, sotto <em><strong>Proprietà</strong></em>.</td></tr><tr><td><strong>Client Secret</strong></td><td>Il <em><strong>Client Secret</strong></em> della sua app (<em><strong>La sua app</strong></em> – <em><strong>Certificati e segreti</strong></em> – <em><strong>Segreti client</strong></em>)</td></tr><tr><td><strong>Nome utente</strong></td><td>Il nome utente del suo spazio di lavoro.</td></tr><tr><td><strong>Segreto</strong></td><td>Il segreto di Azure Key Vault da utilizzare per l'iniezione delle credenziali. Clicchi sui tre puntini (<em><strong>...</strong></em>) a destra del campo per scegliere un segreto dall'elenco dei suoi segreti di Azure.</td></tr><tr><td><strong>Richiedi sempre con elenco</strong></td><td>Se selezionata, questa opzione visualizza l'<em><strong>elenco dei segreti di Azure Key Vault</strong></em> ogni volta che la voce viene utilizzata, sia direttamente sia per l'iniezione delle credenziali.</td></tr></tbody></table>


---

# 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/rdm/it/knowledge-base/knowledge-base-articles/entry-settings/azure-key-vault.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.
