File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
articles/cosmos-db/mongodb/vcore Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ This document describes the various options to lift and shift your MongoDB workl
40
40
- * mongoexport* takes an argument specifying the subset of your existing data to export.
41
41
- * mongoimport* opens a JSON or CSV file and inserts the content into the target database instance (Azure Cosmos DB in this case.).
42
42
- Since JSON and CSV aren't compact formats, you may incur excess network charges as * mongoimport* sends data to Azure Cosmos DB.
43
- - Here's how you can [ migrate data to Azure Cosmos DB for MongoDB vCore using the native MongoDB tools] ( ./migrate-with-mongotools .md ) .
43
+ - Here's how you can [ migrate data to Azure Cosmos DB for MongoDB vCore using the native MongoDB tools] ( ./migrate-with-mongo-tools .md ) .
44
44
45
45
## Data migration using Azure Databricks (Offline/Online)
46
46
You can’t perform that action at this time.
0 commit comments