Skip to content

Commit b15b7c0

Browse files
Merge pull request #312100 from jlian/fix/bug-fixes-batch
Fix wrong cmdlet, truncated sentence, restartPolicy warning, and broken anchor in IoT Edge docs
2 parents 897db6d + e4c5880 commit b15b7c0

4 files changed

Lines changed: 8 additions & 8 deletions

articles/iot-edge/deploy-confidential-applications.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: sethm
66
ms.service: azure-iot-edge
77
services: iot-edge
88
ms.topic: concept-article
9-
ms.date: 05/08/2025
9+
ms.date: 02/20/2026
1010
---
1111

1212
# Confidential computing at the edge
@@ -44,7 +44,7 @@ The Open Enclave repository includes samples to help developers get started. For
4444

4545
## Hardware
4646

47-
Currently, [TrustBox by Scalys](https://scalys.com/) is the only device supported with manufacturer service agreements for deploying confidential applications as IoT Edge modules. The TrustBox is built on The TrustBox Edge and TrustBox EdgeXL devices both come preloaded with the Open Enclave SDK and Azure IoT Edge.
47+
Currently, [TrustBox by Scalys](https://scalys.com/) is the only device supported with manufacturer service agreements for deploying confidential applications as IoT Edge modules. The TrustBox Edge and TrustBox EdgeXL devices both come preloaded with the Open Enclave SDK and Azure IoT Edge.
4848

4949
For more information, see [Getting started with Open Enclave for the Scalys TrustBox](https://aka.ms/scalys-trustbox-edge-get-started).
5050

articles/iot-edge/how-to-configure-iot-edge-for-linux-on-windows-networking.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Networking for Azure IoT Edge for Linux on Windows
33
description: Learn about how to configure custom networking for Azure IoT Edge for Linux on Windows virtual machine.
44
author: sethmanheim
55
ms.author: sethm
6-
ms.date: 01/21/2025
6+
ms.date: 02/20/2026
77
ms.topic: concept-article
88
ms.service: azure-iot-edge
99
ms.custom: linux-related-content
@@ -95,7 +95,7 @@ C:\> Get-EflowVmAddr
9595
172.27.120.111
9696
```
9797

98-
Another way, is using the `Connect-Eflow` cmdlet to remote into the VM, and then you can use the `ifconfig eth0` bash command, and check for the *eth0* interface. The output should be similar to the following:
98+
Another way, is using the `Connect-EflowVm` cmdlet to remote into the VM, and then you can use the `ifconfig eth0` bash command, and check for the *eth0* interface. The output should be similar to the following:
9999

100100
```Output
101101
eth0 Link encap:Ethernet HWaddr 00:15:5d:4e:15:2c

articles/iot-edge/how-to-provision-devices-at-scale-linux-symmetric.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Create and provision Azure IoT Edge devices using symmetric keys on Linux
33
description: 'Deploy IoT Edge at scale: Use symmetric keys to provision multiple Linux devices with Azure IoT Hub device provisioning service.'
44
author: sethmanheim
55
ms.author: sethm
6-
ms.date: 05/16/2025
6+
ms.date: 02/20/2026
77
ms.topic: concept-article
88
ms.service: azure-iot-edge
99
ms.custom:
@@ -55,7 +55,7 @@ Have the following information ready:
5555

5656
* The DPS **ID Scope** value
5757
* The device **Registration ID** you created
58-
* Either the **Primary Key** from an individual enrollment, or a [derived key](#derive-a-device-key) for devices using a group enrollment.
58+
* Either the **Primary Key** from an individual enrollment, or a [derived key](/azure/iot-dps/concepts-symmetric-key-attestation#install-the-derived-device-key) for devices using a group enrollment.
5959

6060
Create a configuration file for your device based on a template file that is provided as part of the IoT Edge installation.
6161

articles/iot-edge/module-edgeagent-edgehub.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Properties of the Azure IoT Edge agent and hub module twins
33
description: Review the specific properties and their values for the edgeAgent and edgeHub module twins
44
author: sethmanheim
55
ms.author: sethm
6-
ms.date: 05/08/2025
6+
ms.date: 02/20/2026
77
ms.topic: concept-article
88
ms.service: azure-iot-edge
99
services: iot-edge
@@ -30,7 +30,7 @@ The module twin for the IoT Edge agent is called `$edgeAgent`. It coordinates co
3030
| Property | Description | Required |
3131
| -------- | ----------- | -------- |
3232
| imagePullPolicy | Specifies when to pull the image: *OnCreate* or *Never*. Use *Never* if the image is already on the device. | Yes |
33-
| restartPolicy | When the module should be restarted. Possible values are: *Never*: don't restart module if not running, *Always*: always restart module if not running, *On-Unhealthy*: restart module if unhealthy. Unhealthy is what Docker reports based on a health check, for example "Unhealthy - the container isn't working correctly", *On-Failed*: restart if Failed. | Yes |
33+
| restartPolicy | When the module should be restarted. Possible values are: *Never*: don't restart module if not running, *Always*: always restart module if not running, *On-Unhealthy*: restart module if unhealthy, *On-Failed*: restart if Failed. **Note:** Only *Never* and *Always* are currently implemented. *On-Unhealthy* and *On-Failed* are accepted by the schema but don't initiate a restart. See [IoT Edge limits and restrictions](iot-edge-limits-and-restrictions.md) for details. | Yes |
3434
| runtime.type | Must be *docker*. | Yes |
3535
| runtime.settings.minDockerVersion | Specifies the minimum Docker version required by this deployment manifest. | Yes |
3636
| runtime.settings.loggingOptions | Specifies a stringified JSON with the logging options for the IoT Edge agent container. Learn more about [Docker logging options](https://docs.docker.com/engine/admin/logging/overview/). | No |

0 commit comments

Comments
 (0)