How to Setup a Connection with Azure DevOps On-Premise

Connecting your On-Premise infrastructure with Azure can significantly enhance your organization’s capabilities by leveraging cloud resources while maintaining control over your local environment. With this detailed article, you can establish a connection between your Azure DevOps On-Premise infrastructure, and any other of our supported tools.

Requirements and Recommendations

Before you begin, ensure you have the following:

  • Administrative access to your Azure on-premise environment and the other app you’re integrating.

  • Necessary permissions to create and manage projects, types, and fields within the applications.

  • Service accounts with the required privileges for integration. It is not recommended to use personal accounts to build your integration. Additionally, it is important to note that comments are added as the user you chose to create the connection. The original author will still appear in the comment footer, but it will be attributed to the user who established the connection.

Establishing the Connection

  1. Launch Getint and look for the Azure DevOps in the apps selection.

  1. Click Create New Connection.

  1. Add the URL of your server/deployment. Please ensure you use only the main URL without any additional information, such as project destinations, and so on.

    • These are examples of how URLs should be entered:

      • https://mytfs.internal.com

      • http://1.32.312.32

      • https://devops.local:8080/tfs

      • http://10.0.0.1:8080/tfs

    • Please avoid entering URLs this way:

      • https://devops.local:8080/tfs/Collection/Project

      • http://10.0.0.1:8080/tfs/tfs/DefaultCollection/Project

      • http://1.32.312.32/DefaultCollection/Project

      • https://mytfs.internal.com/SomeCollection/

If the URLs are not entered correctly, the tool will display an error message, and the connection will not be established.

  1. Enter the connection details such as the Connection Name, Collection Name, Username, Password / Personal Access Token.

  1. You can create your Personal Access Token by going to the Security settings in your Azure Server.

  1. Navigate to Personal access tokens and click on + New Token. Then, name your token and authorize it for Full access.

  1. Return to the connection screen and paste your new token in the appropriate field. Finally, click Add at the bottom right to save this connection.

  1. Your new connection will be available in the Select Connection dropdown list when integrating with Azure DevOps.

  1. After selecting the connection, you will be prompted to choose the project you will be syncing. Now click Connect, and you’ll be ready to start syncing tasks/issues.

If you experience any issues establishing a connection or have any doubts, feel free to contact our support team here.

Last updated