Designing and Implementing Enterprise-Scale Analytics Using Microsoft Azure and Power BI — Question 81
You are using GitHub as a source control solution for an Azure Synapse Studio workspace.
You need to modify the source control solution to use an Azure DevOps Git repository.
What should you do first?
Answer options
- A. Disconnect from the GitHub repository.
- B. Create a new pull request.
- C. Change the workspace to live mode.
- D. Change the active branch.
Correct answer: A
Explanation
The first step to transition from GitHub to an Azure DevOps Git repository is to disconnect from the existing GitHub repository to prevent conflicts. The other options, such as creating a pull request or changing the workspace mode or branch, do not address the need to sever the current connection with GitHub.