SIMULATION
Task 12
You need to create a personal access token (PAT) named Token! that has only the following capabilities
* Read write, and manage code
* Read and execute builds
* Read releases
Token1 must expire in 60 days.
Step 1: Navigate to Personal Access Tokens
Sign in to Azure DevOps:
Go toAzure DevOpsand sign in with your credentials.
Access User Settings:
Click on your profile picture in the top right corner.
SelectUser settings.
Open Personal Access Tokens:
In the user settings menu, selectPersonal access tokens.
Step 2: Create a New Personal Access Token
Create a New Token:
Click on+ New Token.
Configure the Token:
Name: EnterToken1.
Organization: Select the organization where you want to use the token.
Expiration: Set the expiration to60 days.
Set Scopes:
Code: SelectRead, Write, & Manage.
Build: SelectRead & Execute.
Release: SelectRead.
Create the Token:
Click onCreate.
Step 3: Save the Token
Copy the Token:
Once the token is created, copy it immediately as it will not be displayed again.
Store the token in a secure location.
Kerry
3 days ago