Skip to content

Commit 29d6408

Browse files
authored
Merge pull request #46633 from joe-plumb/patch-3
Adding troubleshooting step for events not arriving
2 parents 19e6709 + 48a4859 commit 29d6408

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

articles/stream-analytics/stream-analytics-troubleshoot-input.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,13 @@ This page describes common issues with input connections and how to troubleshoot
1919

2020
2. Examine your input data.
2121

22-
To verify that input data is flowing into Event Hub, use [Service Bus Explorer](https://code.msdn.microsoft.com/windowsapps/Service-Bus-Explorer-f2abca5a) to connect to Azure Event Hub (if Event Hub input is used).
22+
1. To verify that input data is flowing into Event Hub, use [Service Bus Explorer](https://code.msdn.microsoft.com/windowsapps/Service-Bus-Explorer-f2abca5a) to connect to Azure Event Hub (if Event Hub input is used).
2323

24-
Use the [**Sample Data**](stream-analytics-sample-data-input.md) button for each input, and download the input sample data.
24+
1. Use the [**Sample Data**](stream-analytics-sample-data-input.md) button for each input. Download the input sample data.
2525

26-
Inspect the sample data to understand the shape of the data: the schema and the [data types](https://docs.microsoft.com/stream-analytics-query/data-types-azure-stream-analytics).
26+
1. Inspect the sample data to understand the shape of the data--that is, the schema and [data types](https://docs.microsoft.com/stream-analytics-query/data-types-azure-stream-analytics).
27+
28+
3. Ensure that you have selected a time range in the input preview. Choose **Select time range**, and then enter a sample duration before testing your query.
2729

2830
## Malformed input events causes deserialization errors
2931
Deserialization issues are caused when the input stream of your Stream Analytics job contains malformed messages. For example, a malformed message could be caused by a missing parenthesis or a brace in a JSON object, or an incorrect timestamp format in the time field.

0 commit comments

Comments
 (0)