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-12Lines changed: 10 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ description: 'Tutorial: Prepare your environment for development and deployment
4
4
author: kgremban
5
5
manager: philmea
6
6
ms.author: kgremban
7
-
ms.date: 1/14/2020
7
+
ms.date: 1/23/2020
8
8
ms.topic: tutorial
9
9
ms.service: iot-edge
10
10
services: iot-edge
@@ -76,20 +76,18 @@ It takes about 30 minutes to create and configure the virtual machine.
76
76
77
77
The script runs for several minutes as it executes the following steps:
78
78
79
-
* Installs the [Azure PowerShell Az module](https://docs.microsoft.com/powershell/azure/new-azureps-module-az?view=azps-1.1.0).
80
-
* Prompts you to sign in to Azure.
81
-
* Confirms the information for the creation of your VM. Press **y** or **Enter** to continue.
82
-
* Creates the resource group if it does not exist.
83
-
* Deploys the virtual machine.
84
-
* Enables Hyper-V on the VM.
85
-
* Installs software need for development and clone the sample repository.
86
-
* Restarts the VM.
87
-
* Creates an RDP file on your desktop for connecting to the VM.
79
+
1. Installs the [Azure PowerShell Az module](https://docs.microsoft.com/powershell/azure/new-azureps-module-az?view=azps-1.1.0).
80
+
1. Prompts you to sign in to Azure.
81
+
1. Confirms the information for the creation of your VM. Press **y** or **Enter** to continue.
82
+
1. Creates the resource group if it does not exist.
83
+
1. Deploys the virtual machine.
84
+
1. Enables Hyper-V on the VM.
85
+
1. Installs software need for development and clone the sample repository.
86
+
1. Restarts the VM.
87
+
1. 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
91
-

92
-
93
91
### Set auto-shutdown schedule
94
92
95
93
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:
0 commit comments