Skip to content

Commit 256b296

Browse files
Update articles/cosmos-db/migrate-relational-to-cosmosdb-sql-api.md
Co-Authored-By: Sneha Gunda <[email protected]>
1 parent efc2b6e commit 256b296

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/cosmos-db/migrate-relational-to-cosmosdb-sql-api.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ Ideally, you want to use a single Azure Data Factory (ADF) copy activity to quer
5151

5252
We can work around this current limitation in one of the following ways:
5353

54-
* **Use Azure Data Factory with two Copy Activities**: (1) get JSON-formatted data from SQL to a text file in an intermediary blob storage location, and (2) load from the JSON text file to the Cosmos DB collection.
54+
* **Use Azure Data Factory with two copy activities**:
55+
1. Get JSON-formatted data from SQL to a text file in an intermediary blob storage location, and
56+
2. Load data from the JSON text file to a container in Azure Cosmos DB.
5557

5658
* **Use Azure Databricks to read from SQL and write to Cosmos DB** - we will present two options here.
5759

0 commit comments

Comments
 (0)