Skip to content

Commit 1608163

Browse files
committed
Fix parameter
1 parent 832f258 commit 1608163

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Use a simulated TPM on a Linux device to test the Azure IoT Hub dev
44
author: PatAltimore
55
manager: lizross
66
ms.author: patricka
7-
ms.date: 10/28/2021
7+
ms.date: 05/13/2022
88
ms.topic: conceptual
99
ms.service: iot-edge
1010
services: iot-edge
@@ -196,6 +196,7 @@ After the runtime is installed on your device, configure the device with the inf
196196
attestation:
197197
method: "tpm"
198198
registration_id: "REGISTRATION_ID_HERE"
199+
199200
# always_reprovision_on_startup: true
200201
# dynamic_reprovisioning: false
201202
```
@@ -239,7 +240,7 @@ After the runtime is installed on your device, configure the device with the inf
239240
method = "tpm"
240241
registration_id = "REGISTRATION_ID_HERE"
241242

242-
# auto_reprovisioning_mode = Dynamic
243+
# auto_reprovisioning_mode = Dynamic
243244
```
244245

245246
1. Update the values of `id_scope` and `registration_id` with your device provisioning service and device information. The `scope_id` value is the **ID Scope** from your device provisioning service instance's overview page.

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ Have the following information ready:
107107
# registration_id: "OPTIONAL_REGISTRATION_ID_LEAVE_COMMENTED_OUT_TO_REGISTER_WITH_CN_OF_IDENTITY_CERT"
108108
identity_cert: "REQUIRED_URI_TO_DEVICE_IDENTITY_CERTIFICATE_HERE"
109109
identity_pk: "REQUIRED_URI_TO_DEVICE_IDENTITY_PRIVATE_KEY_HERE"
110-
# always_reprovision_on_startup: true
111-
# dynamic_reprovisioning: false
110+
# always_reprovision_on_startup: true
111+
# dynamic_reprovisioning: false
112112
```
113113

114114
1. Update the values of `scope_id`, `identity_cert`, and `identity_pk` with your DPS and device information.
@@ -165,8 +165,7 @@ Have the following information ready:
165165

166166
identity_pk = "DEVICE_IDENTITY_PRIVATE_KEY_HERE"
167167

168-
# always_reprovision_on_startup: true
169-
# dynamic_reprovisioning: false
168+
# auto_reprovisioning_mode = Dynamic
170169
```
171170

172171
1. Update the value of `id_scope` with the scope ID you copied from your instance of DPS.

0 commit comments

Comments
 (0)