Skip to content

Commit 6c8dc78

Browse files
committed
Feedback
1 parent 7cbac80 commit 6c8dc78

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

articles/digital-twins/concepts-event-notifications.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,9 @@ The data in the corresponding notification (if synchronously executed by the ser
108108

109109
This data is the information that will go in the `data` field of the lifecycle notification message.
110110

111+
>[!NOTE]
112+
> Azure Digital Twins currently doesn't support [filtering events](how-to-manage-routes.md#filter-events) based on fields within an array. This includes filtering on properties within a `patch` section of a digital twin change notification.
113+
111114
## Digital twin lifecycle notifications
112115

113116
Whether [digital twins](concepts-twins-graph.md) represent [IoT Hub devices in Azure Digital Twins](how-to-ingest-iot-hub-data.md) or not, they will all emit notifications. They do so because of *lifecycle notifications*, which are about the digital twin itself.
@@ -286,7 +289,7 @@ Here are the fields in the body of a telemetry message.
286289
| `source` | Fully qualified name of the twin that the telemetry event was sent from. Uses the following format: `<your-Digital-Twin-instance>.api.<your-region>.digitaltwins.azure.net/<twin-ID>`. |
287290
| `specversion` | *1.0*<br>The message conforms to this version of the [CloudEvents spec](https://github.com/cloudevents/spec). |
288291
| `type` | `microsoft.iot.telemetry` |
289-
| `data` | The telemetry message being sent from the twin. |
292+
| `data` | The telemetry message being sent from the twin. The payload does not need to align with any schema defined in your Azure Digital Twins instance. |
290293
| `dataschema` | The data schema is the model ID of the twin or the component that emits the telemetry. For example, `dtmi:example:com:floor4;2`. |
291294
| `datacontenttype` | `application/json` |
292295
| `traceparent` | A W3C trace context for the event. |

0 commit comments

Comments
 (0)