Skip to content

Instantly share code, notes, and snippets.

@julienstroheker
Last active July 5, 2018 11:24
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save julienstroheker/f452b27927337e97cf2ac9f7262cdadc to your computer and use it in GitHub Desktop.
Save julienstroheker/f452b27927337e97cf2ac9f7262cdadc to your computer and use it in GitHub Desktop.
Visual Studio Team Services (VSTS) - Personal Access Token (PAT)

Note - Create a Personal Access Token (PAT) in Visual Studio Team Services (VSTS)

1. Go to your account home page:

https://<account>.visualstudio.com

2. Click on your name the top right of the page and then on security

3. Click on Add from the Personal access tokens tab

4. Fill the Description, Expires In and Accounts informations, choose your scopes and then click on Create Token

5. Your PAT as been created, make sure you copy the token to use it in your applications !!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment