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

# Azure Key Vault

Konfigurieren Sie den Anmeldeinformationseintrag Azure Key Vault in Remote Desktop Manager, um Anmeldeinformationen, Zertifikate und Schlüssel sicher aus Azure abzurufen.

Der Anmeldeinformationseintrag ***Azure Key Vault*** wird verwendet, um Anmeldeinformationen, Zertifikate und Schlüssel, die mit dem Key Vault-Dienst von Azure gespeichert sind, sicher abzurufen und zu verwenden. Beim Erstellen eines neuen Eintrags befindet sich ***Azure Key Vault*** unter ***Verwaltung von Anmeldeinformationen***, im Bereich ***Passwortverwaltung***.

<table><thead><tr><th width="238">OPTIONEN</th><th>BESCHREIBUNG</th></tr></thead><tbody><tr><td><strong>URL</strong></td><td>Der <em><strong>DNS-Name</strong></em> Ihres Vault Key in Azure, zu finden im Abschnitt <em><strong>Überblick</strong></em> des Azure-Portals.</td></tr><tr><td><strong>Tenant ID</strong></td><td>Ihre <em><strong>Tenant ID</strong></em>, wie im Abschnitt <em><strong>Überblick</strong></em> des Microsoft Entra ID Azure-Portals angezeigt.</td></tr><tr><td><strong>"Meine Kontoeinstellungen" verwenden</strong></td><td>Wenn aktiviert, ruft diese Option die unter <em><strong>Datei</strong></em> – <em><strong>Meine Kontoeinstellungen</strong></em> gespeicherten Anmeldeinformationen ab (sofern diese konfiguriert wurden).</td></tr><tr><td><strong>Client ID</strong></td><td>Die <em><strong>Application ID</strong></em> Ihres Key Vault in Azure, zu finden im Abschnitt <em><strong>Überblick</strong></em> des Azure-Portals, unter <em><strong>Eigenschaften</strong></em>.</td></tr><tr><td><strong>Client Secret</strong></td><td>Das <em><strong>Client Secret</strong></em> Ihrer App (<em><strong>Ihre App</strong></em> – <em><strong>Zertifikate &#x26; Geheimnisse</strong></em> – <em><strong>Client-Geheimnisse</strong></em>)</td></tr><tr><td><strong>Benutzername</strong></td><td>Der Benutzername Ihrer Datenquelle.</td></tr><tr><td><strong>Geheimnis</strong></td><td>Das Azure Key Vault-Geheimnis, das für das Einfügen von Anmeldeinformationen verwendet werden soll. Klicken Sie auf die drei Punkte (<em><strong>...</strong></em>) rechts neben dem Feld, um ein Geheimnis aus Ihrer Azure-Geheimnisliste auszuwählen.</td></tr><tr><td><strong>Immer mit Liste abfragen</strong></td><td>Wenn aktiviert, ruft diese Option die <em><strong>Azure Key Vault-Geheimnisliste</strong></em> jedes Mal auf, wenn der Eintrag verwendet wird, ob direkt oder für das Einfügen von Anmeldeinformationen.</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/de/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.
