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-machine-learning-edge-02-prepare-environment.md
+2-10Lines changed: 2 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@ It takes about 30 minutes to create and configure the virtual machine.
84
84
* Enables Hyper-V on the VM.
85
85
* Installs software need for development and clone the sample repository.
86
86
* 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.
88
88
89
89
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.
90
90
@@ -104,8 +104,6 @@ To help you reduce cost, the development VM has been created with an automatic s
104
104
105
105
Now that we have created a VM we need to finish installing the software needed to complete the tutorial.
106
106
107
-
1. Verify that the VM is running by checking its status in the Azure portal.
108
-
109
107
1. Double-click on the RDP file that the script created on your desktop.
110
108
111
109
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
124
122
cd C:\source\IoTEdgeAndMlSample\DevVM
125
123
```
126
124
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
-
133
125
1. Run the Visual Studio Code extensions script.
134
126
135
127
```powershell
@@ -175,7 +167,7 @@ The script takes about two minutes to run. Once complete, the script outputs the
175
167
176
168
## Review route to storage in IoT Hub
177
169
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.
179
171
180
172
1. Open the [Azure portal](https://portal.azure.com) and go to the resource group you're using for this tutorial.
0 commit comments