Skip to content

Commit 7b330b8

Browse files
committed
Metadata, links, and includes updated, minor Acrolinx updates to improve score
1 parent 62cc30d commit 7b330b8

File tree

2 files changed

+13
-13
lines changed

2 files changed

+13
-13
lines changed

articles/iot-edge/how-to-provision-single-device-linux-on-windows-symmetric.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: azure-iot-edge
66
ms.custom: linux-related-content
77
services: iot-edge
88
ms.topic: how-to
9-
ms.date: 06/03/2024
9+
ms.date: 05/16/2025
1010
ms.author: patricka
1111
---
1212

@@ -33,9 +33,9 @@ This article covers using symmetric keys as your authentication method. If you w
3333
> [!NOTE]
3434
> 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:
3535
>
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)
3939
4040
## Prerequisites
4141

@@ -80,7 +80,7 @@ Verify that IoT Edge for Linux on Windows was successfully installed and configu
8080
>[!NOTE]
8181
>The only account allowed to SSH to the virtual machine is the user that created it.
8282
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:
8484

8585
```bash
8686
sudo iotedge list
@@ -101,7 +101,7 @@ Verify that IoT Edge for Linux on Windows was successfully installed and configu
101101
```
102102

103103
>[!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:
105105
>
106106
>**× production readiness: Edge Hub's storage directory is persisted on the host filesystem - Error**
107107
>

articles/iot-edge/includes/iot-edge-prerequisites-linux-on-windows.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
ms.topic: include
3-
ms.date: 06/10/2024
3+
ms.date: 05/15/2025
44
author: PatAltimore
55
ms.author: patricka
66
ms.service: azure-iot-edge
@@ -22,20 +22,20 @@ A Windows device with the following minimum requirements:
2222
* Minimum Free Disk Space: 10 GB
2323

2424
* 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).
2626
* 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).
2828

2929
* 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).
3131
* 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.
3232

3333
> [!TIP]
3434
> 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.
3535
>
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).
3737
>
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.
3939
4040
### Developer tools
4141

@@ -47,7 +47,7 @@ Prepare your target device for the installation of Azure IoT Edge for Linux on W
4747
Get-ExecutionPolicy -List
4848
```
4949

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:
5151

5252
```powershell
5353
Set-ExecutionPolicy -ExecutionPolicy AllSigned -Force

0 commit comments

Comments
 (0)