Skip to content

Commit 2fd5d3a

Browse files
committed
minor edits
1 parent 44351a1 commit 2fd5d3a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,10 @@ It takes about 30 minutes to create and configure the virtual machine.
4646

4747
1. Clone or download the [Machine Learning and IoT Edge](https://github.com/Azure-Samples/IoTEdgeAndMlSample) sample repository to your local computer.
4848

49-
1. Open Powershell as an administrator and navigate to the **\IoTEdgeAndMlSample-Master\DevVM** directory located under the root directory where you downloaded the code. We will refer to the root directory for your source as `srcdir`.
49+
1. Open Powershell as an administrator and navigate to the **\IoTEdgeAndMlSample\DevVM** directory located under the root directory where you downloaded the code. We will refer to the root directory for your source as `srcdir`.
5050

5151
```powershell
52-
cd c:\srcdir\IoTEdgeAndMlSample-Master\DevVM
52+
cd c:\srcdir\IoTEdgeAndMlSample\DevVM
5353
```
5454
5555
The DevVM directory contains the files needed to create an Azure virtual machine appropriate for completing this tutorial.
@@ -106,7 +106,7 @@ Now that we have created a VM we need to finish installing the software needed t
106106
107107
1. Verify that the VM is running by checking its status in the Azure portal.
108108
109-
1. Double-click on the RDP file, `[VM Name].rdp`, that the script created on your desktop.
109+
1. Double-click on the RDP file that the script created on your desktop.
110110
111111
1. You will be presented with a dialog saying the publisher of the remote connection is unknown. This is acceptable, so select **Connect**.
112112

0 commit comments

Comments
 (0)