Skip to content

Commit 2f79d25

Browse files
Merge pull request #223845 from enkrumah/patch-46
Update custom-deserializer.md
2 parents 3aa70ca + 9405eea commit 2f79d25

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/stream-analytics/custom-deserializer.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
title: Custom .NET deserializers for Azure Stream Analytics cloud jobs
3-
description: This doc demonstrates how to create a custom .NET deserializer for an Azure Stream Analytics cloud job using Visual Studio.
3+
description: This doc demonstrates how to create a custom .NET deserializer for an Azure Stream Analytics cloud job using Visual Studio (Preview)
44
author: ahartoon
55
ms.author: anboisve
66
ms.service: stream-analytics
77
ms.topic: tutorial
8-
ms.date: 12/17/2020
8+
ms.date: 01/12/2023
99
---
1010

11-
# Custom .NET deserializers for Azure Stream Analytics in Visual Studio
11+
# Custom .NET deserializers for Azure Stream Analytics in Visual Studio (Preview)
1212

1313
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.
1414

@@ -130,4 +130,4 @@ When no longer needed, delete the resource group, the streaming job, and all rel
130130
In this tutorial, you learned how to implement a custom .NET deserializer for the protocol buffer input serialization. To learn more about creating custom deserializers, continue to the following article:
131131

132132
> [!div class="nextstepaction"]
133-
> [Create different .NET deserializers for Azure Stream Analytics jobs](custom-deserializer-examples.md)
133+
> [Create different .NET deserializers for Azure Stream Analytics jobs](custom-deserializer-examples.md)

0 commit comments

Comments
 (0)