Hi @Anoop Chandra Manduri Thank you for posting your question on Microsoft Q&A and for using Azure services.
My understanding is that you are trying to migrate all collections in one DB in Azure Cosmos DB (MongoDB API) to another db. in Azure Cosmos DB (Mongo API). Please let me know if my understanding is not correct.
To achieve that Azure Data Factory is one of the options and it is also an Azure Tool.
Cosmos DB Migration options | Microsoft Learn
Another approach will be the native mongo export and mongo import tools, as per the below reference.
Migrate MongoDB offline to Azure Cosmos DB API for MongoDB, using MongoDB native tools | Microsoft Learn
Besides the native mongo export and mongo import, and the Azure Data Factory approach, you can try Azure Database Migration Service:
Tutorial: Migrate MongoDB online to Azure Cosmos DB API for MongoDB - Azure Database Migration Service | Microsoft Learn
Please let us know if that helps.
Regards,
Oury