Skip to content

Commit 82d7ef9

Browse files
committed
Add review feedback
1 parent 3a77826 commit 82d7ef9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

articles/iot-edge/how-to-access-dtpm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This article describes how to develop a sample code in C# to read cryptographic
2727
2828
## Prerequisites
2929

30-
- A Windows host OS with a TPM or vTPM (ig using Windows host OS virtual machine).
30+
- A Windows host OS with a TPM or vTPM (if using Windows host OS virtual machine).
3131
- EFLOW virtual machine with TPM passthrough enabled. Using an elevated PowerShell session, use `Set-EflowVmFeature -feature "DpsTpm" -enable` to enable TPM passthrough. For more information, see [Set-EflowVmFeature to enable TPM passthrough](./reference-iot-edge-for-linux-on-windows-functions.md#set-eflowvmfeature).
3232
- Ensure that the NV index (default index=3001) is initialized with 8 bytes of data. The default AuthValue used by the sample is {1,2,3,4,5,6,7,8} which corresponds to the NV (Windows) Sample in the TSS.MSR libraries when writing to the TPM. All index initialization must take place on the Windows Host before reading from the EFLOW VM. For more information about TPM samples, see [TSS.MSR](https://github.com/microsoft/TSS.MSR).
3333

articles/iot-edge/includes/iot-edge-version-1.4-or-1.5.md renamed to articles/iot-edge/includes/iot-edge-version-1-4-or-1-5.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: IoT Edge one supported version - 1.4 only
2+
title: IoT Edge version - 1.4 or 1.5
33
description: include file
44
services: iot-edge
55
author: PatAltimore
66
ms.service: iot-edge
77
ms.topic: include
8-
ms.date: 04/02/2024
8+
ms.date: 05/01/2024
99
ms.author: patricka
1010
ms.custom: include file
1111
---

articles/iot-edge/support.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: IoT Edge supported platforms
33
description: Azure IoT Edge supported operating systems, runtimes, and container engines.
44
author: PatAltimore
55
ms.author: patricka
6-
ms.date: 01/26/2024
6+
ms.date: 05/01/2024
77
ms.topic: conceptual
88
ms.service: iot-edge
99
services: iot-edge
@@ -16,7 +16,7 @@ services: iot-edge
1616
> This article references CentOS, a Linux distribution that is nearing End Of Life (EOL) status. Please consider your use and planning accordingly. For more information, see the [CentOS End Of Life guidance](~/articles/virtual-machines/workloads/centos/centos-end-of-life.md).
1717
::: moniker-end
1818

19-
[!INCLUDE [iot-edge-version-1.4-or-1.5](includes/iot-edge-version-1.4-or-1.5.md)]
19+
[!INCLUDE [iot-edge-version-1.4-or-1.5](includes/iot-edge-version-1-4-or-1-5.md)]
2020

2121
This article explains what operating system platforms, IoT Edge runtimes, container engines, and components are supported by IoT Edge whether generally available or in preview.
2222

0 commit comments

Comments
 (0)