Skip to content

Commit 0754e5d

Browse files
Merge pull request #267269 from enkrumah/patch-59
Update custom-deserializer.md
2 parents 5fa3e02 + 76cbbf9 commit 0754e5d

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
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

articles/stream-analytics/custom-deserializer.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,14 @@ ms.author: anboisve
66
ms.service: stream-analytics
77
ms.custom: devx-track-dotnet
88
ms.topic: tutorial
9-
ms.date: 01/12/2023
9+
ms.date: 02/26/2024
1010
---
1111

1212
# Custom .NET deserializers for Azure Stream Analytics in Visual Studio (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
Azure Stream Analytics has [built-in support for three data formats](stream-analytics-parsing-json.md): JSON, CSV, and Avro. With custom .NET deserializers, you can read data from other formats such as [Protocol Buffer](https://developers.google.com/protocol-buffers/), [Bond](https://github.com/Microsoft/bond) and other user defined formats for both cloud and edge jobs.
1518

1619
This tutorial demonstrates how to create a custom .NET deserializer for an Azure Stream Analytics cloud job using Visual Studio. To learn how to create .NET deserializers in Visual Studio Code, see [Create .NET deserializers for Azure Stream Analytics jobs in Visual Studio Code](visual-studio-code-custom-deserializer.md).

0 commit comments

Comments
 (0)