> 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

Der Anmeldeinformations-Eintrag ***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***.

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

<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 sie im Abschnitt <em><strong>Überblick</strong></em> des Microsoft Entra ID Azure-Portals angezeigt wird.</td></tr><tr><td><strong>"Meine Kontoeinstellungen" verwenden</strong></td><td>Wenn diese Option aktiviert ist, werden die unter <em><strong>Datei</strong></em> – <em><strong>Meine Kontoeinstellungen</strong></em> gespeicherten Anmeldeinformationen abgerufen (sofern sie 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 secrets</strong></em>)</td></tr><tr><td><strong>Benutzername</strong></td><td>Ihr Benutzername der Datenquelle.</td></tr><tr><td><strong>Secret</strong></td><td>Das Azure Key Vault-Secret, das für das Einfügen von Anmeldeinformationen verwendet werden soll. Klicken Sie auf die drei Punkte (<em><strong>...</strong></em>) rechts vom Feld, um ein Secret aus Ihrer Azure-Secrets-Liste auszuwählen.</td></tr><tr><td><strong>Immer mit Liste abfragen</strong></td><td>Wenn diese Option aktiviert ist, wird die <em><strong>Azure Key Vault-Secrets-Liste</strong></em> jedes Mal angezeigt, 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.
