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
+10-18Lines changed: 10 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -86,17 +86,19 @@ It takes about 30 minutes to create and configure the virtual machine.
86
86
* Restarts the VM.
87
87
* Create an RDP file on your desktop for connecting to the VM.
88
88
89
-
1. If the VM does not restart, it will prompt for the VM name. The name of the VM is provided in script output.
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
91
-
```powershell
92
-
VM IoTMLDemo-o4pv3 is running
93
-
```
91
+

94
92
95
-
The script will restart the VM. Provide its name if prompted.
93
+
### Set auto-shutdown schedule
96
94
97
-
```powershell
98
-
Restart-AzureRmVM [VM name]
99
-
```
95
+
To help you reduce cost, the development VM has been created with an automatic shutdown schedule that is set to 1900 PST. You may need to update this setting depending on your location and schedule. To update the shutdown schedule:
96
+
97
+
1. In the Azure portal, navigate to the VM that the script created.
98
+
99
+
1. From the left pane menu, under **Operations**, select **Auto-shutdown**.
100
+
101
+
1. Adjust the **Scheduled shutdown** and **Time zone** as desired and select **Save**.
100
102
101
103
## Connect to the development VM
102
104
@@ -112,16 +114,6 @@ Now that we have created a VM we need to finish installing the software needed t
112
114
113
115
1. You will be prompted to accept the certificate for the VM. Select **Yes**.
114
116
115
-
### Set auto-shutdown schedule
116
-
117
-
To help you reduce cost, the development VM has been created with an automatic shutdown schedule that is set to 1900 PST. You may need to update this setting depending on your location and schedule. To update the shutdown schedule:
118
-
119
-
1. In the Azure portal, navigate to the VM that the script created.
120
-
121
-
1. From the left pane menu, under **Operations**, select **Auto-shutdown**.
122
-
123
-
1. Adjust the **Scheduled shutdown** and **Time zone** as desired and select **Save**.
124
-
125
117
## Install Visual Studio Code extensions
126
118
127
119
Now that you have connected to the development machine, add some useful extensions to Visual Studio Code to make the development experience easier.
0 commit comments