Skip to content

Commit 64690db

Browse files
authored
Merge pull request #197572 from joshuha-msft/patch-4
Added applies to section and preview wording
2 parents 5f9a51c + bb5b0b2 commit 64690db

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,19 @@ ms.topic: conceptual
1111
ms.date: 04/20/2022
1212
---
1313

14-
# User defined functions in mapping data flow
14+
# User defined functions (Preview) in mapping data flow
15+
16+
[!INCLUDEappliesto-adf-asa-md]
17+
18+
[!INCLUDEdata-flow-preamble]
1519

1620
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.
1721

1822
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.
1923

24+
> [!IMPORTANT]
25+
> User defined functions and mapping data flow libraries are currently in public preview.
26+
2027
## Getting started
2128

2229
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.

0 commit comments

Comments
 (0)