Skip to content

Commit eccd4a2

Browse files
committed
formatting
1 parent 2f954bf commit eccd4a2

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

articles/cosmos-db/mongodb/vcore/how-to-migrate-native-tools.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -161,13 +161,13 @@ Migrate a collection from the source MongoDB instance to the target Azure Cosmos
161161
--uri <target-connection-string> \
162162
<dump-directory>/<database-name>/<collection-name>.bson
163163
```
164-
> [!NOTE]
165-
> You can also restore a specific collection or collections from the <dump-directory>/ directory. For example, the following operation restores a single collection from corresponding data files in the <dump-directory>/ directory:
166-
167-
```bash
168-
mongorestore \
169-
--nsInclude=test.purchaseorders <dump-directory>/
170-
```
164+
> [!NOTE]
165+
> You can also restore a specific collection or collections from the <dump-directory>/ directory. For example, the following operation restores a single collection from corresponding data files in the <dump-directory>/ directory:
166+
>
167+
> ```bash
168+
> mongorestore \
169+
> --nsInclude=test.purchaseorders <dump-directory>/
170+
> ```
171171

172172
1. Monitor the terminal output from *mongoimport*. The output prints lines of text to the terminal with updates on the restore operation's status.
173173

0 commit comments

Comments
 (0)