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
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).
20
20
21
21
In this quickstart, you'll learn how to:
22
22
@@ -47,8 +47,7 @@ Make sure your IoT Edge device meets the following requirements:
47
47
48
48
* System Requirements
49
49
* 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>
52
51
53
52
* Hardware requirements
54
53
* Minimum Free Memory: 1 GB
@@ -113,6 +112,12 @@ Install IoT Edge for Linux on Windows on your device, and configure it with the
113
112
114
113
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.
115
114
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).
1. In an elevated PowerShell session, run each of the following commands to download IoT Edge for Linux on Windows.
117
122
118
123
<!-- 1.1 -->
@@ -299,29 +304,8 @@ You can confirm that the resource group is removed by using this command to view
299
304
az group list
300
305
```
301
306
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 -->
0 commit comments