Get Your Azure DevOps Credentials
How to get your Azure DevOps organization slug and create an Azure DevOps Personal Access Token.
Last updated
Was this helpful?
How to get your Azure DevOps organization slug and create an Azure DevOps Personal Access Token.
Last updated
Was this helpful?
For Warp to be able to access the Azure DevOps repositories that you want to migrate, it needs two key pieces of information about the Azure DevOps organization containing those repositories:
The organization slug, which is the part of the organization’s webpage’s URL that uniquely identifies the organization.
A Personal Access Token (PAT), which grants access to the organization containing the repositories.
At the end of this section, you will have the slug and Personal Access Token for your Azure DevOps organization.
🛠️ Sign in to Azure DevOps and navigate to the page for the organization containing the projects whose repositories you want to migrate:
The example Azure DevOps organization for this quickstart is joey-ado-testing.
Make a note of the URL in your browser’s address bar. The URL contains the organization slug, which is the part of the URL that uniquely identifies the organization. It’s the part of the URL after dev.azure.com/
:
In this example, the URL for the organization’s page is:
The organization slug is the part that comes after dev.azure.com/
, which means that this example’s organization slug is:
🛠️ Copy the organization slug from your browser’s address bar and paste it someplace safe — you’ll use it when you create the vault file.
It’s time to get a Personal Access Token.
🛠️ Select Personal access tokens from the menu.
You will see the Personal Access Tokens page:
🛠️ Click any of the New Token buttons on the page.
A panel will appear, prompting you to create a new personal access token:
🛠️ In the Name field, enter a name for the token. To make it easier to identify, we suggest you include “Warp” in the name.
🛠️ Under Scopes, change the option to Full access.
For the purposes of this Quickstart, we’ll leave the Expiration field at the default value of 30 days.
🛠️ Click the Create button.
You should now see the Success! panel, which will display the personal access token you just created:
🛠️ Copy the token and save it in a safe place — preferably a password manager.
🛠️ Click the Close button.
When you close the Success! panel, you will be taken back to the Personal Access Tokens page. You will see the personal access token you just created listed there:
You now have the information needed to connect Warp to Azure DevOps.
If you haven’t already done so, get the GitHub information that Warp needs.
🛠️ Near the top right corner of the page, you’ll see the (User Settings) icon. Click it to reveal its menu:
Search for the 🛠️ emoji if you’d like to skim through this content while focusing on the steps you need to follow.
This will be the only time that this Personal Access Token will be presented to you.
Make sure you’ve copied it someplace safe before clicking the Close button!