Skip to content

Commit ea7e90e

Browse files
committed
ms.date and removed html
1 parent 09a3527 commit ea7e90e

5 files changed

+6
-6
lines changed

articles/time-series-insights/time-series-insights-send-events.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.reviewer: v-mamcge, jasonh, kfile
1010
ms.devlang: csharp
1111
ms.workload: big-data
1212
ms.topic: conceptual
13-
ms.date: 08/26/2019
13+
ms.date: 10/10/2019
1414
ms.custom: seodec18
1515
---
1616

articles/time-series-insights/time-series-insights-update-how-to-shape-events.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ In the following example, there's a single Azure IoT Hub message where the outer
103103
},
104104
```
105105

106-
Time Series Insights Preview joins a table (after flattening) during query time. The table includes additional columns, such as **Type**. The following example demonstrates how you can [shape](./time-series-insights-send-events.md#json) your telemetry data.
106+
Time Series Insights Preview joins a table (after flattening) during query time. The table includes additional columns, such as **Type**. The following example demonstrates how you can [shape](./time-series-insights-send-events.md#supported-json-shapes) your telemetry data.
107107

108108
| deviceId | Type | L1 | L2 | timestamp | series.Flow Rate ft3/s | series.Engine Oil Pressure psi |
109109
| ---- | ---- | ---- | ---- | ---- | ---- | ---- |
@@ -125,4 +125,4 @@ In the preceding example, note the following points:
125125
## Next steps
126126

127127
- To put these guidelines into practice, see [Azure Time Series Insights Preview query syntax](./time-series-insights-query-data-csharp.md). You'll learn more about the query syntax for the Time Series Insights Preview data access REST API.
128-
- To learn about supported JSON shapes, see [Supported JSON shapes](./time-series-insights-send-events.md#json).
128+
- To learn about supported JSON shapes, see [Supported JSON shapes](./time-series-insights-send-events.md#supported-json-shapes).

articles/time-series-insights/time-series-insights-update-how-to-tsm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,4 +131,4 @@ To learn more about how to use the update, read [Azure Time Series Insights Prev
131131

132132
- To learn more about the preview, read [Visualize data in the Azure Time Series Insights Preview explorer](./time-series-insights-update-explorer.md).
133133

134-
- To learn about supported JSON shapes, read [Supported JSON Shapes](./time-series-insights-send-events.md#json).
134+
- To learn about supported JSON shapes, read [Supported JSON Shapes](./time-series-insights-send-events.md#supported-json-shapes).

articles/time-series-insights/time-series-insights-update-plan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ A good rule of thumb:
7777
* Store metadata in your Time Series Model.
7878
* Time Series Mode, instance fields, and events include only necessary information, such as a Time Series ID or Timestamp.
7979

80-
For more information, see [Shape events](./time-series-insights-send-events.md#json).
80+
For more information, see [Shape events](./time-series-insights-send-events.md#supported-json-shapes).
8181

8282
[!INCLUDE [business-disaster-recover](../../includes/time-series-insights-business-recovery.md)]
8383

articles/time-series-insights/time-series-insights-update-storage-ingress.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ The Time Series Insights Preview supports the same event sources and file types
2929
- [Azure IoT Hub](../iot-hub/about-iot-hub.md)
3030
- [Azure Event Hubs](../event-hubs/event-hubs-about.md)
3131

32-
Azure Time Series Insights supports JSON submitted through Azure IoT Hub or Azure Event Hubs. To optimize your IoT JSON data, learn [How to shape JSON](./time-series-insights-send-events.md#json).
32+
Azure Time Series Insights supports JSON submitted through Azure IoT Hub or Azure Event Hubs. To optimize your IoT JSON data, learn [How to shape JSON](./time-series-insights-send-events.md#supported-json-shapes).
3333

3434
### Data storage
3535

0 commit comments

Comments
 (0)