Skip to content

Commit f43c1bf

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

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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)