Skip to content

Commit 6cae5d1

Browse files
authored
Update stream-analytics-quick-create-portal.md
fixed numbering prob
1 parent b1177dc commit 6cae5d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/stream-analytics/stream-analytics-quick-create-portal.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ In this section, you'll configure an IoT Hub device input to the Stream Analytic
118118

119119
## Define the transformation query
120120

121-
2. Now, select **Query** under **Job topology** on the left menu.
121+
1. Now, select **Query** under **Job topology** on the left menu.
122122
1. Enter the following query into the query window. In this example, the query reads the data from IoT Hub and copies it to a new file in the blob.
123123

124124
```sql
@@ -127,7 +127,7 @@ In this section, you'll configure an IoT Hub device input to the Stream Analytic
127127
FROM IoTHubInput
128128
WHERE Temperature > 27
129129
```
130-
3. Select **Save query** on the toolbar.
130+
1. Select **Save query** on the toolbar.
131131

132132
:::image type="content" source="./media/stream-analytics-quick-create-portal/add-asa-query.png" lightbox="./media/stream-analytics-quick-create-portal/add-asa-query.png" alt-text="Screenshot showing the **Query** page with the sample query.":::
133133

0 commit comments

Comments
 (0)