Skip to content

Commit ada5325

Browse files
authored
Merge pull request #106247 from markingmyname/master
[ADF] Replaced Sample repo code syntax with new syntax
2 parents c18526b + 680169c commit ada5325

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/data-factory/scripts/incremental-copy-powershell.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ ms.date: 10/31/2017
1313
---
1414

1515
# PowerShell script - Incrementally load data by using Azure Data Factory
16+
1617
This sample PowerShell script loads only new or updated records from a source data store to a sink data store after the initial full copy of data from the source to the sink.
1718

1819
[!INCLUDE [updated-for-az](../../../includes/updated-for-az.md)]
@@ -26,7 +27,7 @@ See [tutorial: incremental copy](../tutorial-incremental-copy-powershell.md#prer
2627
> [!IMPORTANT]
2728
> This script creates JSON files that define Data Factory entities (linked service, dataset, and pipeline) on your hard drive in the c:\ folder.
2829
29-
[!code-powershell[main](../../../powershell_scripts/data-factory/incremental-copy-from-azure-sql-to-blob/incremental-copy-from-azure-sql-to-blob.ps1 "Incremental copy from Azure SQL Database to Azure Blob Storage")]
30+
:::code language="powershell" source="~/powershell_scripts/data-factory/incremental-copy-from-azure-sql-to-blob/incremental-copy-from-azure-sql-to-blob.ps1":::
3031

3132
## Clean up deployment
3233

0 commit comments

Comments
 (0)