Skip to content

Commit f9d0c92

Browse files
authored
Merge pull request #189996 from fcabrera23/eflow-quickstart
Add enabling Hyper-V as a step
2 parents 1cf3ee4 + d9ed09c commit f9d0c92

File tree

1 file changed

+10
-26
lines changed

1 file changed

+10
-26
lines changed

articles/iot-edge/quickstart.md

Lines changed: 10 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.custom: mvc, devx-track-azurecli, mode-other
1616

1717
[!INCLUDE [iot-edge-version-all-supported](../../includes/iot-edge-version-all-supported.md)]
1818

19-
Try out Azure IoT Edge in this quickstart by deploying containerized code to a Linux on Windows IoT Edge device. IoT Edge allows you to remotely manage code on your devices so that you can send more of your workloads to the edge. For this quickstart, we recommend using your own device to see how easy it is to use Azure IoT Edge for Linux on Windows.
19+
Try out Azure IoT Edge in this quickstart by deploying containerized code to a Linux on Windows IoT Edge device. IoT Edge allows you to remotely manage code on your devices so that you can send more of your workloads to the edge. For this quickstart, we recommend using your own Windows Client device to see how easy it is to use Azure IoT Edge for Linux on Windows. If you wish to use Windows Server or an Azure VM to create your deployment, follow the steps in the how-to guide on [installing and provisioning Azure IoT Edge for Linux on a Windows device](how-to-provision-single-device-linux-on-windows-symmetric.md).
2020

2121
In this quickstart, you'll learn how to:
2222

@@ -47,8 +47,7 @@ Make sure your IoT Edge device meets the following requirements:
4747

4848
* System Requirements
4949
* Windows 10<sup>1</sup>/11 (Pro, Enterprise, IoT Enterprise)
50-
* Windows Server 2019<sup>1</sup>/2022
51-
<sub><sup>1</sup> Windows 10 and Windows Server 2019 minimum build 17763 with all current cumulative updates installed.</sub>
50+
<sub><sup>1</sup> Windows 10 minimum build 17763 with all current cumulative updates installed.</sub>
5251

5352
* Hardware requirements
5453
* Minimum Free Memory: 1 GB
@@ -113,6 +112,12 @@ Install IoT Edge for Linux on Windows on your device, and configure it with the
113112
114113
Run the following PowerShell commands on the target device where you want to deploy Azure IoT Edge for Linux on Windows. To deploy to a remote target device using PowerShell, use [Remote PowerShell](/powershell/module/microsoft.powershell.core/about/about_remote) to establish a connection to a remote device and run these commands remotely on that device.
115114
115+
1. In an elevated PowerShell session, run the following command to enable Hyper-V. For more information, check [Hyper-V on Windows 10](/virtualization/hyper-v-on-windows/quick-start/enable-hyper-v).
116+
117+
```powershell
118+
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All
119+
```
120+
116121
1. In an elevated PowerShell session, run each of the following commands to download IoT Edge for Linux on Windows.
117122

118123
<!-- 1.1 -->
@@ -299,29 +304,8 @@ You can confirm that the resource group is removed by using this command to view
299304
az group list
300305
```
301306

302-
### Remove Azure IoT Edge for Linux on Windows
303-
304-
<!-- 1.1 -->
305-
:::moniker range="iotedge-2018-06"
306-
Use the dashboard extension in Windows Admin Center to uninstall Azure IoT Edge for Linux on Windows.
307-
308-
1. Connect to the IoT Edge device in Windows Admin Center. The Azure dashboard tool extension loads.
309-
310-
1. Select **Uninstall**. After Azure IoT Edge is removed, Windows Admin Center removes the Azure IoT Edge device connection entry from the **Start** page.
311-
312-
>[!Note]
313-
>Another way to remove Azure IoT Edge from your Windows system is to select **Start** > **Settings** > **Apps** > **Azure IoT Edge LTS** > **Uninstall** on your IoT Edge device. This method removes Azure IoT Edge from your IoT Edge device, but leaves the connection behind in Windows Admin Center. To complete the removal, uninstall Windows Admin Center from the **Settings** menu as well.
314-
315-
:::moniker-end
316-
<!-- end 1.1 -->
317-
318-
<!-- 1.2 -->
319-
:::moniker range=">=iotedge-2020-11"
320-
1. On the Windows host OS, select **Start** > **Settings** > **Apps** > **Apps & features**.
321-
322-
1. Then select **Azure IoT Edge** > **Uninstall**
323-
:::moniker-end
324-
<!-- end 1.2 -->
307+
<!-- Uninstall IoT Edge for Linux on Windows H2 and content -->
308+
[!INCLUDE [uninstall-iot-edge-linux-on-windows.md](../../includes/iot-edge-uninstall-linux-on-windows.md)]
325309

326310
## Next steps
327311

0 commit comments

Comments
 (0)