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

# Azure DevOps

> Azure DevOps Import with Paradime: Import dbt™ project repositories from Azure DevOps into Paradime. Enhance project management and integration.

<Warning>
  You must use the `git@...` or `ssh:...` version of your git URL, not the `https://...` version. Paradime uses the SSH protocol to clone repositories, so Paradime will be unable to clone repos supplied with the HTTP protocol.
</Warning>

To add a deploy key to an Azure DevOps account, navigate to the SSH public keys page in the User Settings of your user's Azure DevOps account or a service user's account.

<Check>
  We advise creating a service account user in your  Azure DevOps account like **`paradime.auzuredevops.maintainer@yourcompany.com`** with write access to the repository and let this user own the SSH key.
</Check>

[https://learn.microsoft.com/en-us/azure/devops/repos/git/use-ssh-keys-to-authenticate?view=azure-devops#step-2-add-the-public-key-to-azure-devops](https://learn.microsoft.com/en-us/azure/devops/repos/git/use-ssh-keys-to-authenticate?view=azure-devops#step-2-add-the-public-key-to-azure-devops)

<Frame caption="Open Azure DevOps Security Settings">
  <img src="https://mintcdn.com/paradime-docs/vrtvqFryCVgm3kAH/images/image-29-1-1.png?fit=max&auto=format&n=vrtvqFryCVgm3kAH&q=85&s=f71ed860cbad935fabbfb533ad9b373f" alt="Open Azure DevOps Security Settings" width="1312" height="993" data-path="images/image-29-1-1.png" />
</Frame>

Click the + New Key button to add a new SSH key for the repository. Enter the SSH key generated by Paradime and click hte `Save` button. After adding this key, Paradime will be able to read and write files in your dbt™️ project.

<Frame caption="Configuring a Azure DevOps SSH Key">
  <img src="https://mintcdn.com/paradime-docs/23xsmlzJX7HkBIVS/images/image-44-1.png?fit=max&auto=format&n=23xsmlzJX7HkBIVS&q=85&s=7858c1862bebf2b86f7c06ab7540d87b" alt="Configuring a Azure DevOps SSH Key" width="1312" height="993" data-path="images/image-44-1.png" />
</Frame>


## Related topics

- [Azure DevOps](/products/bolt/ci-cd/turbo-ci/azure-devops.md)
- [Create Azure DevOps Items](/products/bolt/creating-schedules/templates/ticketing-templates/create-azure-devops-items.md)
- [Create an Azure DevOps Work item when a Bolt run complete with errors](/developers/webhooks/custom-webhook-guides/azure-devops.md)
- [Custom Webhook Guides](/developers/webhooks/custom-webhook-guides/index.md)
- [Importing a repository](/products/settings/git-repositories/importing-a-repository/index.md)
