Skip to content

Commit

Permalink
added azuredevopspat guide (#12)
Browse files Browse the repository at this point in the history
* added azuredevopspat guide

* fix
  • Loading branch information
roxanne-tampus authored Jan 25, 2024
1 parent ebd3ee8 commit d3e533d
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions content/docs/tutorials/azuredevops.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
---
title: Azure DevOps
---

_This tutorial provides step-by-step instructions on how to rotate an Azure DevOps Personal Access Token._

---

## Regenerate an Azure DevOps Personal Access Token

### Step 1 - Navigate to the Azure DevOps Tokens page

#### 1a. Navigate to `Azure DevOps Organizations`

Navigate to the `Azure DevOps Organizations` page and click on the relevant `Azure DevOps Organizations Account`.
![](/images/azuredevops/1.png)

#### 1b. Navigate to `Personal Access Tokens`

Under `User Settings`, click on `Personal Access Tokens`.
![](/images/azuredevops/2.png)

### Step 2 - Regenerate the Personal Access Tokens

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.
![](/images/azuredevops/3.png)
Confirm the token regeneration action by clicking `Regenerate`.

![](/images/azuredevops/4.png)

You'll see a message at the top indicating that you "Successfully added a new personal access token".

![](/images/azuredevops/5.png)

> Note: Clicking `Regenerate` will revoke the existing key in addition to creating a new one.
---

## Replace the Leaked Azure DevOps Personal Access Token

Replace the leaked Azure DevOps Personal Access Token with the new one in all impacted applications and services.

---

## Resources

- [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)
Binary file added themes/compose/static/images/azuredevops/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added themes/compose/static/images/azuredevops/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added themes/compose/static/images/azuredevops/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added themes/compose/static/images/azuredevops/4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added themes/compose/static/images/azuredevops/5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d3e533d

Please sign in to comment.