Skip to content

Commit 2e375cd

Browse files
Merge pull request #40019 from kerend/patch-2
Comment on ingestion start time
2 parents aa655a6 + 9396889 commit 2e375cd

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

articles/data-explorer/ingest-data-iot-hub.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,9 @@ Now you connect to the IoT Hub from Azure Data Explorer. When this connection is
9595
| Column mapping | *TestMapping* | The mapping you created in **testdb**, which maps incoming JSON data to the column names and data types of **testdb**. Required for JSON, MULTILINE JSON, and AVRO, and optional for other formats.|
9696
| | |
9797
98-
> [!TIP]
99-
> Select **My data includes routing info** to use dynamic routing, where your data includes the necessary routing information as seen in the [sample app](https://github.com/Azure-Samples/event-hubs-dotnet-ingest) comments. If both static and dynamic properties are set, the dynamic properties override the static ones.
98+
> [!NOTE]
99+
> * Select **My data includes routing info** to use dynamic routing, where your data includes the necessary routing information as seen in the [sample app](https://github.com/Azure-Samples/event-hubs-dotnet-ingest) comments. If both static and dynamic properties are set, the dynamic properties override the static ones.
100+
> * Only events enqueued after you create the data connection are ingested.
100101
101102
## Generate sample data for testing
102103

0 commit comments

Comments
 (0)