File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -45,15 +45,15 @@ The resulting CosmosDB container will embed the inner query into a single docume
45
45
46
46
2 . Add a data flow activity
47
47
48
- ![ CosmosDB Pipeline] ( media/data-flow/fwpipe.png )
49
-
50
48
3 . In the data flow activity, select ** New mapping data flow** .
51
49
52
50
4 . We will construct this data flow graph below
53
51
54
52
![ Data Flow Graph] ( media/data-flow/cosmosb1.png )
55
53
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.
57
57
58
58
## Next steps
59
59
You can’t perform that action at this time.
0 commit comments