AZ-400 · Question #299
Case Study 2 - Contoso, Ltd Background Contoso, Ltd. is a manufacturing company that has a main office in Chicago. Contoso plans to improve its IT development and operations processes by…
The correct answer is Create a repository; Create a fork; Add a build policy for the fork. To implement the code flow strategy for Project2, you first create a repository to host the project code, then create a fork to give Team2 an independent copy where they can work on changes and submit pull requests without directly affecting the main codebase. Finally, adding a…
Question
Exhibit
Answer Area
Drag items
Correct arrangement
- Create a repository
- Create a fork
- Add a build policy for the fork
Explanation
To implement the code flow strategy for Project2, you first create a repository to host the project code, then create a fork to give Team2 an independent copy where they can work on changes and submit pull requests without directly affecting the main codebase. Finally, adding a build policy for the fork ensures that any changes submitted via pull request from the fork are automatically validated by a build, satisfying the requirement to ensure inter-branch quality checks before merging.
Topics
Community Discussion
No community discussion yet for this question.
