You are developing an open source solution that uses a GitHub repository. You create a new public project in Azure DevOps. You plan to use Azure Pipelines for continuous build. The solution will use the GitHub Checks API. Which authentication type should you use? A. OpenID B. GitHub App C. a personal access token (PAT) D. SAML  Suggested Answer: B Write permission for the Checks API is only available to GitHub Apps. Note: Authenticating as a GitHub App lets you do a couple of things: ✑ You can retrieve high-level management information about your GitHub App. ✑ You can request access tokens for an installation of the app. Reference: https://docs.github.com/en/rest/guides/getting-started-with-the-checks-api This question is in AZ-400 Exam For getting Microsoft DevOps Engineer Expert Certificate Disclaimers: The website is not related to, affiliated with, endorsed or authorized by Microsoft. The website does not contain actual questions and answers from Microsoft's Certification Exams. Trademarks, certification & product names are used for reference only and belong to Microsoft.
Please login or Register to submit your answer