You have a project in Azure DevOps. You plan to deploy a self-hosted agent by using an unattended configuration script. Which two values should you define in the configuration script? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point. A. authorization credentials B. the project name C. the deployment group name D. the organization URL E. the agent pool name  Suggested Answer: AD Unattended config: The agent can be set up from a script with no human intervention. You must pass --unattended and the answers to all questions. To configure an agent, it must know the URL to your organization or collection and credentials of someone authorized to set up agents. All other responses are optional. Reference: https://docs.microsoft.com/en-us/azure/devops/pipelines/agents/v2-windows 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