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/how-to-provision-single-device-linux-on-windows-symmetric.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ ms.service: azure-iot-edge
6
6
ms.custom: linux-related-content
7
7
services: iot-edge
8
8
ms.topic: how-to
9
-
ms.date: 06/03/2024
9
+
ms.date: 05/16/2025
10
10
ms.author: patricka
11
11
---
12
12
@@ -33,9 +33,9 @@ This article covers using symmetric keys as your authentication method. If you w
33
33
> [!NOTE]
34
34
> If you have many devices to set up and don't want to manually provision each one, use one of the following articles to learn how IoT Edge works with the IoT Hub device provisioning service:
35
35
>
36
-
> *[Create and provision IoT Edge devices at scale using X.509 certificates](how-to-provision-devices-at-scale-linux-on-windows-x509.md)
37
-
> *[Create and provision IoT Edge devices at scale with a TPM](how-to-provision-devices-at-scale-linux-on-windows-tpm.md)
38
-
> *[Create and provision IoT Edge devices at scale using symmetric keys](how-to-provision-devices-at-scale-linux-on-windows-symmetric.md)
36
+
> *[Create and provision IoT Edge for Linux on Windows devices at scale using X.509 certificates](how-to-provision-devices-at-scale-linux-on-windows-x509.md)
37
+
> *[Create and provision an IoT Edge for Linux on Windows device at scale by using a TPM](how-to-provision-devices-at-scale-linux-on-windows-tpm.md)
38
+
> *[Create and provision IoT Edge for Linux on Windows devices at scale using symmetric keys](how-to-provision-devices-at-scale-linux-on-windows-symmetric.md)
39
39
40
40
## Prerequisites
41
41
@@ -80,7 +80,7 @@ Verify that IoT Edge for Linux on Windows was successfully installed and configu
80
80
>[!NOTE]
81
81
>The only account allowed to SSH to the virtual machine is the user that created it.
82
82
83
-
1. Once you are logged in, you can check the list of running IoT Edge modules using the following Linux command:
83
+
1. Once you're logged in, you can check the list of running IoT Edge modules using the following Linux command:
84
84
85
85
```bash
86
86
sudo iotedge list
@@ -101,7 +101,7 @@ Verify that IoT Edge for Linux on Windows was successfully installed and configu
101
101
```
102
102
103
103
>[!NOTE]
104
-
>On a newly provisioned device, you may see an error related to IoT Edge Hub:
104
+
>On a newly provisioned device, you might see an error related to IoT Edge Hub:
105
105
>
106
106
>**× production readiness: Edge Hub's storage directory is persisted on the host filesystem - Error**
Copy file name to clipboardExpand all lines: articles/iot-edge/includes/iot-edge-prerequisites-linux-on-windows.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
---
2
2
ms.topic: include
3
-
ms.date: 06/10/2024
3
+
ms.date: 05/15/2025
4
4
author: PatAltimore
5
5
ms.author: patricka
6
6
ms.service: azure-iot-edge
@@ -22,20 +22,20 @@ A Windows device with the following minimum requirements:
22
22
* Minimum Free Disk Space: 10 GB
23
23
24
24
* Virtualization support
25
-
* On Windows 10, enable Hyper-V. For more information, see [Install Hyper-V on Windows 10](/virtualization/hyper-v-on-windows/quick-start/enable-hyper-v).
25
+
* On Windows 10, enable Hyper-V. For more information, see [Install Hyper-V](/virtualization/hyper-v-on-windows/quick-start/enable-hyper-v).
26
26
* On Windows Server, install the Hyper-V role and create a default network switch. For more information, see [Nested virtualization for Azure IoT Edge for Linux on Windows](../nested-virtualization.md).
27
-
* On a virtual machine, configure nested virtualization. For more information, see [nested virtualization](../nested-virtualization.md).
27
+
* On a virtual machine, configure nested virtualization. For more information, see [Nested virtualization for Azure IoT Edge for Linux on Windows](../nested-virtualization.md).
28
28
29
29
* Networking support
30
-
* Windows Server does not come with a default switch. Before you can deploy EFLOW to a Windows Server device, you need to create a virtual switch. For more information, see [Create virtual switch for Linux on Windows](../how-to-create-virtual-switch.md).
30
+
* Windows Server doesn't come with a default switch. Before you can deploy EFLOW to a Windows Server device, you need to create a virtual switch. For more information, see [Azure IoT Edge for Linux on Windows virtual switch creation](../how-to-create-virtual-switch.md).
31
31
* Windows Desktop versions come with a default switch that can be used for EFLOW installation. If needed, you can create your own custom virtual switch.
32
32
33
33
> [!TIP]
34
34
> If you want to use **GPU-accelerated Linux modules** in your Azure IoT Edge for Linux on Windows deployment, there are several configuration options to consider.
35
35
>
36
-
> You will need to install the correct drivers depending on your GPU architecture, and you may need access to a Windows Insider Program build. To determine your configuration needs and satisfy these prerequisites, see [GPU acceleration for Azure IoT Edge for Linux on Windows](../gpu-acceleration.md).
36
+
> You need to install the correct drivers depending on your GPU architecture, and you might need access to a Windows Insider Program build. To determine your configuration needs and satisfy these prerequisites, see [GPU acceleration for Azure IoT Edge for Linux on Windows](../gpu-acceleration.md).
37
37
>
38
-
> Make sure you take the time to satisfy the prerequisites for GPU acceleration now. You will need to restart the installation process if you decide you want GPU acceleration during installation.
38
+
> Make sure you take the time to satisfy the prerequisites for GPU acceleration now. You need to restart the installation process if you decide you want GPU acceleration during installation.
39
39
40
40
### Developer tools
41
41
@@ -47,7 +47,7 @@ Prepare your target device for the installation of Azure IoT Edge for Linux on W
47
47
Get-ExecutionPolicy -List
48
48
```
49
49
50
-
If the execution policy of `local machine`is not`AllSigned`, you can set the execution policy using:
50
+
If the execution policy of `local machine`isn't`AllSigned`, you can set the execution policy using:
0 commit comments