Skip to content

Commit e5d0211

Browse files
authored
add H2 heading
1 parent 086dd45 commit e5d0211

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/stream-analytics/stream-analytics-test-query.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ ms.custom: seodec18
1515

1616
By using Azure Stream Analytics, you can sample data from inputs or upload sample data to test queries in the Azure portal without starting or stopping a job.
1717

18+
## Upload sample data and test the query
19+
1820
1. Sign in to the Azure portal.
1921

2022
2. Locate your existing Stream Analytics job and select it.
@@ -23,9 +25,9 @@ By using Azure Stream Analytics, you can sample data from inputs or upload sampl
2325

2426
4. To test your query you can then either sample data from a live input, or upload from a file. The data must be serialized in JSON, CSV or AVRO. Sample input must be encoded in UTF-8 and not compressed. Only comma (,) delimiter is supported for testing CSV input on portal.
2527

26-
4.1. Using live input: right-click on any of your inputs. Then select **Sample data from input**. In the next screen, you can set the duration of the sample.
28+
1. Using live input: right-click on any of your inputs. Then select **Sample data from input**. In the next screen, you can set the duration of the sample.
2729

28-
4.2. Using file: right-click on any of your inputs. Then select **Upload sample data from file**.
30+
1. Using file: right-click on any of your inputs. Then select **Upload sample data from file**.
2931

3032
![stream analytics query editor test query](media/stream-analytics-test-query/stream-analytics-test-query-editor-upload.png)
3133

0 commit comments

Comments
 (0)