Question: You have source code for a project in a repository on GitHub. You need to migrate source code to a repository in Azure Repos. The solution should minimize effort. Which solution should you recommend?

  1. Download the GitHub repository to a Zip file, and then unzip the repository in Azure DevOps.
  2. From the **Import a Git repository** menu, select **Import**.
  3. Create a service connection to the GitHub repository.
  4. Create a webhook in GitHub and then trigger it from Azure DevOps.

Answer: The correct answer of the above question is Option B:From the **Import a Git repository** menu, select **Import**.