You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/data-factory/concepts-data-flow-udf.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,14 +21,14 @@ Whenever you find yourself building the same logic in an expression in across mu
21
21
22
22
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.
23
23
24
-

24
+

25
25
26
26
27
27
28
28
## Data flow library
29
29
30
30
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
-

31
+

32
32
33
33
## New user defined function
34
34
@@ -52,4 +52,4 @@ The body of the user defined function is where you specify the logic of your fun
52
52
53
53
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.
54
54
55
-

55
+

0 commit comments