Skip to content

Commit 76cbbf9

Browse files
authored
Update custom-deserializer-examples.md
added retirement note
1 parent 65724e0 commit 76cbbf9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/stream-analytics/custom-deserializer-examples.md

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

1212
# Read input in any format using .NET custom deserializers (Preview)
1313

14+
> [!IMPORTANT]
15+
> Custom .net deserializer for Azure Stream Analytics will be retired on 30th September 2024. After that date, it won't be possible to use the feature. Please transition to a [JSON, AVRO, or CSV built-in deserializer](./stream-analytics-parsing-json.md) by that date.
16+
1417
.NET custom deserializers allow your Azure Stream Analytics job to read data from formats outside of the three [built-in data formats](stream-analytics-parsing-json.md). This article explains the serialization format and the interfaces that define .NET custom deserializers for Azure Stream Analytics cloud and edge jobs. There are also example deserializers for Protocol Buffer and CSV format.
1518

1619
## .NET custom deserializer

0 commit comments

Comments
 (0)