AZ-400 · Question #317
You have an Azure solution that contains a build pipeline in Azure Pipelines. You experience intermittent delays before the build pipeline starts. You need to reduce the time it takes to start the bui
The correct answer is D. Enable self-hosted build agents.. An agent that you set up and manage on your own to run jobs is a self-hosted agent. You can use self-hosted agents in Azure Pipelines or Azure DevOps Server, formerly named Team Foundation Server (TFS). Self-hosted agents give you more control to install dependent software needed
Question
Options
- ASplit the build pipeline into multiple stages.
- BPurchase an additional parallel job.
- CCreate a new agent pool.
- DEnable self-hosted build agents.
How the community answered
(51 responses)- A4% (2)
- B12% (6)
- C6% (3)
- D78% (40)
Explanation
An agent that you set up and manage on your own to run jobs is a self-hosted agent. You can use self-hosted agents in Azure Pipelines or Azure DevOps Server, formerly named Team Foundation Server (TFS). Self-hosted agents give you more control to install dependent software needed for your builds and deployments. Also, machine-level caches and configuration persist from run to run, which can boost speed. https://docs.microsoft.com/en-us/azure/devops/pipelines/agents/agents?view=azure- devops&tabs=browser
Community Discussion
No community discussion yet for this question.