Ratheesh
Ratheesh

Reputation: 569

Product release approval assigned to one team for different Azure DevOps project

We have multiple teams using different projects (Customer Team1, Customer Team 2 etc) in the Azure DevOps organization for the development and deployment of APIs. Those APIs are deploying to API Management service also. Now all teams are deploying their APIs themselves to different environments such as DEV, TEST and PROD.

We want to control the deployment to the PROD environment, by assigning approvers from our team (Team A) so that other team should wait for our team's review and approval before deploying to production.

Can anyone tell me how can we do it? What are the different access given to each team? (Team A, Customer Team1, Customer Team2)

Upvotes: 0

Views: 146

Answers (1)

Doris Lv
Doris Lv

Reputation: 3398

You can specify a team or a user as a pre-defined approvals following this official document: Define a Classic release pipeline - Azure Pipelines | Microsoft Learn

The Teams or users can be found in the list of search box in multiple projects under one organization like below:

enter image description here

Upvotes: 1

Related Questions