Skip to content

Commit 1870c66

Browse files
Merge pull request #271291 from AliciaLiMicrosoft/patch-29
Update visual-studio-code-custom-deserializer.md
2 parents 7294248 + fe92a1a commit 1870c66

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/stream-analytics/visual-studio-code-custom-deserializer.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ ms.date: 01/21/2023
1212

1313
# Tutorial: Custom .NET deserializers for Azure Stream Analytics in Visual Studio Code (Preview)
1414

15+
> [!IMPORTANT]
16+
> Custom .net deserializer for Azure Stream Analytics will be retired on September 30th 2024. After that date, it won't be possible to use the feature.
17+
1518
Azure Stream Analytics has built-in support for three data formats: JSON, CSV, and Avro as shown in this [doc](stream-analytics-parsing-json.md). With custom .NET deserializers, you can process data in other formats such as [Protocol Buffer](https://developers.google.com/protocol-buffers/), [Bond](https://github.com/Microsoft/bond) and other user defined formats for cloud jobs. This tutorial demonstrates how to create, test, and debug a custom .NET deserializer for an Azure Stream Analytics job using Visual Studio Code.
1619

1720
You'll learn how to:

0 commit comments

Comments
 (0)