Skip to content

Commit 87ecf66

Browse files
committed
Freshness review
1 parent 8e5feb7 commit 87ecf66

File tree

9 files changed

+8
-8
lines changed

9 files changed

+8
-8
lines changed
13.8 KB
Loading
4.71 KB
Loading
-4.11 KB
Loading
7.38 KB
Loading
-3.93 KB
Loading
-46.7 KB
Loading
-12.2 KB
Loading
5.17 KB
Loading

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ title: Quickstart - Create a Stream Analytics job by using the Azure portal
33
description: This quickstart shows you how to get started by creating a Stream Analytic job, configuring inputs, outputs, and defining a query.
44
author: ajetasin
55
ms.author: ajetasi
6-
ms.date: 09/02/2022
6+
ms.date: 11/28/2023
77
ms.topic: quickstart
88
ms.service: stream-analytics
99
ms.custom: mvc, mode-ui
1010
#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.
1111
---
1212

1313
# 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.
1515

1616
## Before you begin
1717
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
4848

4949
:::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.":::
5050
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.
5252

5353
:::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.":::
5454

@@ -71,7 +71,7 @@ Before defining the Stream Analytics job, you should prepare the input data. The
7171

7272
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).
7373
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.
7575
1. On the **New Stream Analytics job** page, follow these steps:
7676
1. For **Subscription**, select your Azure subscription.
7777
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
8888

8989
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.
9090

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**.
9393

9494
:::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.**.":::
9595
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
103103
## Configure job output
104104

105105
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**.
107107

108108
:::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.":::
109109
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
141141

142142
## Start the Stream Analytics job and check the output
143143

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**.
145145

146146
:::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.":::
147147
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

Comments
 (0)