AZ-400 · Question #32
Your company has an on-premises Bitbucket Server that is used for Git-based source control. The server is protected by a firewall that blocks inbound Internet traffic. You plan to use Azure DevOps to
The correct answer is A. an External Git service connection D. a self-hosted agent. When a pipeline uses a remote, 3rd-party repository host such as Bitbucket Cloud, the repository is configured with webhooks that notify Azure Pipelines Server or TFS when code has changed and a build should be triggered. Since on-premises installations are normally protected beh
Question
Options
- Aan External Git service connection
- Ba Microsoft hosted agent
- Cservice hooks
- Da self-hosted agent
- Ea deployment in group
How the community answered
(25 responses)- A76% (19)
- B4% (1)
- C12% (3)
- E8% (2)
Explanation
When a pipeline uses a remote, 3rd-party repository host such as Bitbucket Cloud, the repository is configured with webhooks that notify Azure Pipelines Server or TFS when code has changed and a build should be triggered. Since on-premises installations are normally protected behind a firewall, 3rd-party webhooks are unable to reach the on-premises server. As a workaround, you can use the External Git repository type which uses polling instead of webhooks to trigger a build when code has changed. https://docs.microsoft.com/en-us/azure/devops/pipelines/repos/pipeline-options-for
Community Discussion
No community discussion yet for this question.