QuestionQ27
Author and manage workflowsHow can a deployment workflow reduce the risk that multiple workflow runs deploy to the same cloud environment at the same time? (Each correct answer represents part of the solution. Choose two.)
Choose two
- A Reference the mutex in the task performing the deployment.
- B Set the concurrency in the deploymentjob to 1.
- C Specify a target environment in the deploymentjob.
- D Specify a concurrency scope in the workflow.
- E Configure the mutex setting in the environment.
- F Pass the mutex into the deployment job.
Community Discussion