Skip to content

Commit c32f575

Browse files
authored
Update stream-analytics-troubleshoot-output.md
1 parent 7e10be6 commit c32f575

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ ms.author: sidram
66
ms.reviewer: mamccrea
77
ms.service: stream-analytics
88
ms.topic: conceptual
9-
ms.date: 03/27/2020
9+
ms.date: 03/31/2020
1010
ms.custom: seodec18
1111
---
1212

1313
# Troubleshoot Azure Stream Analytics outputs
1414

15-
This article describes common issues with Azure Stream Analytics output connections, how to troubleshoot output issues, and how to correct the issues. Many troublshooting steps require diagnostic logs to be enabled for your Stream Analytics job. If you do not have diagnosic logs enabled, see [Troubleshoot Azure Stream Analytics by using diagnostics logs](stream-analytics-job-diagnostic-logs.md).
15+
This article describes common issues with Azure Stream Analytics output connections, how to troubleshoot output issues, and how to correct the issues. Many troubleshooting steps require diagnostic logs to be enabled for your Stream Analytics job. If you do not have diagnostic logs enabled, see [Troubleshoot Azure Stream Analytics by using diagnostics logs](stream-analytics-job-diagnostic-logs.md).
1616

1717
## Output not produced by job
1818
1. Verify connectivity to outputs by using the **Test Connection** button for each output.
@@ -22,10 +22,11 @@ This article describes common issues with Azure Stream Analytics output connecti
2222
* If Input Events are greater than 0, the job is able to read input data. If Input Events are not greater than 0, then there is an issue with the job's input. See [Troubleshoot input connections](stream-analytics-troubleshoot-input.md) to learn how to troubleshoot input connection issues.
2323

2424
* If Data Conversion Errors are greater than 0 and climbing, see [Azure Stream Analytics data errors](data-errors.md) for detailed information about data conversion errors.
25-
25+
2626
* If Runtime Errors are greater than 0, your job can receive data but it's generating errors while processing the query. To find the errors, go to the [Audit Logs](../azure-resource-manager/management/view-activity-logs.md) and filter on *Failed* status.
2727

28-
* If InputEvents is greather than 0 and OutputEvents equals 0, one of the following is true:
28+
* If InputEvents is greater than 0 and OutputEvents equals 0, one of the following is true:
29+
2930
* Query processing resulted in zero output events.
3031
* Events or fields might be malformed, resulting in zero output after query processing.
3132
* The job was unable to push data to the output sink for connectivity or authentication reasons.

0 commit comments

Comments
 (0)