Skip to content

Commit 44351a1

Browse files
committed
added script output screenshot
1 parent e4750f0 commit 44351a1

File tree

2 files changed

+10
-18
lines changed

2 files changed

+10
-18
lines changed
168 KB
Loading

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

Lines changed: 10 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -86,17 +86,19 @@ It takes about 30 minutes to create and configure the virtual machine.
8686
* Restarts the VM.
8787
* Create an RDP file on your desktop for connecting to the VM.
8888
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.
9090
91-
```powershell
92-
VM IoTMLDemo-o4pv3 is running
93-
```
91+
![Script output shows VM name and path to RDP file](media/tutorial-machine-learning-edge-02-prepare-environment/script-output.png)
9492
95-
The script will restart the VM. Provide its name if prompted.
93+
### Set auto-shutdown schedule
9694
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**.
100102
101103
## Connect to the development VM
102104
@@ -112,16 +114,6 @@ Now that we have created a VM we need to finish installing the software needed t
112114
113115
1. You will be prompted to accept the certificate for the VM. Select **Yes**.
114116
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-
125117
## Install Visual Studio Code extensions
126118
127119
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

Comments
 (0)