Skip to content

Commit baabcf8

Browse files
authored
Update stream-analytics-parsing-protobuf.md
1 parent 75f07ed commit baabcf8

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

articles/stream-analytics/stream-analytics-parsing-protobuf.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,10 @@ Complete the configuration using the following guidance:
5555
5. When sending messages that were serialized using Google.Protobuf, the prefix type should be set to base128 since that is the most cross-compatible type.
5656

5757
6. Service Messages aren't supported in the protobuf deserializers. Your job throws an exception if you attempt to use a service message.
58-
59-
7. Current datatypes not supported:
58+
For example:
59+
:::image type="content" source="./media/protobuf/service-message-proto.png" alt-text=" Screenshot showing an example of a service message." lightbox="./media/protobuf/service-message-proto.png" :::
60+
61+
8. Current datatypes not supported:
6062
* Any
6163
* One of (related to enums)
6264
* Durations

0 commit comments

Comments
 (0)