> For the complete documentation index, see [llms.txt](https://docs.duplocloud.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.duplocloud.com/docs/automation-platform/overview-2/azure-services/infra-secrets.md).

# Infra Secrets

Infra Secrets in DuploCloud are used to securely store sensitive information, such as API keys, client secrets, or connection strings, needed for your infrastructure and application configurations. These secrets are managed within DuploCloud and can be used for secure access to services and resources. Infra Secrets provide a way to keep your sensitive data safe while allowing seamless integration with various DuploCloud services.

## Adding an Infra Secret

1. In the DuploCloud Portal, navigate to **Cloud Settings** → **Key Vault**.
2. Select the **Infra Secrets** tab.
3. Click **Add**. The **Add Infra Secret** pane displays.<br>

   <div align="left"><figure><img src="/files/5AqS7i0UnOssuXKGF3aO" alt="" width="327"><figcaption><p>The <strong>Add Infra Secret</strong> pane</p></figcaption></figure></div>
4. Complete the fields:

<table data-header-hidden><thead><tr><th width="117.11114501953125"></th><th></th></tr></thead><tbody><tr><td><strong>Name</strong></td><td>Enter the name of the Infra Secret. DuploCloud suggests using the Tenant name as a prefix.</td></tr><tr><td><strong>Value</strong></td><td>Enter the secret value (e.g., API key, client secret, connection string). This will be securely stored and used by DuploCloud services.</td></tr><tr><td><strong>Type</strong></td><td>Specify the type of secret, such as <code>API Key</code>, <code>Client Secret</code>, or <code>Connection</code>.</td></tr></tbody></table>

4. Click **Save** to store the Infra Secret securely.


---

# 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.duplocloud.com/docs/automation-platform/overview-2/azure-services/infra-secrets.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.
