Hi @Devashish Parmar (BLR GSS),
Thanks for using Microsoft Q&A forum and posting your query.
Seems like the images aren't available on the original query. Could you please help update them so that it would help us understand the problem better and assist accordingly.
Please try below recommendations and see if that helps to improve copy performance:
Try either of the following two solutions:
- Increase the container RUs number to a greater value in Azure Cosmos DB. This solution will improve the copy activity performance, but it will incur more cost in Azure Cosmos DB.
- Decrease writeBatchSize to a lesser value, such as 1000, and decrease parallelCopies to a lesser value, such as 1. This solution will reduce copy run performance, but it won't incur more cost in Azure Cosmos DB.
In addition, highly recommend to go through this Data migration video from product team, which walks you through the steps of copying data from Azure Blob storage to Azure Cosmos DB using ADF and also describes performance-tuning considerations for ingesting data to Azure Cosmos DB in general - Data Migration: Azure Blob Storage to Azure Cosmos DB using Azure Data Factory
Additional info: I recommend reading through this existing SO thread and see if that helps to mitigate your issue: https://stackoverflow.com/questions/71443914/azure-data-factory-copy-to-cosmosdb-throttling
Hope this info helps. Let us know how it goes.
Thank you.
Please don’t forget to Accept Answer and Up-Vote wherever the information provided helps you, this can be beneficial to other community members.