Designing and Implementing Microsoft DevOps Solutions — Question 3
You use Azure Artifacts to host NuGet packages that you create.
You need to make one of the packages available to anonymous users outside your organization. The solution must minimize the number of publication points.
What should you do?
Answer options
- A. Change the feed URL of the package
- B. Create a new feed for the package
- C. Promote the package to a release view.
- D. Publish the package to a public NuGet repository.
Correct answer: B
Explanation
Creating a new feed for the package is the correct approach as it allows you to configure access levels specifically for external users without affecting other packages. Altering the feed URL or promoting to a release view does not provide the necessary access for anonymous users and could complicate the management of the packages. Publishing to a public NuGet repository, while effective, does not minimize publication points as it involves a different distribution method.