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

# Azure Key Vault

The ***Azure Key Vault*** credential entry is used to securely retrieve and use credentials, certificates, and keys stored with Azure's Key Vault service. When creating a new entry, the ***Azure Key Vault*** is located in ***Credential management***, under ***Password management***.

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

<table><thead><tr><th width="238">OPTIONS</th><th>DESCRIPTION</th></tr></thead><tbody><tr><td><strong>URL</strong></td><td>The <em><strong>DNS Name</strong></em> of your Vault Key in Azure, located under the <em><strong>Overview</strong></em> section of the Azure portal.</td></tr><tr><td><strong>Tenant ID</strong></td><td>Your <em><strong>Tenant ID</strong></em>, as displayed under the <em><strong>Overview</strong></em> section of the Microsoft Entra ID Azure portal.</td></tr><tr><td><strong>Use "My account settings"</strong></td><td>When checked, this option retrieves the credentials store under <em><strong>File</strong></em> – <em><strong>My account settings</strong></em> (provided they have been configured).</td></tr><tr><td><strong>Client ID</strong></td><td>The <em><strong>Application ID</strong></em> of your Key Vault in Azure, found in the <em><strong>Overview</strong></em> section of the Azure portal, under <em><strong>Properties</strong></em>.</td></tr><tr><td><strong>Client Secret</strong></td><td>Your app's <em><strong>Client Secret</strong></em> (<em><strong>Your app</strong></em> – <em><strong>Certificates &#x26; secrets</strong></em> – <em><strong>Client secrets</strong></em>)</td></tr><tr><td><strong>Username</strong></td><td>Your workspace username.</td></tr><tr><td><strong>Secret</strong></td><td>The Azure Key Vault secret to use for credential injection. Click the three dots (<em><strong>...</strong></em>) right of the field to choose a secret from your Azure secrets list.</td></tr><tr><td><strong>Always prompt with list</strong></td><td>When checked, this option brings up the <em><strong>Azure Key Vault secrets list</strong></em> whenever the entry is used, whether directly or for credential injection.</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:

```
GET https://docs.devolutions.net/rdm/knowledge-base/knowledge-base-articles/entry-settings/azure-key-vault.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
