SQL Server 2019 on premises - connection to Azure DevOps in the cloud
kalixe985
Posts: 2 New member
Hi,
Has anyone tried to connect to Azure DevOps in the cloud (repo is TFVC, not GIT) using SQL Source Control from SSMS?
Has anyone tried to connect to Azure DevOps in the cloud (repo is TFVC, not GIT) using SQL Source Control from SSMS?
SQL Source Control v7.2.32.12853
SSMS v18.8
The database is hosted on premises but the source control is on Azure.
I'm getting these attached errors when trying to connect:
Do you also know if it's possible to build Release Pipelines on Azure pointing to an on-premises DB?
Thank you in advance.
Regards,
Carlos
Comments
I have just figured it out:
I had to enter the url of my organization: eg https://dev.azure.com/MYORGANIZATION (with https) and without including the TFVC Project (https://dev.azure.com/MYORGANIZATION/MYAPP) or any other longer path.
With that it works!!