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/stream-analytics/stream-analytics-quick-create-portal.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,15 +3,15 @@ title: Quickstart - Create a Stream Analytics job by using the Azure portal
3
3
description: This quickstart shows you how to get started by creating a Stream Analytic job, configuring inputs, outputs, and defining a query.
4
4
author: ajetasin
5
5
ms.author: ajetasi
6
-
ms.date: 09/02/2022
6
+
ms.date: 11/28/2023
7
7
ms.topic: quickstart
8
8
ms.service: stream-analytics
9
9
ms.custom: mvc, mode-ui
10
10
#Customer intent: As an IT admin/developer, I want to create a Stream Analytics job, configure input and output, and analyze data by using the Azure portal.
11
11
---
12
12
13
13
# Quickstart: Create a Stream Analytics job by using the Azure portal
14
-
This quickstart shows you how to create a Stream Analytics job in the Azure portal. In this quickstart, you define a Stream Analytics job that reads real-time streaming data and filters messages with a temperature greater than 27. Your Stream Analytics job reads data from IoT Hub, transform the data, and write the output data to a container in blob storage. The input data used in this quickstart is generated by a Raspberry Pi online simulator.
14
+
This quickstart shows you how to create a Stream Analytics job in the Azure portal. In this quickstart, you define a Stream Analytics job that reads real-time streaming data and filters messages with a temperature greater than 27. The Stream Analytics job reads data from IoT Hub, transforms the data, and writes the output data to a container in an Azure blob storage. The input data used in this quickstart is generated by a Raspberry Pi online simulator.
15
15
16
16
## Before you begin
17
17
If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/).
@@ -48,7 +48,7 @@ Before defining the Stream Analytics job, you should prepare the input data. The
48
48
49
49
:::image type="content" source="./media/stream-analytics-quick-create-portal/device-list.png" lightbox="./media/stream-analytics-quick-create-portal/device-list.png" alt-text="Screenshot showing the list of devices.":::
50
50
1. Select your device from the list.
51
-
1. On the device page, select the copy button next to **Connection string - primary key**, and save it to a notepad to use later.
51
+
1. On the device page, select the copy button next to **Primary Connection String**, and save it to a notepad to use later.
52
52
53
53
:::image type="content" source="./media/stream-analytics-quick-create-portal/save-iot-device-connection-string.png" lightbox="./media/stream-analytics-quick-create-portal/save-iot-device-connection-string.png" alt-text="Screenshot showing the copy button next to device connection string.":::
54
54
@@ -71,7 +71,7 @@ Before defining the Stream Analytics job, you should prepare the input data. The
71
71
72
72
1. On a separate tab of the same browser window or in a separate browser window, sign in to the [Azure portal](https://portal.azure.com).
73
73
2. Select **Create a resource** in the upper left-hand corner of the Azure portal.
74
-
3. Select **Analytics** > **Stream Analytics job** from the results list.
74
+
3. Select **Analytics** > **Stream Analytics job** from the results list. If you don't see **Stream Analytics job** in the list, search for **Stream Analytics job** using the search box at the topic, and select it from the search results.
75
75
1. On the **New Stream Analytics job** page, follow these steps:
76
76
1. For **Subscription**, select your Azure subscription.
77
77
1. For **Resource group**, select the same resource that you used earlier in this quickstart.
@@ -88,8 +88,8 @@ Before defining the Stream Analytics job, you should prepare the input data. The
88
88
89
89
In this section, you configure an IoT Hub device input to the Stream Analytics job. Use the IoT Hub you created in the previous section of the quickstart.
90
90
91
-
1. On the **Stream Analytics job** page, select **Input** under **Job topology** on the left menu.
92
-
1. On the **Inputs** page, select **Add stream input** > **IoT Hub**.
91
+
1. On the **Stream Analytics job** page, select **Inputs** under **Job topology** on the left menu.
92
+
1. On the **Inputs** page, select **Add input** > **IoT Hub**.
93
93
94
94
:::image type="content" source="./media/stream-analytics-quick-create-portal/add-input-menu.png" lightbox="./media/stream-analytics-quick-create-portal/add-input-menu.png" alt-text="Screenshot showing the **Inputs** page with **Add stream input** > **IoT Hub** menu selected.**.":::
95
95
3. On the **IoT Hub** page, follow these steps:
@@ -103,7 +103,7 @@ In this section, you configure an IoT Hub device input to the Stream Analytics j
103
103
## Configure job output
104
104
105
105
1. Now, select **Outputs** under **Job topology** on the left menu.
106
-
1. On the **Outputs** page, select **Add** > **Blob storage/ADLS Gen2**.
106
+
1. On the **Outputs** page, select **Add output** > **Blob storage/ADLS Gen2**.
107
107
108
108
:::image type="content" source="./media/stream-analytics-quick-create-portal/add-output-menu.png" alt-text="Screenshot showing the **Outputs** page with **Add** -> **Blob storage** option selected on the menu.":::
109
109
1. On the **New output** page for **Blob storage/ADLS Gen2**, follow these steps:
@@ -141,7 +141,7 @@ In this section, you configure an IoT Hub device input to the Stream Analytics j
141
141
142
142
## Start the Stream Analytics job and check the output
143
143
144
-
1. Return to the job overview page in the Azure portal, and select **Start**.
144
+
1. Return to the job overview page in the Azure portal, and select **Start job**.
145
145
146
146
:::image type="content" source="./media/stream-analytics-quick-create-portal/start-job-menu.png" alt-text="Screenshot showing the **Overview** page with **Start** button selected.":::
147
147
1. On the **Start job** page, confirm that **Now** is selected for **Job output start time**, and then select **Start** at the bottom of the page.
0 commit comments