AZ-400 · Question #307
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 ans
The correct answer is A. authorization credentials D. the organization URL. 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.
Question
Options
- Aauthorization credentials
- Bthe project name
- Cthe deployment group name
- Dthe organization URL
- Ethe agent pool name
How the community answered
(25 responses)- A84% (21)
- B4% (1)
- C4% (1)
- E8% (2)
Explanation
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. https://docs.microsoft.com/en-us/azure/devops/pipelines/agents/v2-windows
Topics
Community Discussion
No community discussion yet for this question.