You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/event-hubs/process-data-azure-stream-analytics.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ Here are the key benefits of Azure Event Hubs and Azure Stream Analytics integra
50
50
51
51
Here's an example of data in the **raw format**:
52
52
53
-
:::image type="content" source="./media/process-data-azure-stream-analytics/snapshot-results-raw-format.png" alt-text="Screenshot of the Input preview window in the result pane of the Process data page in a table format." lightbox="./media/process-data-azure-stream-analytics/snapshot-results-raw-format.png":::
53
+
:::image type="content" source="./media/process-data-azure-stream-analytics/snapshot-results-raw-format.png" alt-text="Screenshot of the Input preview window in the result pane of the Process data page in the raw format." lightbox="./media/process-data-azure-stream-analytics/snapshot-results-raw-format.png":::
54
54
1. Select **Test query** to see the snapshot of test results of your query in the **Test results** tab. You can also download the results.
55
55
56
56
:::image type="content" source="./media/process-data-azure-stream-analytics/test-results.png" alt-text="Screenshot of the Input preview window in the result pane of the Process data page in the raw format." lightbox="./media/process-data-azure-stream-analytics/test-results.png":::
@@ -74,7 +74,7 @@ Here are the key benefits of Azure Event Hubs and Azure Stream Analytics integra
74
74
1. Your Stream Analytics job is now created where your query is the same that you tested, and input is your event hub.
75
75
76
76
:::image type="content" source="./media/process-data-azure-stream-analytics/add-output-link.png" alt-text="Screenshot showing the Stream Analytics job page with a link to add an output.":::
77
-
9. Add an [output](stream-analytics-define-outputs.md) of your choice.
77
+
9. Add an [output](../stream-analytics/stream-analytics-define-outputs.md) of your choice.
78
78
1. Navigate back to Stream Analytics job page by clicking the name of the job in breadcrumb link.
79
79
1. Select **Edit query** above the **Query** window.
80
80
1. Update `[OutputAlias]` with your output name, and select **Save query** link above the query. Close the Query page by selecting X in the top-right corner.
0 commit comments