Skip to content

Commit b616d90

Browse files
authored
Update tutorial-incremental-copy-change-tracking-feature-powershell.md
1 parent 5353128 commit b616d90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/data-factory/tutorial-incremental-copy-change-tracking-feature-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ In this step, you link your Azure Storage Account to the data factory.
227227
### Create Azure SQL Database linked service.
228228
In this step, you link your database to the data factory.
229229

230-
1. Create a JSON file named **AzureSQLDatabaseLinkedService.json** in **C:\ADFTutorials\IncCopyChangeTrackingTutorial** folder with the following content: Replace <your-server-name> and <your-database-name> with the name of your server and database before you save the file. You must also configure your Azure SQL Server to [grant access to your data factory's managed identity](connector-azure-sql-database.md#use-managed-identity-for-authentication).
230+
1. Create a JSON file named **AzureSQLDatabaseLinkedService.json** in **C:\ADFTutorials\IncCopyChangeTrackingTutorial** folder with the following content: Replace <your-server-name> and <your-database-name> with the name of your server and database before you save the file. You must also configure your Azure SQL Server to [grant access to your data factory's managed identity](connector-azure-sql-database.md#user-assigned-managed-identity-authentication).
231231
232232
```json
233233
{

0 commit comments

Comments
 (0)