Skip to content

Commit 234a3bb

Browse files
authored
Update stream-analytics-edge-csharp-udf-methods.md
added retirement note
1 parent 8a2b087 commit 234a3bb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
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 30 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

0 commit comments

Comments
 (0)