I need to migrate sql database into the cosmosdb. I want to know about the strategies, best practices and tools to use for migration or should I write my own migration logic.
I have read about a Azure Cosmos db migration tool and Azure datafactory. I am not sure which one to use.
also how should one proceed in migration. There can be many scenarios. For e.g.
- There may be case only few records are migrated and network disconnects.
- Another case can be suppose data is migrated and somebody again runs the migrations etc.