AZ-400 · Question #39
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 pu
The correct answer is A. Create a new feed for the package. Azure Artifacts introduces the concept of multiple feeds that you can use to organize and control access to your packages. Packages you host in Azure Artifacts are stored in a feed. Setting permissions on the feed allows you to share your packages with as many or as few people as
Question
Options
- ACreate a new feed for the package
- BPublish the package to a public NuGet repository.
- CPromote the package to a release view.
- DChange the feed URL of the package.
How the community answered
(25 responses)- A80% (20)
- B4% (1)
- C12% (3)
- D4% (1)
Explanation
Azure Artifacts introduces the concept of multiple feeds that you can use to organize and control access to your packages. Packages you host in Azure Artifacts are stored in a feed. Setting permissions on the feed allows you to share your packages with as many or as few people as your scenario requires. Feeds have four levels of access: Owners, Contributors, Collaborators, and Readers. https://docs.microsoft.com/en-us/azure/devops/artifacts/feeds/feed- permissions?view=vsts&tabs=new-nav
Community Discussion
No community discussion yet for this question.