File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
articles/cosmos-db/mongodb/vcore Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 23
23
- name : MongoDB feature support
24
24
href : compatibility.md
25
25
- name : High availability
26
- href : high-availability.md
27
- - name : Migration options
28
- href : migration-options.md
26
+ href : high-availability.md
29
27
- name : Security
30
28
href : security.md
31
29
- name : Transactions
38
36
items :
39
37
- name : Connect using Studio 3T
40
38
href : connect-using-robomongo.md
39
+ - name : Migrate Data
40
+ items :
41
+ - name : Migration options
42
+ href : migration-options.md
43
+ - name : Migrate using MongoDB tools
44
+ href : migrate-with-mongotools.md
41
45
- name : Troubleshooting and performance
42
46
items :
43
47
- name : Troubleshoot common issues
File renamed without changes.
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] ( ./tutorial-mongotools-cosmos-db-vcore .md ) .
43
+ - Here's how you can [ migrate data to Azure Cosmos DB for MongoDB vCore using the native MongoDB tools] ( ./migrate-with-mongotools .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