Skip to content

Commit 22b6ca6

Browse files
authored
Update how-to-sqldb-to-cosmosdb.md
1 parent 878c96c commit 22b6ca6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/data-factory/how-to-sqldb-to-cosmosdb.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,15 +45,15 @@ The resulting CosmosDB container will embed the inner query into a single docume
4545

4646
2. Add a data flow activity
4747

48-
![CosmosDB Pipeline](media/data-flow/fwpipe.png)
49-
5048
3. In the data flow activity, select **New mapping data flow**.
5149

5250
4. We will construct this data flow graph below
5351

5452
![Data Flow Graph](media/data-flow/cosmosb1.png)
5553

56-
5.
54+
5. Define the source for "SourceOrderDetails". For dataset, create a new Azure SQL Database dataset that points to the ```SalesOrderDetail``` table.
55+
56+
6. Define the source for "SourceOrderHeader". For dataset, create a new Azure SQL Database dataset that points to the ```SalesOrderHeader``` table.
5757

5858
## Next steps
5959

0 commit comments

Comments
 (0)