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/how-to-move-regions.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,13 +59,13 @@ The following steps demonstrate how to migrate an Azure Cosmos DB account for th
59
59
60
60
To create a new database and container, see [Create an Azure Cosmos DB container](how-to-create-container.md).
61
61
62
-
1. Migrate data by using the Azure Cosmos DB Live Data Migrator tool.
62
+
1. Migrate data by using the Azure Cosmos DB Spark Connector live migration sample.
63
63
64
-
To migrate data with near zero downtime, see [Azure Cosmos DB Live Data Migrator tool](https://github.com/Azure-Samples/azure-cosmosdb-live-data-migrator).
64
+
To migrate data with near zero downtime, see [Live Migrate Azure Cosmos DB SQL API Containers data with Spark Connector](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/cosmos/azure-cosmos-spark_3_2-12/Samples/DatabricksLiveContainerMigration).
65
65
66
66
1. Update the application connection string.
67
67
68
-
With the Live Data Migrator tool still running, update the connection information in the new deployment of your application. You can retrieve the endpoints and keys for your application from the Azure portal.
68
+
With the Live Data Migration sample still running, update the connection information in the new deployment of your application. You can retrieve the endpoints and keys for your application from the Azure portal.
69
69
70
70
:::image type="content" source="./media/secure-access-to-data/nosql-database-security-master-key-portal.png" alt-text="Access control in the Azure portal, demonstrating NoSQL database security.":::
71
71
@@ -75,7 +75,7 @@ The following steps demonstrate how to migrate an Azure Cosmos DB account for th
75
75
76
76
1. Delete any resources that you no longer need.
77
77
78
-
With requests now fully redirected to the new instance, you can delete the old Azure Cosmos DB account and the Live Data Migrator tool.
78
+
With requests now fully redirected to the new instance, you can delete the old Azure Cosmos DB account and stop the Live Data Migrator sample.
0 commit comments