Skip to content

Commit 82ae531

Browse files
authored
Merge pull request #99867 from sidramadoss/patch-59
Update custom-deserializer-examples.md
2 parents 615301e + f74f197 commit 82ae531

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

articles/stream-analytics/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
href: stream-analytics-define-inputs.md
5050
- name: Reference data inputs
5151
href: stream-analytics-use-reference-data.md
52-
- name: Write .NET custom deserializers
52+
- name: Read inputs in any format using custom deserializers
5353
href: custom-deserializer-examples.md
5454
- name: Output types for a job
5555
items:

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Use .NET deserializers for Azure Stream Analytics jobs
2+
title: Read input in any format using .NET custom deserializers in Azure Stream Analytics
33
description: This article explains the serialization format and the interfaces that define custom .NET deserializers for Azure Stream Analytics cloud and edge jobs.
44
author: mamccrea
55
ms.author: mamccrea
@@ -9,11 +9,11 @@ ms.topic: conceptual
99
ms.date: 12/30/2019
1010
---
1111

12-
# Use .NET deserializers for Azure Stream Analytics jobs
12+
# Read input in any format using .NET custom deserializers
1313

14-
Custom .NET 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 custom .NET deserializers for Azure Stream Analytics cloud and edge jobs. There are also example deserializers for Protocol Buffer and CSV format.
14+
.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.
1515

16-
## Custom .NET deserializer
16+
## .NET custom deserializer
1717

1818
Following code samples are the interfaces that define the custom deserializer and implement `StreamDeserializer<T>`.
1919

@@ -245,4 +245,4 @@ Once you have implemented your deserializer, you can help others by sharing it w
245245

246246
## Next Steps
247247

248-
* [Custom .NET deserializers for Azure Stream Analytics cloud jobs](custom-deserializer.md)
248+
* [.NET custom deserializers for Azure Stream Analytics cloud jobs](custom-deserializer.md)

0 commit comments

Comments
 (0)