Skip to content

Commit 7057c9f

Browse files
Merge pull request #244987 from lbpudi/main
Updating sensor telemetry format to sensor data model
2 parents 1a90fb4 + 9348cf2 commit 7057c9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/data-manager-for-agri/how-to-set-up-sensor-as-customer-and-partner.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Push and consume sensor data in Data Manager for Agriculture
33
description: Learn how to push sensor data as a provider and egress it as a customer
4-
author: lbethapudi
4+
author: lbpudi
55
ms.author: lbethapudi
66
ms.service: data-manager-for-agri
77
ms.topic: how-to
@@ -181,7 +181,7 @@ Use [IoT Hub Device SDKs](/azure/iot-hub/iot-hub-devguide-sdks#azure-iot-hub-dev
181181

182182
For all sensor telemetry events, "timestamp" is a mandatory property and has to be in ISO 8601 format (YYYY-MM-DDTHH:MM:SSZ).
183183

184-
You're now all set to start pushing sensor data for all sensors using the respective connection string provided for each sensor. However, sensor data should be sent in a JSON format as defined by Data Manager for Agriculture. Refer to the telemetry schema that follows:
184+
You're now all set to start pushing sensor data for all sensors using the respective connection string provided for each sensor. However, sensor data should be sent in the format defined in the sensor data model created in Step 3. Refer to an example of the telemetry schema that follows:
185185

186186
```json
187187
{

0 commit comments

Comments
 (0)