AZ-400 · Question #128
AZ-400 Question #128: Real Exam Question with Answer & 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)
Question
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. Which four actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order. Answer:
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.