Skip to content

Commit 150738b

Browse files
authored
Merge pull request #103645 from MO2k4/patch-1
Update how-to-provision-devices-at-scale-linux-tpm.md
2 parents 68832d9 + bd0caea commit 150738b

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -320,12 +320,14 @@ After the runtime is installed on your device, configure the device with the inf
320320

321321
<!-- iotedge-1.4 -->
322322
:::moniker range=">=iotedge-1.4"
323-
1. Optionally, uncomment the `payload` parameter to specify the path to a local JSON file. The contents of the file will be [sent to DPS as additional data](../iot-dps/how-to-send-additional-data.md#iot-edge-support) when the device registers. This is useful for [custom allocation](../iot-dps/how-to-use-custom-allocation-policies.md). For example, if you want to allocate your devices based on an IoT Plug and Play model ID without human intervention.
323+
324+
Optionally, uncomment the `payload` parameter to specify the path to a local JSON file. The contents of the file will be [sent to DPS as additional data](../iot-dps/how-to-send-additional-data.md#iot-edge-support) when the device registers. This is useful for [custom allocation](../iot-dps/how-to-use-custom-allocation-policies.md). For example, if you want to allocate your devices based on an IoT Plug and Play model ID without human intervention.
324325
:::moniker-end
325326

326327
<!-- iotedge-2020-11 -->
327328
:::moniker range=">=iotedge-2020-11"
328-
1. Save and close the file.
329+
330+
Save and close the file.
329331

330332
:::moniker-end
331333
<!-- end iotedge-2020-11 -->

0 commit comments

Comments
 (0)