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-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,7 @@ The DevVM directory contains the files needed to create an Azure virtual machine
56
56
1. Open Powershell as an administrator and navigate to the directory where you downloaded the code. We will refer to the root directory for your source as `<srcdir>`.
57
57
58
58
```powershell
59
-
cd \<srcdir\>\IoTEdgeAndMlSample\DevVM
59
+
cd <srcdir>\IoTEdgeAndMlSample\DevVM
60
60
```
61
61
62
62
2. Run the following command to allow execution of scripts. Choose **Yes to All** when prompted.
@@ -137,7 +137,7 @@ Now that you have connected to the development machine, add some useful extensio
137
137
3. Run the script.
138
138
139
139
```powershell
140
-
.\\Enable-CodeExtensions.ps1
140
+
.\Enable-CodeExtensions.ps1
141
141
```
142
142
143
143
4. The script will run for a few minutes installing VS code extensions:
@@ -81,8 +79,7 @@ To store our certificates securely and to make them accessible from multiple dev
81
79
3. On your development machine, upload the certificates to Key Vault. Replace **\<subscriptionId\>** and **\<keyvaultname\>** with your resource information.
0 commit comments