Skip to content

Commit 4d22fb5

Browse files
author
Sandeep Nair
committed
Update TOC to make it more discoverable.
1 parent b47f301 commit 4d22fb5

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

articles/cosmos-db/mongodb/vcore/TOC.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@
2323
- name: MongoDB feature support
2424
href: compatibility.md
2525
- name: High availability
26-
href: high-availability.md
27-
- name: Migration options
28-
href: migration-options.md
26+
href: high-availability.md
2927
- name: Security
3028
href: security.md
3129
- name: Transactions
@@ -38,6 +36,12 @@
3836
items:
3937
- name: Connect using Studio 3T
4038
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
4145
- name: Troubleshooting and performance
4246
items:
4347
- name: Troubleshoot common issues
File renamed without changes.

articles/cosmos-db/mongodb/vcore/migration-options.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ This document describes the various options to lift and shift your MongoDB workl
4040
- *mongoexport* takes an argument specifying the subset of your existing data to export.
4141
- *mongoimport* opens a JSON or CSV file and inserts the content into the target database instance (Azure Cosmos DB in this case.).
4242
- 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).
4444

4545
## Data migration using Azure Databricks (Offline/Online)
4646

0 commit comments

Comments
 (0)