Skip to content

Commit 1c3008c

Browse files
Merge pull request #228027 from TheovanKraay/patch-31
replace live migrator app with Spark sample
2 parents 1f6cf28 + 5e71465 commit 1c3008c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/cosmos-db/how-to-move-regions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ The following steps demonstrate how to migrate an Azure Cosmos DB account for th
5959

6060
To create a new database and container, see [Create an Azure Cosmos DB container](how-to-create-container.md).
6161

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.
6363

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).
6565

6666
1. Update the application connection string.
6767

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.
6969

7070
:::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.":::
7171

@@ -75,7 +75,7 @@ The following steps demonstrate how to migrate an Azure Cosmos DB account for th
7575

7676
1. Delete any resources that you no longer need.
7777

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.
7979

8080
## Next steps
8181

0 commit comments

Comments
 (0)