Skip to content

Commit 3c5e18e

Browse files
authored
Merge pull request #113955 from Virginia001/work01
Work01
2 parents 1cfe393 + 2430dad commit 3c5e18e

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

articles/time-series-insights/time-series-insights-add-reference-data-set.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ manager: cshankar
99
ms.reviewer: jasonh, kfile
1010
ms.workload: big-data
1111
ms.topic: conceptual
12-
ms.date: 02/07/2020
12+
ms.date: 05/05/2020
1313
ms.custom: seodec18~~~~
1414
---
1515

@@ -75,7 +75,7 @@ Reference data is not joined retroactively. Thus, only current and future ingres
7575

7676
[![Choose data types on the column headings.](media/add-reference-data-set/select-column-types.png)](media/add-reference-data-set/select-column-types.png#lightbox)
7777

78-
1. Rename the column headers if needed. The key column name is necessary to join to the corresponding property in your event source.
78+
1. Rename the column headers if needed. The key column name is necessary to join to the corresponding property in your event source.
7979

8080
> [!IMPORTANT]
8181
> Ensure that the reference data key column names match exactly to the event name to your incoming data, including case-sensitivity. The non-key column names are used to augment the incoming data with the corresponding reference data values.

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.workload: big-data
88
ms.service: time-series-insights
99
services: time-series-insights
1010
ms.topic: conceptual
11-
ms.date: 02/07/2020
11+
ms.date: 05/05/2020
1212
ms.custom: seodec18
1313
---
1414

@@ -22,6 +22,7 @@ Selecting an appropriate Time Series ID is critical. Choosing a Time Series ID i
2222

2323
> [!IMPORTANT]
2424
> Time Series IDs are:
25+
>
2526
> * A *case-sensitive* property: letter and character casings are used in searches, comparisons, updates, and when partitioning.
2627
> * An *immutable* property: once created it cannot be changed.
2728
@@ -51,7 +52,7 @@ The following scenarios describe selecting more than one key property as your Ti
5152

5253
### Example 2: Time Series ID with a composite key
5354

54-
* You require multiple properties to be unique within the same fleet of assets.
55+
* You require multiple properties to be unique within the same fleet of assets.
5556
* You're a manufacturer of smart buildings and deploy sensors in every room. In each room, you typically have the same values for **sensorId**. Examples are **sensor1**, **sensor2**, and **sensor3**.
5657
* Your building has overlapping floor and room numbers across sites in the property **flrRm**. These numbers have values such as **1a**, **2b**, and **3a**.
5758
* You have a property, **location**, that contains values such as **Redmond**, **Barcelona**, and **Tokyo**. To create uniqueness, you designate the following three properties as your Time Series ID keys: **sensorId**, **flrRm**, and **location**.
@@ -67,7 +68,7 @@ Example raw event:
6768
}
6869
```
6970

70-
In the Azure portal, you can then enter the composite key as follows:
71+
In the Azure portal, you can then enter the composite key as follows:
7172

7273
```JSON
7374
[{"name":"sensorId","type":"String"},{"name":"flrRm","type":"String"},{"name":"location","type":"string"}]
@@ -77,4 +78,4 @@ In the Azure portal, you can then enter the composite key as follows:
7778

7879
* Read more about [data modeling](./time-series-insights-update-tsm.md).
7980

80-
* Plan your [Azure Time Series Insights Preview environment](./time-series-insights-update-plan.md).
81+
* Plan your [Azure Time Series Insights Preview environment](./time-series-insights-update-plan.md).

0 commit comments

Comments
 (0)