1
votes

I just installed Azure Devops 2019 on my server. I can access the devops server fine through the web portal but when I try to connect using VS 2019 - team explorer - manage connections - Add Azure Devops Server I get a error "TF400324: Azure DevOps Service are not available from server http://xx.xx.xx.xx:8080/tfs."

I also see that VS add :8080/tfs to the IP I add. But thats not the correct adress. When using Team Foundation Server this adress was valid but Azure Devops does not use the same.

So how can I connect to the new Azure DevOps server from VS 2019?

1
Probably you have done this, but have you tried to review the official documentation? docs.microsoft.com/en-us/azure/devops/organizations/projects/…ssanga
Hi MTplus, is there any update for this issue? Please feel free to let me know if the issue persists to block you:)LoLance
Hi Lance, Sorry but no positive update. I had to rollback to my old setup which used TFS in order to get it to work. I simply didnt have time to mess around with this anymore. Sorry...MTplus
You're welcome. If you again meet that issue, feel free to let me know:)LoLance

1 Answers

2
votes

So how can I connect to the new Azure DevOps server from VS 2019?

You can try:

1.Close all VS instances and then clean VS cache(%LocalAppData%\Microsoft\VisualStudio\16.xxx\ComponentModelCache) and TFS cache(%LocalAppData%\Microsoft\Team Foundation\xx\Cache).

2.Go to Control Panel -> User Accounts -> Manage your Credential -> Windows Credential, select the VSTS url to remove it.

enter image description here

3.Restart VS to re-connect to Devops server.

In addition:

1.Make sure you enter the correct URL. In VS if I don't enter correct URL of tfs instance, I would get this error:

enter image description here

2.Many factors can cause TF400324, just like above. So it could be better if you can share more details about your TF400324, remote name not resolve,Could not create SSL/TLS secure channel or what.