Skip to content

Commit d3e533d

Browse files
added azuredevopspat guide (#12)
* added azuredevopspat guide * fix
1 parent ebd3ee8 commit d3e533d

File tree

6 files changed

+47
-0
lines changed

6 files changed

+47
-0
lines changed

content/docs/tutorials/azuredevops.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
title: Azure DevOps
3+
---
4+
5+
_This tutorial provides step-by-step instructions on how to rotate an Azure DevOps Personal Access Token._
6+
7+
---
8+
9+
## Regenerate an Azure DevOps Personal Access Token
10+
11+
### Step 1 - Navigate to the Azure DevOps Tokens page
12+
13+
#### 1a. Navigate to `Azure DevOps Organizations`
14+
15+
Navigate to the `Azure DevOps Organizations` page and click on the relevant `Azure DevOps Organizations Account`.
16+
![](/images/azuredevops/1.png)
17+
18+
#### 1b. Navigate to `Personal Access Tokens`
19+
20+
Under `User Settings`, click on `Personal Access Tokens`.
21+
![](/images/azuredevops/2.png)
22+
23+
### Step 2 - Regenerate the Personal Access Tokens
24+
25+
Click on the any token and the `Revoke`, `Edit`, and `Regenerate` actions will appear. If you click on `Edit` will reveal that tokens's information. Ensure you're rotating the correct token.
26+
![](/images/azuredevops/3.png)
27+
Confirm the token regeneration action by clicking `Regenerate`.
28+
29+
![](/images/azuredevops/4.png)
30+
31+
You'll see a message at the top indicating that you "Successfully added a new personal access token".
32+
33+
![](/images/azuredevops/5.png)
34+
35+
> Note: Clicking `Regenerate` will revoke the existing key in addition to creating a new one.
36+
37+
---
38+
39+
## Replace the Leaked Azure DevOps Personal Access Token
40+
41+
Replace the leaked Azure DevOps Personal Access Token with the new one in all impacted applications and services.
42+
43+
---
44+
45+
## Resources
46+
47+
- [Azure DevOps Personal Access Tokens Documentation](https://learn.microsoft.com/en-us/azure/devops/organizations/accounts/use-personal-access-tokens-to-authenticate?view=azure-devops&tabs=Windows)
19.2 KB
Loading
40.2 KB
Loading
38.8 KB
Loading
8.63 KB
Loading
13.8 KB
Loading

0 commit comments

Comments
 (0)