Skip to content

Commit cbe6289

Browse files
Merge pull request #224628 from enkrumah/patch-48
Update visual-studio-code-custom-deserializer.md
2 parents f9fc237 + fa19005 commit cbe6289

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
2-
title: Tutorial - Create custom .NET deserializers for Azure Stream Analytics cloud jobs using Visual Studio Code
2+
title: Tutorial - Create custom .NET deserializers for Azure Stream Analytics cloud jobs using Visual Studio Code (Preview)
33
description: This tutorial demonstrates how to create a custom .NET deserializer for an Azure Stream Analytics cloud job using Visual Studio Code.
44
author: alexlzx
55
ms.author: zhenxilin
66
ms.service: stream-analytics
77
ms.topic: how-to
8-
ms.date: 12/27/2022
8+
ms.date: 01/21/2023
99
---
1010

1111

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

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

@@ -135,4 +135,4 @@ In this tutorial, you learned how to implement a custom .NET deserializer for th
135135

136136
> [!div class="nextstepaction"]
137137
> * [Create different .NET deserializers for Azure Stream Analytics jobs](custom-deserializer-examples.md)
138-
> * [Test Azure Stream Analytics jobs locally with live input using Visual Studio Code](visual-studio-code-local-run-live-input.md)
138+
> * [Test Azure Stream Analytics jobs locally with live input using Visual Studio Code](visual-studio-code-local-run-live-input.md)

0 commit comments

Comments
 (0)