Skip to content

Commit bdc65f9

Browse files
committed
expanded query article
1 parent 8d74a3a commit bdc65f9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/time-series-insights/how-to-shape-query-json.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ The examples are based on a scenario where multiple devices send measurements or
5555
5656
In the following example, there's a single Azure IoT Hub message where the outer array contains a shared section of common dimension values. The outer array uses reference data to increase the efficiency of the message. Reference data contains device metadata that doesn't change with every event, but it provides useful properties for data analysis. Batching common dimension values and employing reference data saves on bytes sent over the wire, which makes the message more efficient.
5757

58-
Example JSON payload:
58+
Consider the following JSON payload sent to your Time Series Insights GA environment using an [IoT Device Message object](https://docs.microsoft.com/dotnet/api/microsoft.azure.devices.message?view=azure-dotnet) which is serialized into JSON when sent to Azure cloud:
59+
5960

6061
```JSON
6162
[
@@ -191,6 +192,8 @@ For a property with a large number of possible values, it's best to send as dist
191192

192193
## Next steps
193194

195+
- Read more about sending [IoT Hub device messages to the cloud](https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-messages-construct).
196+
194197
- Read [Azure Time Series Insights query syntax](https://docs.microsoft.com/rest/api/time-series-insights/ga-query-syntax) to learn more about the query syntax for the Time Series Insights data access REST API.
195198

196199
- Learn [how to shape events](./time-series-insights-send-events.md).

0 commit comments

Comments
 (0)