Skip to content

Commit 71d015a

Browse files
committed
refinements
1 parent 2fd5d3a commit 71d015a

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

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

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ It takes about 30 minutes to create and configure the virtual machine.
8484
* Enables Hyper-V on the VM.
8585
* Installs software need for development and clone the sample repository.
8686
* Restarts the VM.
87-
* Create an RDP file on your desktop for connecting to the VM.
87+
* Creates an RDP file on your desktop for connecting to the VM.
8888
8989
If you are prompted for the name of the VM to restart it, you can copy its name from the script output. The output also shows the path to the RDP file for connecting to the VM.
9090
@@ -104,8 +104,6 @@ To help you reduce cost, the development VM has been created with an automatic s
104104
105105
Now that we have created a VM we need to finish installing the software needed to complete the tutorial.
106106
107-
1. Verify that the VM is running by checking its status in the Azure portal.
108-
109107
1. Double-click on the RDP file that the script created on your desktop.
110108
111109
1. You will be presented with a dialog saying the publisher of the remote connection is unknown. This is acceptable, so select **Connect**.
@@ -124,12 +122,6 @@ Now that you have connected to the development machine, add some useful extensio
124122
cd C:\source\IoTEdgeAndMlSample\DevVM
125123
```
126124
127-
1. Run the following command to allow execution of scripts. Choose **Yes to All** when prompted.
128-
129-
```powershell
130-
Set-ExecutionPolicy Bypass -Scope Process
131-
```
132-
133125
1. Run the Visual Studio Code extensions script.
134126
135127
```powershell
@@ -175,7 +167,7 @@ The script takes about two minutes to run. Once complete, the script outputs the
175167
176168
## Review route to storage in IoT Hub
177169
178-
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.
170+
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.
179171
180172
1. Open the [Azure portal](https://portal.azure.com) and go to the resource group you're using for this tutorial.
181173

0 commit comments

Comments
 (0)