Skip to content

Commit 38bb2c0

Browse files
authored
M45653: Fixing typo adftutorial/asdedatasync
Translator has reported possible source content issue. Description: adftutorial should be asdedatasync
1 parent baf6b9a commit 38bb2c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/sql-database-edge/tutorial-sync-data-factory.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ Create a data factory by following the instructions in [this tutorial](../data-f
172172

173173
27. Go to the **Connection** tab of SinkDataset and complete these steps:
174174

175-
1. Under **File path**, enter *asdedatasync/incrementalcopy*, where *adftutorial* is the blob container name and *incrementalcopy* is the folder name. Create the container if it doesn't exist, or use the name of an existing one. Azure Data Factory automatically creates the output folder *incrementalcopy* if it doesn't exist. You can also use the **Browse** button for the **File path** to navigate to a folder in a blob container.
175+
1. Under **File path**, enter *asdedatasync/incrementalcopy*, where *asdedatasync* is the blob container name and *incrementalcopy* is the folder name. Create the container if it doesn't exist, or use the name of an existing one. Azure Data Factory automatically creates the output folder *incrementalcopy* if it doesn't exist. You can also use the **Browse** button for the **File path** to navigate to a folder in a blob container.
176176

177177
2. For the **File** part of the **File path**, select **Add dynamic content [Alt+P]**, and then enter **@CONCAT('Incremental-', pipeline().RunId, '.txt')** in the window that opens. Select **Finish**. The file name is dynamically generated by the expression. Each pipeline run has a unique ID. The Copy activity uses the run ID to generate the file name.
178178

0 commit comments

Comments
 (0)