Saturday, November 21, 2020

Sharing Service Connection To Multiple Team Projects

 Azure DevOps has a feature where it can connect with external tools via service connection which allows easily integrate multiple tools required for your project development and deployment purposes. However, when you have multiple Azure DevOps team projects and dedicated service connection for each project, it is not easy to manage service connections. As a solution for this, Azure DevOps has introduced secured and shared service connection between projects. As example, if  the team has one azure subscription for development purposes, they can connect with azure using one shared service connection between Azure DevOps projects.

You can find this feature in Azure DevOps settings section. Go to Azure DevOps settings and select service connections under pipeline section. You can add new service connection or edit existing connection from this page. We use existing service connection to explain the feature in this blog post. Go to security section of the selected service connection.


Once you move to security page of the service connection, you would be able to see the section where you can add multiple projects to the service connection.



This blog post explained the new feature of Azure DevOps which allows users to use one service connection between multiple projects. As example, if the service connection which connect with Azure expired or if the team has decided to move to another azure subscription, now it can be done via changing only one service connection.


No comments:

Post a Comment