AZ-400 · Question #128
Drag and Drop Question You are creating a NuGet package. You plan to distribute the package to your development team privately. You need to share the package and test that the package can be consumed.
The correct answer is Create a new Azure Artifacts feed.; Connect to an Azure Artifacts feed.; Publish a package.; Install a package.. The correct sequence follows the logical workflow for privately distributing a NuGet package via Azure Artifacts: first you must Create a new Azure Artifacts feed to establish a private hosting location, then Connect to that feed so your tooling (e.g., Visual Studio or NuGet CLI)
Question
Exhibits
Answer Area
Drag items
Correct arrangement
- Create a new Azure Artifacts feed.
- Connect to an Azure Artifacts feed.
- Publish a package.
- Install a package.
Explanation
The correct sequence follows the logical workflow for privately distributing a NuGet package via Azure Artifacts: first you must Create a new Azure Artifacts feed to establish a private hosting location, then Connect to that feed so your tooling (e.g., Visual Studio or NuGet CLI) knows where to push/pull packages, then Publish the package to make it available, and finally Install the package to verify it can be successfully consumed by your development team. This end-to-end flow ensures both distribution and validation of the package.
Topics
Community Discussion
No community discussion yet for this question.

