Skip to content

Commit e612282

Browse files
authored
Merge pull request #96085 from v-maudel/patch-360
M45096: Changing period by comma
2 parents bbf3e53 + d0cea7e commit e612282

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/iot-dps/how-to-send-additional-data.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Sometimes DPS needs more data from devices to properly provision them to the rig
1616
This feature can be used as an enhancement for [custom allocation](https://docs.microsoft.com/azure/iot-dps/how-to-use-custom-allocation-policies). For instance, you want to allocate your devices based on the device model without human intervention. In this case, you will use [custom allocation](https://docs.microsoft.com/azure/iot-dps/how-to-use-custom-allocation-policies). You can configure the device to report the model information as part of the [register device call](https://docs.microsoft.com/rest/api/iot-dps/runtimeregistration/registerdevice). DPS will pass the device’s information into to the custom allocation webhook. And your function can decide which IoT Hub this device will go to when it receives device model information. Similarly, if the webhook wishes to return some data to the device, it will pass the data back as a string in the webhook response.
1717

1818
## Device sends data to DPS
19-
When your device is sending a [register device call](https://docs.microsoft.com/rest/api/iot-dps/runtimeregistration/registerdevice) to DPS. The register call can be enhanced to take other fields in the body. The body looks like the following:
19+
When your device is sending a [register device call](https://docs.microsoft.com/rest/api/iot-dps/runtimeregistration/registerdevice) to DPS, The register call can be enhanced to take other fields in the body. The body looks like the following:
2020
```
2121
{
2222
“registrationId”: “mydevice”,
@@ -53,4 +53,4 @@ If the custom allocation policy webhook wishes to return some data to the device
5353
This feature is available in C, C#, JAVA and Node.js [client SDKs](https://docs.microsoft.com/azure/iot-dps/).
5454

5555
## Next steps
56-
* Develop using the [Azure IoT SDK]( https://github.com/Azure/azure-iot-sdks) for Azure IoT Hub and Azure IoT Hub Device Provisioning Service
56+
* Develop using the [Azure IoT SDK]( https://github.com/Azure/azure-iot-sdks) for Azure IoT Hub and Azure IoT Hub Device Provisioning Service

0 commit comments

Comments
 (0)