In the Azure environment, I have an Azure SQL Db and a CosmosDb Graph. Using an Azure Data Factory, I need to insert/update data from the Sql db to the GraphDb.
My thinking is that I need to first transform the data to json and from there insert it into the GraphDb. Is this the way to go? Are there any other ways?
Thank you.