Skip to content

Commit d36839f

Browse files
authored
Merge pull request #107420 from ScarlettFalls/tutorial-2
IoT Edge Machine Learning tutorial setup - updated screenshot
2 parents 05314c0 + 9831b8b commit d36839f

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed
159 KB
Loading

articles/iot-edge/tutorial-machine-learning-edge-02-prepare-environment.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: 'Tutorial: Prepare your environment for development and deployment
44
author: kgremban
55
manager: philmea
66
ms.author: kgremban
7-
ms.date: 1/23/2020
7+
ms.date: 3/12/2020
88
ms.topic: tutorial
99
ms.service: iot-edge
1010
services: iot-edge
@@ -171,7 +171,7 @@ The script takes about two minutes to run. Once complete, the script outputs the
171171
172172
## Review route to storage in IoT Hub
173173
174-
As part of creating the IoT hub, the script that we ran in the previous section also created a custom endpoint and a route. IoT Hub routes consist of a query expression and an endpoint. If a message matches the expression, the data is sent along the route to the associated endpoint. Endpoints can be Event Hubs, Service Bus Queues, and Topics. In this case, the endpoint is a blob container in a storage account. Lets use the Azure portal to review the route created by our script.
174+
As part of creating the IoT hub, the script that we ran in the previous section also created a custom endpoint and a route. IoT Hub routes consist of a query expression and an endpoint. If a message matches the expression, the data is sent along the route to the associated endpoint. Endpoints can be Event Hubs, Service Bus Queues, and Topics. In this case, the endpoint is a blob container in a storage account. Let's use the Azure portal to review the route created by our script.
175175
176176
1. Open the [Azure portal](https://portal.azure.com) and go to the resource group you're using for this tutorial.
177177
@@ -183,18 +183,19 @@ As part of creating the IoT hub, the script that we ran in the previous section
183183
184184
1. Expand the **Storage** section:
185185
186-
![Verify turbofandevicestorage is in the custom endpoints list](media/tutorial-machine-learning-edge-02-prepare-environment/custom-endpoints.png)
186+
![Verify turbofanDeviceStorage is in the custom endpoints list](media/tutorial-machine-learning-edge-02-prepare-environment/custom-endpoints.png)
187187
188-
We see **turbofandevicestorage** is in the custom endpoints list. Note the following characteristics about this endpoint:
188+
We see **turbofanDeviceStorage** is in the custom endpoints list. Note the following characteristics about this endpoint:
189189
190190
* It points to the blob storage container you created named `devicedata` as indicated by **Container name**.
191191
* Its **Filename format** has partition as the last element in the name. We find this format is more convenient for the file operations we will do with Azure Notebooks later in the tutorial.
192+
* Its **Status** should be healthy.
192193
193194
1. Select the **Routes** tab.
194195
195196
1. Select the route named **turbofanDeviceDataToStorage**.
196197
197-
1. On the **Routes details** page, note that the routes endpoint is the **turbofanDeviceStorage** endpoint.
198+
1. On the **Routes details** page, note that the route's endpoint is the **turbofanDeviceStorage** endpoint.
198199
199200
![Review details about the turbofanDeviceDataToStorage route](media/tutorial-machine-learning-edge-02-prepare-environment/route-details.png)
200201

0 commit comments

Comments
 (0)