Skip to content

Commit 156f054

Browse files
authored
Merge pull request #102645 from JSeb225/patch-68
Add AVRO example for EH capture
2 parents 94f82d2 + e39b70a commit 156f054

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: mamccrea
66
ms.reviewer: mamccrea
77
ms.service: stream-analytics
88
ms.topic: conceptual
9-
ms.date: 12/30/2019
9+
ms.date: 1/28/2020
1010
---
1111

1212
# Read input in any format using .NET custom deserializers
@@ -75,7 +75,7 @@ The parameter `stream` is the stream containing the serialized object. `Deserial
7575

7676
## Deserializer examples
7777

78-
This section shows you how to write custom deserializers for Protobuf and CSV. For additional examples, visit [Azure Stream Analytics on GitHub](https://github.com/Azure/azure-stream-analytics/tree/master/CustomDeserializers).
78+
This section shows you how to write custom deserializers for Protobuf and CSV. For additional examples, such as AVRO format for Event Hub Capture, visit [Azure Stream Analytics on GitHub](https://github.com/Azure/azure-stream-analytics/tree/master/CustomDeserializers).
7979

8080
### Protocol buffer (Protobuf) format
8181

0 commit comments

Comments
 (0)