Skip to main content

Authenticate with Azure DevOps

If you use the Studio IDE or dbt CLI to collaborate on your team's Azure DevOps dbt repo, you need to link your dbt profile to Azure DevOps, which provides an extra layer of authentication.

Connect your dbt profile to Azure DevOps using OAuth:

  1. Click your account name at the bottom of the left-side menu and click Account settings

  2. Scroll down to Your profile and select Personal profile.

  3. Go to the Linked accounts section in the middle of the page.

    Azure DevOps Authorization ScreenAzure DevOps Authorization Screen
  4. Once you're redirected to Azure DevOps, sign into your account.

  5. When you see the permission request screen from Azure DevOps App, click Accept.

    Azure DevOps Authorization ScreenAzure DevOps Authorization Screen

You will be directed back to dbt, and your profile should be linked. You are now ready to develop in dbt!

Troubleshooting

The following section provides troubleshooting steps for common issues when authenticating with Azure DevOps.

 Studio fails to start with an Azure Service User not found error

If the Studio IDE fails to start and displays the following error, your personal Azure DevOps account isn't linked to dbt:

Failed to start server. The project is not fully set up: Azure Service User not found

The error refers to the account-level service user, but the cause is usually your own Azure DevOps account not being linked. To resolve it, link your dbt profile to Azure DevOps.

If your profile is already linked and you still see Azure Service User not found, ask an account admin to check the account-level service user. Refer to Connect a service user for more details.

FAQs

How can I fix my .gitignore file?
How to migrate git providers

Was this page helpful?

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

0
Loading