Difference between revisions of "Azure DevOps Server (TFS) Data Source Credential"

From Lingoport Wiki
Jump to: navigation, search
(Creating a project using an Azure data source credential)
(Creating a project using an Azure data source credential)
Line 26: Line 26:
 
When creating a project with an Azure data source credential, the second step asks about the Repository URL:
 
When creating a project with an Azure data source credential, the second step asks about the Repository URL:
   
Step1: Select the Data Source
+
Step 1: Select the Azure Repost data source
   
 
[[File:SelectAzureRepos.jpg|600px]]
 
[[File:SelectAzureRepos.jpg|600px]]
   
  +
Next
  +
  +
  +
Step2: Choose an Azure repository
   
 
[[File:CreateAzureProject.jpg|600px]]
 
[[File:CreateAzureProject.jpg|600px]]
   
 
In Azure, in the project, when the project is cloned, the resulting URL looks like: '''<nowiki>https://username@dev.azure.com/user/ACME.project/_git/proj</nowiki>'''. In Command Center, for the URL, remove the username: '''<nowiki>https://dev.azure.com/user/ACME.project/_git/proj</nowiki>'''.
 
In Azure, in the project, when the project is cloned, the resulting URL looks like: '''<nowiki>https://username@dev.azure.com/user/ACME.project/_git/proj</nowiki>'''. In Command Center, for the URL, remove the username: '''<nowiki>https://dev.azure.com/user/ACME.project/_git/proj</nowiki>'''.
  +
  +
'''Next'''
  +
  +
Now continue with the Step-by-step instructions.
  +
  +
[[Name The Project and Type |Step 3: Name the Project and select the run type]]

Revision as of 17:04, 5 June 2024

Creating a Azure Repos Data Source Credential

[Administrator]

The Administrator can create the data source credentials by selecting the CreateIcon.jpg (Create new credential) button on the Manage Data Source Credentials page.

Select the Azure Repos card

AzureCard.jpg

AzureUsername.jpg

Enter a Username the the Personal access token.

  • Also enter the Server URL
  • Next

AzureName.jpg

Give the new credential a name

  • Assign it to applicable managers
  • Create

The system should return to the Manage Data Source Credentials page with "Credential created" note and the new credential should be listed.

Creating a project using an Azure data source credential

When creating a project with an Azure data source credential, the second step asks about the Repository URL:

Step 1: Select the Azure Repost data source

SelectAzureRepos.jpg

Next


Step2: Choose an Azure repository

CreateAzureProject.jpg

In Azure, in the project, when the project is cloned, the resulting URL looks like: https://username@dev.azure.com/user/ACME.project/_git/proj. In Command Center, for the URL, remove the username: https://dev.azure.com/user/ACME.project/_git/proj.

Next

Now continue with the Step-by-step instructions.

Step 3: Name the Project and select the run type