Microsoft
AZ-400 · Question #393
Your company has an Azure DevOps project that produces Node Package Manager (npm) packages. Multiple projects consume the packages. You need to minimize the amount of disk space used by older packages
The correct answer is A. the retention settings of the project's pipeline. https://learn.microsoft.com/en-us/azure/devops/pipelines/policies/retention?view=azure- devops&tabs=yaml
Submitted by saadiq_pk· Mar 6, 2026Design and implement build and release pipelines
Question
Your company has an Azure DevOps project that produces Node Package Manager (npm) packages. Multiple projects consume the packages. You need to minimize the amount of disk space used by older packages in Azure Artifacts. What should you modify?
Options
- Athe retention settings of the project's pipeline
- Bthe retention settings of the project's release
- Cthe retention settings of the project's tests
- Dthe retention settings of the company pipeline
How the community answered
(58 responses)- A90% (52)
- B2% (1)
- C3% (2)
- D5% (3)
Explanation
https://learn.microsoft.com/en-us/azure/devops/pipelines/policies/retention?view=azure- devops&tabs=yaml
Community Discussion
No community discussion yet for this question.