Skip to content

Commit 79a96a9

Browse files
Merge pull request #277301 from PatAltimore/patricka-freshness
Freshness
2 parents dcf1b1b + e286445 commit 79a96a9

5 files changed

+22
-23
lines changed

articles/iot-edge/iot-edge-for-linux-on-windows-security.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ The EFLOW virtual machine is made up of two main partitions *rootfs*, and *data*
3434

3535
Because you may need write access to `/etc`, `/home`, `/root`, `/var` for specific use cases, write access for these directories is done by overlaying them onto our data partition specifically to the directory `/var/.eflow/overlays`. The end result of this is that users can write anything to the previous mentioned directories. For more information about overlays, see [*overlayfs*](https://docs.kernel.org/filesystems/overlayfs.html).
3636

37-
[ ![EFLOW CR partition layout](./media/iot-edge-for-linux-on-windows-security/eflow-cr-partition-layout.png) ](./media/iot-edge-for-linux-on-windows-security/eflow-cr-partition-layout.png#lightbox)
37+
[![EFLOW CR partition layout](./media/iot-edge-for-linux-on-windows-security/eflow-cr-partition-layout.png)](./media/iot-edge-for-linux-on-windows-security/eflow-cr-partition-layout.png#lightbox)
3838

3939
| Partition | Size | Description |
4040
| --------- |---------- |------------ |
@@ -48,7 +48,7 @@ Because you may need write access to `/etc`, `/home`, `/root`, `/var` for specif
4848
| Data | 2 GB to 2 TB | Stateful partition for storing persistent data across updates. Expandable according to the deployment configuration |
4949

5050
>[!NOTE]
51-
>The partition layout represents the logical disk size and does not indicate the physical space the virtual machine will occupy on the host OS disk.
51+
>The partition layout represents the logical disk size and does not indicate the physical space the virtual machine will occupy on the host OS disk.
5252
5353
### Firewall
5454

articles/iot-edge/iot-edge-for-linux-on-windows-support.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: Supported operating systems, container engines - Azure IoT Edge for Linux on Windows
3-
description: Learn which operating systems can run Azure IoT Edge for Linux on Windows
2+
title: Supported platforms for IoT Edge for Linux on Windows
3+
description: Learn which operating systems and container engines are supported for Azure IoT Edge for Linux on Windows
44
author: PatAltimore
5-
ms.author: fcabrera
6-
ms.date: 11/15/2022
5+
ms.author: patricka
6+
ms.date: 06/05/2024
77
ms.topic: conceptual
88
ms.service: iot-edge
99
ms.custom: linux-related-content
@@ -14,7 +14,7 @@ services: iot-edge
1414

1515
[!INCLUDE [iot-edge-version-1.4](includes/iot-edge-version-1.4.md)]
1616

17-
This article provides details about which systems are supported by IoT Edge for Linux on Windows, whether generally available or in preview.
17+
This article provides details about which systems support IoT Edge for Linux on Windows, whether generally available or in preview.
1818

1919
## Get support
2020

articles/iot-edge/iot-edge-for-linux-on-windows-updates.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Azure IoT Edge for Linux on Windows updates
3-
description: Overview of Azure IoT Edge for Linux on Windows updates
3+
description: Overview of Azure IoT Edge for Linux on Windows updates. Learn how to update your IoT Edge for Linux on Windows devices when a new version is available.
44
author: PatAltimore
55

66
# this is the PM responsible
@@ -9,8 +9,8 @@ ms.service: iot-edge
99
ms.custom: linux-related-content
1010
services: iot-edge
1111
ms.topic: conceptual
12-
ms.date: 07/05/2022
13-
ms.author: fcabrera
12+
ms.date: 06/05/2024
13+
ms.author: patricka
1414
---
1515

1616
# Update IoT Edge for Linux on Windows
@@ -89,8 +89,8 @@ To migrate between EFLOW 1.1LTS to EFLOW 1.4LTS, use the following steps.
8989
1. Open an elevated PowerShell session
9090
1. Start the EFLOW migration
9191

92-
>[!NOTE]
93-
>You can migrate with one single cmdlet by using the `-autoConfirm` flag with the ` Start-EflowMigration` cmdlet. If specified `Confirm-EflowMigration` doesnt needs to be called to proceed with 1.4 migration.
92+
> [!NOTE]
93+
> You can migrate with one single cmdlet by using the `-autoConfirm` flag with the `Start-EflowMigration` cmdlet. If specified `Confirm-EflowMigration` doesnt needs to be called to proceed with 1.4 migration.
9494
9595
1. If you're using the auto-download migration option run the following cmdlet
9696
```powershell

articles/iot-edge/iot-edge-for-linux-on-windows.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
---
2-
title: What is Azure IoT Edge for Linux on Windows | Microsoft Docs
3-
description: Overview of you can run Linux IoT Edge modules on Windows 10 devices
2+
title: What is Azure IoT Edge for Linux on Windows
3+
description: Overview of running Linux IoT Edge modules with Azure IoT Edge for Linux on Windows. Run containerized Linux workloads alongside Windows applications.
44
author: PatAltimore
55

6-
# this is the PM responsible
76
ms.reviewer: fcabrera
87
ms.service: iot-edge
98
ms.custom: linux-related-content
109
services: iot-edge
1110
ms.topic: conceptual
12-
ms.date: 11/15/2022
11+
ms.date: 06/05/2024
1312
ms.author: patricka
1413
---
1514

@@ -31,7 +30,7 @@ Azure IoT Edge for Linux on Windows uses the following components to enable Linu
3130

3231
* **Microsoft Update**: Integration with Microsoft Update keeps the Windows runtime components, the CBL-Mariner Linux VM, and Azure IoT Edge up to date. For more information about IoT Edge for Linux on Windows updates, see [Update IoT Edge for Linux on Windows](./iot-edge-for-linux-on-windows-updates.md).
3332

34-
[ ![Windows and the Linux VM run in parallel, while the Windows Admin Center controls both components](./media/iot-edge-for-linux-on-windows/architecture-eflow1-2.png) ](./media/iot-edge-for-linux-on-windows/architecture-eflow1-2.png#lightbox)
33+
[![Windows and the Linux VM run in parallel, while the Windows Admin Center controls both components](./media/iot-edge-for-linux-on-windows/architecture-eflow1-2.png)](./media/iot-edge-for-linux-on-windows/architecture-eflow1-2.png#lightbox)
3534

3635
Bi-directional communication between Windows process and the Linux virtual machine means that Windows processes can provide user interfaces or hardware proxies for workloads run in the Linux containers.
3736

articles/iot-edge/iot-edge-limits-and-restrictions.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: Limits and restrictions - Azure IoT Edge | Microsoft Docs
3-
description: Description of the limits and restrictions when using IoT Edge.
4-
author: raisalitch
5-
ms.author: ralitchf
6-
ms.date: 11/7/2022
2+
title: Azure IoT Edge limits and restrictions
3+
description: Understand the limits and restrictions when using Azure IoT Edge
4+
author: PatAltimore
5+
ms.author: patricka
6+
ms.date: 06/05/2024
77
ms.topic: conceptual
88
ms.service: iot-edge
99
services: iot-edge
@@ -59,7 +59,7 @@ IoT Hub has the following restrictions for IoT Edge automatic deployments:
5959

6060
IoT Edge certificates have the following restrictions:
6161

62-
* The common name (CN) can't be the same as the "hostname" that will be used in the configuration file on the IoT Edge device.
62+
* The common name (CN) can't be the same as the *hostname* that is used in the configuration file on the IoT Edge device.
6363
* The name used by clients to connect to IoT Edge can't be the same as the common name used in the edge CA certificate.
6464

6565
For more information, see [Certificates for device security](iot-edge-certs.md).

0 commit comments

Comments
 (0)