Skip to content

Commit 19cc18a

Browse files
committed
updated screenshot
1 parent cb0b609 commit 19cc18a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed
9.56 KB
Loading

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

Lines changed: 4 additions & 3 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
@@ -189,12 +189,13 @@ As part of creating the IoT hub, the script that we ran in the previous section
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+
* The 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)