> ## Documentation Index
> Fetch the complete documentation index at: https://docs.cloud.cdata.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Keys

> Store data source authentication information in key vaults.

Connect AI supports storing data source authentication information in key vaults. Instead of entering authentication information directly in the **Add Connection** page for your data source, you enter the name of the key vault. You can then update the information in the key vault without affecting your data connection.

<Note>
  * Currently supports Azure Key Vault. Support for additional key vault providers is planned.
  * Available for Business tier in Connect AI only.
  * Not available for Connect AI Embed.
</Note>

## Create a New Key Vault

<Steps>
  <Step>
    Click **+ Add Vault**. The **Add Azure Key Vault** dialog appears.

    <Frame>
      <img src="https://mintcdn.com/cdata/-CG7rbvPUnfqNHru/en/images/settings_add_vault.png?fit=max&auto=format&n=-CG7rbvPUnfqNHru&q=85&s=b0a823277c2452fe6c866821035434c9" alt="Add Azure key vault" width="601" height="692" data-path="en/images/settings_add_vault.png" />
    </Frame>
  </Step>

  <Step>
    Enter the **Vault Name** of your Azure key vault.
  </Step>

  <Step>
    Enter the **Vault URI**, which can be found on the **Overview** page of your Azure Portal.
  </Step>

  <Step>
    Enter the **Application Id**, also known as the **Client Id**. This value can be found on the **Overview** page of your Azure Portal.
  </Step>

  <Step>
    Enter the **Directory Id**, also known as the **Tenant Id**. This value can be found on the **Overview** page of your Azure Portal.
  </Step>

  <Step>
    Click **Confirm** to save your credentials. If successfully saved, the new key vault appears in the list of key vaults, along with the **Key Vault URL** and **Creation Date**.
  </Step>
</Steps>

Once you create a new key vault, you can use the key vault as a credential for data source connections.

## Delete a Key Vault

To delete a key vault that you no longer use, click the delete icon in the key vault list.
