Skip to content

Commit 9d901ff

Browse files
authored
Pencil edit: added periods to alt-text
1 parent 98305db commit 9d901ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/data-factory/concepts-data-flow-udf.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ Whenever you find yourself building the same logic in an expression in across mu
2121

2222
To get started with user defined functions, you must first create a data flow library. Navigate to the management page and then find data flow libraries under the author section.
2323

24-
![Screenshot showing the A D F management pane and data flow libraries](./media/data-flow-udf/data-flow-udf-library.png)
24+
![Screenshot showing the A D F management pane and data flow libraries.](./media/data-flow-udf/data-flow-udf-library.png)
2525

2626

2727

2828
## Data flow library
2929

3030
From here, you can click on +New button to create a new data flow library. Fill out the name and description and then you are ready to create your user defined function.
31-
![Screenshot showing the data flow libraries creation pane](./media/data-flow-udf/data-flow-udf-library-create.png)
31+
![Screenshot showing the data flow libraries creation pane.](./media/data-flow-udf/data-flow-udf-library-create.png)
3232

3333
## New user defined function
3434

@@ -52,4 +52,4 @@ The body of the user defined function is where you specify the logic of your fun
5252

5353
User defined functions will appear in the mapping data flow expression builder under Data flow library functions. From here, you can use your custom created functions and pass in appropriate arguments (if any) that you've defined.
5454

55-
![Screenshot showing the data flow library in the mapping data flow expression builder.](./media/data-flow-udf/data-flow-udf-expression-builder.png)
55+
![Screenshot showing the data flow library in the mapping data flow expression builder.](./media/data-flow-udf/data-flow-udf-expression-builder.png)

0 commit comments

Comments
 (0)