To successfully add Azure DevOps TFS GIT we have to register it using an SSH connection.
To resolve this, complete the following steps:
- Copy the git SSH URL from Azure DevOps TFS GIT remote repository.
URL can be formatted like: git@<fqdn>:<user>/<repository name>.git or ssh://git@<fqdn>/<user>/<repository name>.git
- From the vRO UI click on Git Repository from the left menu, on the new page click add the repository.
- In the 'Repository URL' paste previously formatted URL, a new field with the button should be present 'Public key'.
- Copy the public key and add/register it Azure DevOps TFS Git.
- After adding the ssh key to Azure DevOps GIt go back to the vRO 'adding git repository' page and click the validate button the successful message should pop up.