Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8d0d01f

Browse files
committedDec 14, 2021
Fixed bad image links
1 parent 5542a1b commit 8d0d01f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎articles/data-factory/transform-data-using-data-lake-analytics.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ To use a U-SQL activity for Azure Data Lake Analytics in a pipeline, complete th
3030
1. Select the new U-SQL activity on the canvas if it is not already selected.
3131
1. Select the **ADLA Account** tab to select or create a new Azure Data Lake Analytics linked service that will be used to execute the U-SQL activity.
3232

33-
:::image type="content" source="media/transform-data-data-lake-analytics/u-sql-activity.png" alt-text="Shows the UI for a U-SQL activity.":::
33+
:::image type="content" source="media/transform-data-using-data-lake-analytics/u-sql-activity.png" alt-text="Shows the UI for a U-SQL activity.":::
3434

3535
1. Select the **Script** tab to select or create a new storage linked service, and a path within the storage location, which will host the script.
3636

37-
:::image type="content" source="media/transform-data-data-lake-analytics/u-sql-script-configuration.png" alt-text="Shows the UI for the Script tab for a U-SQL activity.":::
37+
:::image type="content" source="media/transform-data-using-data-lake-analytics/u-sql-script-configuration.png" alt-text="Shows the UI for the Script tab for a U-SQL activity.":::
3838

3939
## Azure Data Lake Analytics linked service
4040
You create an **Azure Data Lake Analytics** linked service to link an Azure Data Lake Analytics compute service to an Azure Data Factory or Synapse Analytics workspace. The Data Lake Analytics U-SQL activity in the pipeline refers to this linked service.

0 commit comments

Comments
 (0)
Please sign in to comment.