An Azure NoSQL database service for app development.
Hi @Kaushik Dutta ,
Thank you for reaching out to the Microsoft Q&A.
Azure Cosmos DB Container Copy can be useful for data migration scenarios, but before adopting it, verify whether the feature is currently General Availability (GA) or still in Preview, as this affects supportability and production readiness.
For large-scale environment refreshes (Production → Lower Environment), the recommended approach is Azure Data Factory (ADF) Copy Activity. It supports cross-subscription data movement, scales well for bulk data transfers, and provides better control over performance and cost.
Recommendation: If your goal is to copy a large Cosmos DB container in the shortest time with minimal cost, use Azure Data Factory with parallel copy settings and temporarily increase RU/s during the migration window. This is the most commonly recommended and reliable approach for enterprise-scale refresh activities.
If refreshes are frequent, consider a Change Feed-based replication solution instead of performing full copies each time.