Reputation: 569
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
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:
Upvotes: 1