Skip to content

Commit 8a87504

Browse files
authored
Merge pull request #100093 from KingdomOfEnds/adt-refresh
ADT refresh
2 parents b9ad227 + d3db01d commit 8a87504

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

articles/digital-twins/concepts-device-ingress.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: 'Device connectivity and telemetry ingress - Azure Digital Twins | Microsoft Docs'
3-
description: Learn how to connect and onboard a device within Azure Digital Twins.
3+
description: Learn how to connect, onboard, and send telemetry from an IoT device in Azure Digital Twins.
44
ms.author: alinast
55
author: alinamstanciu
66
manager: bertvanhoof
77
ms.service: digital-twins
88
services: digital-twins
99
ms.topic: conceptual
10-
ms.date: 11/07/2019
10+
ms.date: 01/03/2020
1111
---
1212

1313
# Device connectivity and telemetry ingress
@@ -66,7 +66,7 @@ You can customize your device's message format and payload to fit your solution'
6666
|---|---|---|---|
6767
| **DigitalTwins-Telemetry** | 1.0 | Yes | A constant value that identifies a message to the system. |
6868
| **DigitalTwins-SensorHardwareId** | `string(72)` | Yes | A unique identifier of the sensor that sends the **Message**. This value must match an object's **HardwareId** property for the system to process it. For example, `00FF0643BE88-CO2`. |
69-
| **CreationTimeUtc** | `string` | No | An [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) formatted date string that identifies the sampling time of the payload. For example, `2018-09-20T07:35:00.8587882-07:00`. |
69+
| **CreationTimeUtc** | `string` | No | An [ISO 8601](https://www.iso.org/iso-8601-date-and-time-format.html) formatted date string that identifies the sampling time of the payload. For example, `2018-09-20T07:35:00.8587882-07:00`. |
7070
| **CorrelationId** | `string` | No | A UUID that's used to trace events across the system. For example, `cec16751-ab27-405d-8fe6-c68e1412ce1f`.
7171

7272
### Send your message to Digital Twins

articles/digital-twins/concepts-events-routing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ manager: bertvanhoof
77
ms.service: digital-twins
88
services: digital-twins
99
ms.topic: conceptual
10-
ms.date: 11/07/2019
10+
ms.date: 01/03/2020
1111
---
1212

13-
# Routing events and messages
13+
# Routing IoT events and messages
1414

15-
IoT solutions often unite several powerful services that include storage, analytics, and more. This article describes how to connect Azure Digital Twins apps to Azure analytics, AI, and storage services to give them deeper insights and functionalities.
15+
Internet of Things solutions often unite several powerful services that include storage, analytics, and more. This article describes how to connect Azure Digital Twins apps to Azure analytics, AI, and storage services to give them deeper insights and functionalities.
1616

1717
## Route types
1818

articles/digital-twins/concepts-user-defined-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: bertvanhoof
77
ms.service: digital-twins
88
services: digital-twins
99
ms.topic: conceptual
10-
ms.date: 11/07/2019
10+
ms.date: 01/03/2020
1111
---
1212

1313
# Data processing and user-defined functions

0 commit comments

Comments
 (0)