Skip to content

Commit c0fb4fb

Browse files
Merge pull request #267262 from enkrumah/patch-57
Update stream-analytics-edge-csharp-udf-methods.md
2 parents 0754e5d + c2df608 commit c0fb4fb

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

articles/stream-analytics/stream-analytics-edge-csharp-udf-methods.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,15 @@ author: ajetasin
55
ms.author: ajetasi
66
ms.service: stream-analytics
77
ms.topic: conceptual
8-
ms.date: 6/09/2021
8+
ms.date: 02/26/2024
99
ms.custom: devx-track-csharp, devx-track-dotnet
1010
---
1111

1212
# Develop .NET Standard user-defined functions for Azure Stream Analytics jobs (Preview)
1313

14+
> [!IMPORTANT]
15+
> .Net Standard user-defined functions for Azure Stream Analytics will be retired on 30th September 2024. After that date, it will not be possible to use the feature. Please transition to [JavaScript user-defined functions](./stream-analytics-javascript-user-defined-functions.md) for Azure Stream Analytics.
16+
1417
Azure Stream Analytics offers a SQL-like query language for performing transformations and computations over streams of event data. There are many built-in functions, but some complex scenarios require additional flexibility. With .NET Standard user-defined functions (UDF), you can invoke your own functions written in any .NET standard language (C#, F#, etc.) to extend the Stream Analytics query language. UDFs allow you to perform complex math computations, import custom ML models using ML.NET, and use custom imputation logic for missing data. The UDF feature for Stream Analytics jobs is currently in preview and shouldn't be used in production workloads.
1518

1619
## Regions

articles/stream-analytics/stream-analytics-edge-csharp-udf.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,15 @@ author: ajetasin
55
ms.author: ajetasi
66
ms.service: stream-analytics
77
ms.topic: tutorial
8-
ms.date: 03/29/2023
8+
ms.date: 02/26/2024
99
ms.custom: devx-track-csharp
1010
---
1111

1212
# Tutorial: Write a C# user-defined function for Azure Stream Analytics job (Preview)
1313

14+
> [!IMPORTANT]
15+
> .Net Standard user-defined functions for Azure Stream Analytics will be retired on 30th September 2024. After that date, it will not be possible to use the feature. Please transition to [JavaScript user-defined functions](./stream-analytics-javascript-user-defined-functions.md) for Azure Stream Analytics.
16+
1417
C# user-defined functions (UDFs) created in Visual Studio allow you to extend the Azure Stream Analytics query language with your own functions. You can reuse existing code (including DLLs) and use mathematical or complex logic with C#. There are three ways to implement UDFs:
1518

1619
- CodeBehind files in a Stream Analytics project

0 commit comments

Comments
 (0)