I have 3 APIs and 1 MVC in my project. I want to clone all of them from TFS into Azure Repos along with history. I do that by cloning from TFS to local repository, then pushing local repository to Git repository and finally importing that Git repository into Azure Repos.
But when I start cloning, it takes lot of time because size is too large when all of them combined.
So I imported the MVC first into a Azure Repos, but now I also want to add all other 3 APIs into same Azure Repos along with history.
Is it possible to add multiple Git repositories into a single Azure Repos(along with history)?