Skip to content

Commit 392339b

Browse files
author
v-masebo
committed
temp module addition
1 parent 37fe550 commit 392339b

File tree

3 files changed

+14
-4
lines changed

3 files changed

+14
-4
lines changed
50.2 KB
Loading
39.3 KB
Loading

articles/iot-edge/tutorial-deploy-stream-analytics.md

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,16 +59,20 @@ In this section, you create an Azure Stream Analytics job to take data from your
5959

6060
2. Enter a name and use the remaining default values. Click **Create**. Note the name for later.
6161

62-
> [!NOTE]
63-
> For 11-09 bug bash, please create your ASA job under location **Canada East**.
64-
6562
![new storage account][1]
6663

6764
> [!NOTE]
6865
> Make sure the **Location** you use is the same as your IoT Hub **Location** else additional fees may apply.
6966
67+
3. In the Azure portal, navigate to the storage account that you just created. Click **Browse blobs** under **Blob Service**. Create a new container for the ASA module to store data. Set the access level to _Container_. Click **OK**.
68+
69+
![storage settings][10]
70+
7071
1. In the Azure portal, navigate to **Create a resource -> Internet of Things** and click **Stream Analytics Job**.
7172

73+
> [!NOTE]
74+
> For 11-09 bug bash, please create your ASA job under location **Canada East**.
75+
7276
1. Enter a name, **choose "Edge" as Hosting environment** and use the remaining default values. Click **Create**.
7377

7478
![ASA create][5]
@@ -116,7 +120,11 @@ You are now ready to deploy the ASA job on your IoT Edge device.
116120
> [!NOTE]
117121
> For 11-09 bug bash, there is a known issue that you can't use long module name. Click edit button for this ASA module, rename the module with any three characters. Then save.
118122

119-
1. Copy the name of this module. Click **Next** to configure routes.
123+
1. Click **Add IoT Edge Module** to add the temperature sensor module. Enter _tempSensor_ for name, `edgepreview.azurecr.io/azureiotedge/simulated-temperature-sensor:latest` for Image URL. Leave the other settings unchanged, and click **Save**.
124+
125+
![temperature module][11]
126+
127+
1. Copy the name of the ASA module. Click **Next** to configure routes.
120128

121129
1. Copy the following to **Routes**. Replace _{moduleName}_ with the module name you copied:
122130

@@ -178,6 +186,8 @@ In this tutorial, you configured an Azure Storage container and a Streaming Anal
178186
[7]: ./media/tutorial-deploy-stream-analytics/module_output.png
179187
[8]: ./media/tutorial-deploy-stream-analytics/docker_output.png
180188
[9]: ./media/tutorial-deploy-stream-analytics/docker_log.png
189+
[10]: ./media/tutorial-deploy-stream-analytics/storage_settings.png
190+
[11]: ./media/tutorial-deploy-stream-analytics/temp_module.png
181191

182192

183193
<!-- Links -->

0 commit comments

Comments
 (0)