Skip to content

Commit 65724e0

Browse files
authored
Update custom-deserializer.md
added retirement
1 parent bcf877a commit 65724e0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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)