ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 130 - AZ-400 discussion

Report
Export

You plan to use a NuGet package in a project in Azure DevOps. The NuGet package is in a feed that requires authentication. You need to ensure that the project can restore the NuGet package automatically.

What should the project use to automate the authentication?

A.
an Azure Automation account
Answers
A.
an Azure Automation account
B.
an Azure Artifacts Credential Provider
Answers
B.
an Azure Artifacts Credential Provider
C.
an Azure Active Directory (Azure AD) account that has multi-factor authentication (MFA) enabled
Answers
C.
an Azure Active Directory (Azure AD) account that has multi-factor authentication (MFA) enabled
D.
an Azure Active Directory (Azure AD) service principal
Answers
D.
an Azure Active Directory (Azure AD) service principal
Suggested answer: B

Explanation:

The Azure Artifacts Credential Provider automates the acquisition of credentials needed to restore NuGet packages as part of your .NET development workflow. It integrates with MSBuild, dotnet, and NuGet(.exe) and works on Windows, Mac, and Linux. Any time you want to use packages from an Azure Artifacts feed, the Credential Provider will automatically acquire and securely store a token on behalf of the NuGet client you're using.

Reference:

https://github.com/Microsoft/artifacts-credprovider

asked 02/10/2024
Yahya Ozer
35 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first