Designing and Implementing Microsoft DevOps Solutions — Question 43
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?
Answer options
- A. the retention settings of the project’s release
- B. the retention settings of the project’s pipeline
- C. the retention settings of the project’s tests
- D. the retention settings of the company pipeline
Correct answer: B
Explanation
The correct answer is B because modifying the retention settings of the project's pipeline directly impacts how long the older npm packages are retained in Azure Artifacts. The other options, such as releases, tests, and company pipelines, do not specifically control the retention of package artifacts.