Microsoft
AZ-400 · Question #573
You have an Azure Pipelines pipeline named Pipeline1 and a user named User1. Pipeline1 contains a temporary final stage named final1. You need to ensure that User1 can delete final1 when testing is co
The correct answer is A. pipeline. Azure Pipelines does not support granting permissions specifically at the stage level. Permissions in Azure DevOps are hierarchical and are typically managed at broader levels, such as the pipeline, project, or organization.
Submitted by satoshi_tk· Mar 6, 2026Design and implement build and release pipelines
Question
You have an Azure Pipelines pipeline named Pipeline1 and a user named User1. Pipeline1 contains a temporary final stage named final1. You need to ensure that User1 can delete final1 when testing is complete. The solution must follow the principle of least privilege. At which level should you grant permissions to User1?
Options
- Apipeline
- Borganization
- Cstage
- Dproject
How the community answered
(30 responses)- A73% (22)
- B17% (5)
- C3% (1)
- D7% (2)
Explanation
Azure Pipelines does not support granting permissions specifically at the stage level. Permissions in Azure DevOps are hierarchical and are typically managed at broader levels, such as the pipeline, project, or organization.
Topics
#pipeline permissions#least privilege#stage deletion#Azure Pipelines RBAC
Community Discussion
No community discussion yet for this question.