Home > Mobile >  Azure Devops Pipeline Stages: Independent Security
Azure Devops Pipeline Stages: Independent Security

Time:04-29

I am attempting to perform Resource Management inside an Azure YAML Pipeline.

The YAML file is checked into source code and can be edited by developers.

Code Reviews will not occur until the deployment is moving from UAT into Production.

I would like to make sure that a deployment to QA cannot perform Resource Management for the resource group associated with the Production Environment. ie: prod databases


Can I limit a Service Connection to only be available in certain release stages?
Is there another way to limit Resource Management to specific stages of a pipeline?

CodePudding user response:

Azure Devops Pipeline Stages: Independent Security

I am afraid there is no such way to limit a Service Connection to only be available in certain release stages at this moment.

According to the document we could to know enter image description here

  • Related