Skip to content

Commit 68c39a4

Browse files
authored
Merge pull request MicrosoftDocs#37268 from bharathsreenivas/master
Adding contact information for large migrations
2 parents 3dc9823 + 8570c88 commit 68c39a4

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

articles/cosmos-db/migrate-cosmosdb-data.md

+9-1
Original file line numberDiff line numberDiff line change
@@ -136,9 +136,17 @@ After the prerequisites are completed, you can migrate data with the following s
136136

137137
6. Some of these errors could be due to incorrect documents in the source data. These should be identified and fixed. Next, you should rerun the import step on the failed partitions to reingest them.
138138

139-
Once the migration is completed, you can validate that the document count in Azure Cosmos DB is same as the document count in the source database. In this example, the total size in Azure Cosmos DB turned out to 65 terabytes. Post migration, indexing can be selectively turned on and the RUs can be lowered to the level required by the workload’s operations.
139+
Once the migration is completed, you can validate that the document count in Azure Cosmos DB is same as the document count in the source database. In this example, the total size in Azure Cosmos DB turned out to 65 terabytes. Post migration, indexing can be selectively turned on and the RUs can be lowered to the level required by the workload’s operations.
140+
141+
## Contact the Azure Cosmos DB team
142+
Although you can follow this guide to successfully migrate large datasets to Azure Cosmos DB, for large scale migrations, it is recommended that you reach out the Azure Cosmos DB product team to validate the data modelling and a general architecture review. Based on your dataset and workload, the product team can also suggest other performance and cost optimizations that could be applicable to you.
143+
To contact the Azure Cosmos DB team for assistance with large scale migrations, you can open a support ticket under the "General Advisory" problem type and "Large (TB+) migrations" problem subtype as shown below.
144+
145+
![Migration Support Topic](./media/migrate-cosmosdb-data/supporttopic.png)
146+
140147

141148
## Next steps
142149
* Learn more by trying out the sample applications consuming the bulk executor library in [.NET](bulk-executor-dot-net.md) and [Java](bulk-executor-java.md).
143150
* The bulk executor library is integrated into the Cosmos DB Spark connector, to learn more, see [Azure Cosmos DB Spark connector](spark-connector.md) article.
151+
* Contact the Azure Cosmos DB product team by opening a support ticket under the "General Advisory" problem type and "Large (TB+) migrations" problem subtype for additional help with large scale migrations.
144152

0 commit comments

Comments
 (0)