Skip to content

Commit 98305db

Browse files
committed
Fixing TOC casing and alt image text
1 parent 4f3c601 commit 98305db

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

articles/data-factory/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,7 @@ items:
277277
displayName: cumeDist, denseRank, lag, lead, nTile, rank, rowNumber
278278
- name: Alphabetical usage details for all functions
279279
href: data-flow-expressions-usage.md
280-
- name: User Defined Functions
280+
- name: User defined functions
281281
href: concepts-data-flow-udf.md
282282
displayName: udf, user defined function,data flow library
283283
- name: Prepare data with Power Query data wrangling

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

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ ms.date: 04/20/2022
1313

1414
# User defined functions in mapping data flow
1515

16-
## What is a user defined function?
17-
1816
A user defined function is a customized expression you can define to be able to reuse logic across multiple mapping data flows. User defined functions live in a collection called a data flow library to be able to easily group up common sets of customized functions.
1917

2018
Whenever you find yourself building the same logic in an expression in across multiple mapping data flows this would be a good opportunity to turn that into a user defined function.
@@ -23,7 +21,7 @@ Whenever you find yourself building the same logic in an expression in across mu
2321

2422
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.
2523

26-
![Screenshot showing the ADF 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)
2725

2826

2927

@@ -35,13 +33,13 @@ From here, you can click on +New button to create a new data flow library. Fill
3533
## New user defined function
3634

3735
To create a user defined function, from the data flow library you want to create the function in, click the +New button.
38-
![Screenshot showing the UDF new function button.](./media/data-flow-udf/data-flow-udf-function-new.png)
36+
![Screenshot showing the U D F new function button.](./media/data-flow-udf/data-flow-udf-function-new.png)
3937

4038
Fill in the name of your user defined function.
4139
> [!Note]
4240
> You cannot use the name of an existing mapping data flow expression. For a list of the current mapping data flow expressions, see [Data transformation expressions in mapping data flow | Microsoft Docs](data-transformation-functions.md)
4341
44-
![Screenshot showing the UDF new function creation pane.](./media/data-flow-udf/data-flow-udf-function-pane.png)
42+
![Screenshot showing the U D F new function creation pane.](./media/data-flow-udf/data-flow-udf-function-pane.png)
4543

4644
User defined functions can have zero or more arguments. Arguments allow you to pass in values when your function is called and refer to those arguments in your expression logic. Arguments are automatically named from i1, i2, etc. and you can choose the data type of the argument from the dropdown.
4745

0 commit comments

Comments
 (0)