You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cosmos-db/mongodb/pre-migration-steps.md
+8-6Lines changed: 8 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,11 +49,13 @@ When you plan a migration, we recommend that whenever possible you plan at the p
49
49
50
50
## Pre-migration assessment
51
51
52
-
Second, as a prelude to planning your migration, assess the readiness of resources in your data estate for migration.
52
+
The first pre-migration step, as a prelude to planning your migration, assess the readiness of resources in your data estate for migration.
53
53
54
54
Assessment involves finding out whether you're using the [features and syntax that are supported](./feature-support-42.md). It also includes making sure you're adhering to the [limits and quotas](../concepts-limits.md#per-account-limits). The aim of this stage is to create a list of incompatibilities and warnings, if any. After you have the assessment results, you can try to address the findings during rest of the migration planning.
55
55
56
-
## Azure Cosmos DB Migration for MongoDB extension
56
+
There are 3 ways to complete the pre-migration steps, we recommend you to use the [Azure Cosmos DB Migration for MongoDB extension](#azure-cosmos-db-migration-for-mongodb-extension).
57
+
58
+
### Azure Cosmos DB Migration for MongoDB extension
57
59
58
60
The [Azure Cosmos DB Migration for MongoDB extension](/sql/azure-data-studio/extensions/database-migration-for-mongo-extension) in Azure Data Studio helps you assess a MongoDB workload for migrating to Azure Cosmos DB for MongoDB. You can use this extension to run an end-to-end assessment on your workload and find out the actions that you may need to take to seamlessly migrate your workloads on Azure Cosmos DB. During the assessment of a MongoDB endpoint, the extension reports all the discovered resources.
59
61
@@ -64,9 +66,9 @@ The Azure Cosmos DB Migration for MongoDB extension tool does both the pre-migra
64
66
> [!NOTE]
65
67
> Azure Cosmos DB Migration for MongoDB extension does not perform an end-to-end assessment. We recommend you to go through [the supported features and syntax](./feature-support-42.md), [Azure Cosmos DB limits and quotas](../concepts-limits.md#per-account-limits) in detail, as well as perform a proof-of-concept prior to the actual migration.
66
68
67
-
## Manual discovery
69
+
###Manual discovery (legacy)
68
70
69
-
The first pre-migration step is resource discovery. In this step, you need to create a **data estate migration spreadsheet**. The purpose of this spreadsheet is to enhance your productivity and help you to plan migration from end-to-end and use it as a tracking document throughout the migration process.
71
+
Alternatively, you could create a **data estate migration spreadsheet**. The purpose of this spreadsheet is to enhance your productivity and help you to plan migration from end-to-end and use it as a tracking document throughout the migration process.
70
72
71
73
* This sheet contains a comprehensive list of the existing resources (databases or collections) in your MongoDB data estate.
72
74
* The spreadsheet should be structured as a record of your data estate resources, in list form.
@@ -79,10 +81,10 @@ Here are some tools you can use for discovering resources:
> Database Migration Assistant is a legacy utility meant to assist you with the pre-migration steps. Microsoft recommends you to use the [Azure Cosmos DB Migration for MongoDB extension](#azure-cosmos-db-migration-for-mongodb-extension) for all pre-migration steps.
87
+
> Database Migration Assistant is a legacy utility meant to assist you with the pre-migration steps. We recommend you to use the [Azure Cosmos DB Migration for MongoDB extension](#azure-cosmos-db-migration-for-mongodb-extension) for all pre-migration steps.
86
88
87
89
You may use the [Database Migration Assistant](programmatic-database-migration-assistant-legacy.md) (DMA) utility to assist you with the discovery stage and create the data estate migration sheet programmatically.
0 commit comments