Skip to content

Commit a82b41b

Browse files
Merge pull request #298873 from DENKEN02MSFT/top50_dobett_Row46
Top50 - row 46
2 parents e32efeb + 3e5533f commit a82b41b

8 files changed

+20
-20
lines changed

articles/iot-central/core/howto-export-to-blob-storage.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to use the IoT Central data export capability to continuo
44
services: iot-central
55
author: dominicbetts
66
ms.author: dobett
7-
ms.date: 03/05/2024
7+
ms.date: 04/25/2025
88
ms.topic: how-to
99
ms.service: azure-iot-central
1010
ms.custom: devx-track-azurecli
@@ -16,7 +16,7 @@ This article describes how to configure data export to send data to the Blob Sto
1616

1717
[!INCLUDE [iot-central-data-export](../../../includes/iot-central-data-export.md)]
1818

19-
To learn how to manage data export by using the IoT Central REST API, see [How to use the IoT Central REST API to manage data exports.](../core/howto-manage-data-export-with-rest-api.md)
19+
To learn how to manage data export by using the IoT Central REST API, see [How to use the IoT Central REST API to manage data exports.](../core/howto-manage-data-export-with-rest-api.md).
2020

2121
## Set up a Blob Storage export destination
2222

@@ -96,7 +96,7 @@ To create the Blob Storage destination in IoT Central on the **Data export** pag
9696

9797
1. Select **Save**.
9898

99-
If you don't see data arriving in your destination service, see [Troubleshoot issues with data exports from your Azure IoT Central application](troubleshooting.md).
99+
If you don't see data arriving in your destination service, see [Troubleshooting in Azure IoT Central](troubleshooting.md).
100100

101101
# [Connection string](#tab/connection-string)
102102

@@ -311,4 +311,4 @@ The following example shows an exported audit log message received in Azure Blob
311311

312312
## Next steps
313313

314-
Now that you know how to export to Blob Storage, a suggested next step is to learn [Export to Service Bus](howto-export-to-service-bus.md).
314+
Now that you know how to export to Blob Storage, a suggested next step is to learn how to [Export IoT data to Service Bus](howto-export-to-service-bus.md).

includes/iot-central-data-export-audit-logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
author: dominicbetts
66
ms.service: azure-iot-central
77
ms.topic: include
8-
ms.date: 05/22/2023
8+
ms.date: 04/25/2025
99
ms.author: dobett
1010
ms.custom: include file
1111
---

includes/iot-central-data-export-device-connectivity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
author: dominicbetts
66
ms.service: azure-iot-central
77
ms.topic: include
8-
ms.date: 05/22/2023
8+
ms.date: 04/25/2025
99
ms.author: dobett
1010
ms.custom: include file
1111
---

includes/iot-central-data-export-device-lifecycle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
author: dominicbetts
66
ms.service: azure-iot-central
77
ms.topic: include
8-
ms.date: 05/22/2023
8+
ms.date: 04/25/2025
99
ms.author: dobett
1010
ms.custom: include file
1111
---

includes/iot-central-data-export-device-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
author: v-krishnag
66
ms.service: azure-iot-central
77
ms.topic: include
8-
ms.date: 04/27/2022
8+
ms.date: 04/25/2025
99
ms.author: v-krishnag
1010
ms.custom: include file
1111
---

includes/iot-central-data-export-message-properties.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,21 @@
55
author: dominicbetts
66
ms.service: azure-iot-central
77
ms.topic: include
8-
ms.date: 05/22/2023
8+
ms.date: 04/25/2025
99
ms.author: dobett
1010
ms.custom: include file
1111
---
1212

1313
#### Message properties
1414

15-
Telemetry messages have properties for metadata as well as the telemetry payload. The previous snippet shows examples of system messages such as `deviceId` and `enqueuedTime`. To learn more about the system message properties, see [System Properties of device-to-cloud IoT Hub messages](../articles/iot-hub/iot-hub-devguide-messages-construct.md#system-properties-of-device-to-cloud-messages).
15+
Telemetry messages have properties for metadata and the telemetry payload. The previous snippet shows examples of system messages such as `deviceId` and `enqueuedTime`. To learn more about the system message properties, see [System properties of device-to-cloud messages](../articles/iot-hub/iot-hub-devguide-messages-construct.md#system-properties-of-device-to-cloud-messages).
1616

1717
You can add properties to telemetry messages if you need to add custom metadata to your telemetry messages. For example, you need to add a timestamp when the device creates the message.
1818

1919
The following code snippet shows how to add the `iothub-creation-time-utc` property to the message when you create it on the device:
2020

2121
> [!IMPORTANT]
22-
> The format of this timestamp must be UTC with no timezone information. For example, `2021-04-21T11:30:16Z` is valid, `2021-04-21T11:30:16-07:00` is invalid.
22+
> The format of this timestamp must be UTC with no timezone information. For example, `2021-04-21T11:30:16Z` is valid, while `2021-04-21T11:30:16-07:00` is invalid.
2323
2424
# [JavaScript](#tab/javascript)
2525

includes/iot-central-data-export-setup.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
author: dominicbetts
66
ms.service: azure-iot-central
77
ms.topic: include
8-
ms.date: 05/22/2023
8+
ms.date: 04/25/2025
99
ms.author: dobett
1010
ms.custom: include file
1111
---
@@ -29,12 +29,12 @@ Now that you have a destination to export your data to, set up data export in yo
2929

3030
| Data type | Description | Data format |
3131
| :------------- | :---------- | :----------- |
32-
| Telemetry | Export telemetry messages from devices in near-real time. Each exported message contains the full contents of the original device message, normalized. | [Telemetry message format](#telemetry-format) |
33-
| Property changes | Export changes to device and cloud properties in near-real time. For read-only device properties, changes to the reported values are exported. For read-write properties, both reported and desired values are exported. | [Property change message format](#property-changes-format) |
34-
| Device connectivity | Export device connected and disconnected events. | [Device connectivity message format](#device-connectivity-changes-format) |
35-
| Device lifecycle | Export device registered, deleted, provisioned, enabled, disabled, displayNameChanged, and deviceTemplateChanged events. | [Device lifecycle changes message format](#device-lifecycle-changes-format) |
36-
| Device template lifecycle | Export published device template changes including created, updated, and deleted. | [Device template lifecycle changes message format](#device-template-lifecycle-changes-format) |
37-
| Audit logs | Logs of user-initiated updates to entities in the application. To learn more, see [Use audit logs to track activity in your IoT Central application](../articles/iot-central/core/howto-use-audit-logs.md) | [Audit log message format](#audit-log-format) |
32+
| Telemetry | Export telemetry messages from devices in near-real time. Each exported message contains the full contents of the original device message, normalized. | [Telemetry format](#telemetry-format) |
33+
| Property changes | Export changes to device and cloud properties in near-real time. For read-only device properties, changes to the reported values are exported. For read-write properties, both reported and desired values are exported. | [Property changes format](#property-changes-format) |
34+
| Device connectivity | Export device connected and disconnected events. | [Device connectivity changes format](#device-connectivity-changes-format) |
35+
| Device lifecycle | Export device registered, deleted, provisioned, enabled, disabled, displayNameChanged, and deviceTemplateChanged events. | [Device lifecycle changes format](#device-lifecycle-changes-format) |
36+
| Device template lifecycle | Export published device template changes including created, updated, and deleted. | [Device template lifecycle changes format](#device-template-lifecycle-changes-format) |
37+
| Audit logs | Logs of user-initiated updates to entities in the application. To learn more, see [Use audit logs to track activity in your IoT Central application](../articles/iot-central/core/howto-use-audit-logs.md) | [Audit log format](#audit-log-format) |
3838

3939
1. Optionally, add filters to reduce the amount of data exported. There are different types of filter available for each data export type:
4040
<a name="DataExportFilters"></a>

includes/iot-central-data-export.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
author: dominicbetts
66
ms.service: azure-iot-central
77
ms.topic: include
8-
ms.date: 05/22/2023
8+
ms.date: 04/25/2025
99
ms.author: dobett
1010
ms.custom: include file
1111
---
@@ -23,7 +23,7 @@ For example, you can:
2323
> When you turn on data export, you get only the data from that moment onward. To retain more historical data, turn on data export early. To manually export data from times when data export was turned off, see [How to use the IoT Central REST API to query devices](../articles/iot-central/core/howto-query-with-rest-api.md).
2424
2525
> [!NOTE]
26-
> In some circumstances it could take up to 60 seconds for the messages to be exported. This time is measured from when IoT Central receives the message from the underlying IoT hub to when the message is delivered to the destination endpoint.
26+
> In some circumstances, it could take up to 60 seconds for the messages to be exported. This time is measured from when IoT Central receives the message from the underlying IoT hub to when the message is delivered to the destination endpoint.
2727
2828
## Prerequisites
2929

0 commit comments

Comments
 (0)