Skip to content

Commit 1ae37d3

Browse files
committed
Incorp
1 parent e1b1f64 commit 1ae37d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/digital-twins/how-to-create-data-history-connection.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ Remember the names you specify for these resources, so you can use them later.
167167

168168
Now that you created the required resources, use the command in this section to create a data history connection between the Azure Digital Twins instance, the event hub, and the Azure Data Explorer cluster.
169169

170-
This command also creates three tables in your Azure Data Explorer database to store twin property updates, twin lifecycle events, and relationship lifecycle events, respectively. For more information about these types of historized data and their corresponding Azure Data Explorer tables, see [Data types and schemas](concepts-data-history.md#data-types-and-schemas).
170+
This command also creates three tables in your Azure Data Explorer database to store twin property updates, relationship lifecycle events, and twin lifecycle events, respectively. For more information about these types of historized data and their corresponding Azure Data Explorer tables, see [Data types and schemas](concepts-data-history.md#data-types-and-schemas).
171171

172172
# [CLI](#tab/cli)
173173

@@ -212,7 +212,7 @@ Start by navigating to your Azure Digital Twins instance in the Azure portal (yo
212212

213213
Select **Next**.
214214

215-
4. On the **Store** page, enter the details of the [Azure Data Explorer resources](#create-a-kusto-azure-data-explorer-cluster-and-database) that you created earlier. You can choose a custom name for the table that stores twin property updates, or leave it blank to use the default table name of *AdtPropertyEvents*, and you can choose whether twin property deletions (events that remove properties entirely) should be included with the historized data. If you want to historize twin lifecycle and relationship lifecycle events, enter custom names for these tables.
215+
4. On the **Store** page, enter the details of the [Azure Data Explorer resources](#create-a-kusto-azure-data-explorer-cluster-and-database) that you created earlier. You can choose a custom name for the table that stores twin property updates, or leave it blank to use the default table name of *AdtPropertyEvents*, and you can choose whether twin property deletions (events that remove properties entirely) should be included with the historized data. If you want to historize relationship lifecycle and twin lifecycle events, enter custom names for these tables.
216216
:::image type="content" source="media/how-to-create-data-history-connection/store.png" alt-text="Screenshot of the Azure portal showing the Store step in the data history connection setup." lightbox="media/how-to-create-data-history-connection/store.png":::
217217

218218
Select **Next**.
@@ -325,7 +325,7 @@ Next, add the following commands to the query window and run them. Each command
325325
| count
326326
```
327327

328-
You should see in the results that the count of items in each table is something greater than zero, indicating that relationship lifecycle, twin lifecycle, and property update events are being historized to their respective tables.
328+
You should see in the results that the count of items in each table is something greater than zero, indicating that property update, relationship lifecycle, and twin lifecycle events are being historized to their respective tables.
329329

330330
#### Explore twin property updates table
331331

0 commit comments

Comments
 (0)