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

From Lingoport Wiki
Jump to navigation Jump to search
Rdaly (talk | contribs)
No edit summary
Rdaly (talk | contribs)
No edit summary
Line 24: Line 24:
== Creating a project using an Azure data source credential ==
== Creating a project using an Azure data source credential ==


When creating a project with an Azure data source credential
When creating a project with an Azure data source credential, the second step asks about the Repository URL:
 
[[File:CreateAzureProject.jpg|600px]]
 
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'''.

Revision as of 16:11, 6 March 2024

Creating a Azure Repos Data Source Credential

[Administrator]

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

Select the Azure Repos card

Enter a Username the the Personal access token.

  • Also enter the Server URL
  • Next

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:

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.