Requirement - We have to migrate a large cosmos DB (approx. 4GB) data to Azure SQL. This migration involves 2 parts.
- Migrating complete existing data to Azure SQL.
- Migrating any delta changes to Azure SQL.
Trials and attempts - Based upon our study and analysis we learn that using azure data factory we can migrate data from cosmos DB to azure SQL. However, the diverse document structures in the cosmos DB are huge. it is not practically possible to manually create required azure SQL database table as per document structure.
Advise required - We need to know how this migration (from Cosmos Db to Azure SQL) can be done automatically without the need of manually creating tables in azure SQL.
Any links pointers will be appreciated. Kindly let know if any further details required.