Microsoft
AZ-400 · Question #149
A company wants to implement a package management solution for their Node.js applications. They want to ensure that developers can use their IDE to connect to the repository securely. Which of the fol
The correct answer is D. In the .npmrc file in the user's home folder. https://docs.microsoft.com/en-us/azure/devops/artifacts/npm/npmrc?view=azure- devops&tabs=windows
Submitted by rachelw· Mar 6, 2026Configure processes and communications
Question
A company wants to implement a package management solution for their Node.js applications. They want to ensure that developers can use their IDE to connect to the repository securely. Which of the following would contain the credentials to connect to the package management solution?
Options
- AIn the package.json files in the project
- BIn the project.json files in the project
- CIn the .npmrc file in the project
- DIn the .npmrc file in the user's home folder
How the community answered
(32 responses)- A6% (2)
- B3% (1)
- D91% (29)
Explanation
https://docs.microsoft.com/en-us/azure/devops/artifacts/npm/npmrc?view=azure- devops&tabs=windows
Community Discussion
No community discussion yet for this question.