Designing and Implementing Microsoft DevOps Solutions — Question 13

You have an Azure DevOps organization named Contoso.
You need to recommend an authentication mechanism that meets the following requirements:
✑ Supports authentication from Git
✑ Minimizes the need to provide credentials during authentication
What should you recommend?

Answer options

Correct answer: A

Explanation

Personal access tokens (PATs) are specifically designed to provide a simple way to authenticate to Azure DevOps without frequently entering credentials, making them the best option for Git authentication. Alternate credentials may still require manual input and user accounts in Azure AD do not necessarily minimize the need for credential entry. Managed identities are more suitable for Azure resources than Git authentication.