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/iot-edge/tutorial-deploy-stream-analytics.md
+14-4Lines changed: 14 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,16 +59,20 @@ In this section, you create an Azure Stream Analytics job to take data from your
59
59
60
60
2. Enter a name and use the remaining default values. Click **Create**. Note the name for later.
61
61
62
-
> [!NOTE]
63
-
> For 11-09 bug bash, please create your ASA job under location **Canada East**.
64
-
65
62
![new storage account][1]
66
63
67
64
> [!NOTE]
68
65
> Make sure the **Location** you use is the same as your IoT Hub **Location** else additional fees may apply.
69
66
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
+
70
71
1. In the Azure portal, navigate to **Create a resource -> Internet of Things** and click **Stream Analytics Job**.
71
72
73
+
> [!NOTE]
74
+
> For 11-09 bug bash, please create your ASA job under location **Canada East**.
75
+
72
76
1. Enter a name, **choose "Edge" as Hosting environment** and use the remaining default values. Click **Create**.
73
77
74
78
![ASA create][5]
@@ -116,7 +120,11 @@ You are now ready to deploy the ASA job on your IoT Edge device.
116
120
> [!NOTE]
117
121
> 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.
118
122
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.
120
128
121
129
1. Copy the following to **Routes**. Replace _{moduleName}_ with the module name you copied:
122
130
@@ -178,6 +186,8 @@ In this tutorial, you configured an Azure Storage container and a Streaming Anal
0 commit comments