Skip to content

Commit 56262df

Browse files
authored
Merge pull request #89704 from john-par/patch-8
Update tutorial-machine-learning-edge-02-prepare-environment.md
2 parents 5fbf621 + afdc4f3 commit 56262df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This article from the end-to-end Azure Machine Learning on IoT Edge tutorial hel
2121

2222
This step is typically performed by a cloud developer. Some of the software may also be helpful for a data scientist.
2323

24-
Over the course of this article we perform various developer tasks including coding, compiling, configuring, and deploying IoT Edge modules and IoT devices. For ease of use, we created a PowerShell script that creates an Azure virtual machine with many of the prerequisites already configured. The VM that we create needs to be able to handle [nested virtualization](https://docs.microsoft.com/azure/virtual-machines/windows/nested-virtualization), which is why we chose a DS8V3 machine size.
24+
Over the course of this article we perform various developer tasks including coding, compiling, configuring, and deploying IoT Edge modules and IoT devices. For ease of use, we created a PowerShell script that creates an Azure virtual machine with many of the prerequisites already configured. The VM that we create needs to be able to handle [nested virtualization](https://docs.microsoft.com/azure/virtual-machines/windows/nested-virtualization), which is why we chose a [Standard_D8s_v3](../virtual-machines/windows/sizes-general.md#dsv3-series-1) machine size.
2525

2626
The development VM will be set up with:
2727

0 commit comments

Comments
 (0)