ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 1 - AZ-400 discussion

Report
Export

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 manage the build and release processes.

Which two components are required to integrate Azure DevOps and Bitbucket? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.

A.
a deployment group
Answers
A.
a deployment group
B.
a Microsoft-hosted agent
Answers
B.
a Microsoft-hosted agent
C.
service hooks
Answers
C.
service hooks
D.
a self-hosted agent
Answers
D.
a self-hosted agent
E.
an External get service connection
Answers
E.
an External get service connection
Suggested answer: D, E

Explanation:

E: GitLab CI/CD can be used with GitHub or any other get server such as BitBucket. Instead of moving your entire project to GitLab, you can connect your external repository to get the benefits of GitLab CI/CD. Note: 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 get repository type which uses polling instead of webhooks to trigger a build when code has changed.

Reference: https://docs.microsoft.com/en-us/azure/devops/pipelines/repos/pipeline-options-for-git

asked 02/10/2024
Rodwell Shibambu
51 questions
NextNext
User
Your answer:
0 comments
Sorted by

Leave a comment first