Skip to content

Commit f4dde3e

Browse files
author
amshalev
authored
fix
1 parent 51291a9 commit f4dde3e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -127,15 +127,15 @@ Now you connect to the event hub from Azure Data Explorer. When this connection
127127
**Setting** | **Suggested value** | **Field description**
128128
|---|---|---|
129129
| Table | *TestTable* | The table you created in **TestDatabase**. |
130-
| Data format | *JSON* | Supported formats are Avro, CSV, JSON, MULTILINE JSON, PSV, SOHSV, SCSV, TSV, TSVE and TXT. Supported compression options: GZip (see note below)|
130+
| Data format | *JSON* | Supported formats are Avro, CSV, JSON, MULTILINE JSON, PSV, SOHSV, SCSV, TSV, TSVE and TXT. Supported compression options: GZip |
131131
| Column mapping | *TestMapping* | The [mapping](/azure/kusto/management/mappings) you created in **TestDatabase**, which maps incoming JSON data to the column names and data types of **TestTable**. Required for JSON, MULTILINE JSON, or AVRO, and optional for other formats.|
132132
| | |
133133
134134
> [!NOTE]
135135
> * 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.
136136
> * Only events enqueued after you create the data connection are ingested.
137-
> * GZip compression enabled via static rounting by opening a support request in Azure portal, or via dynamic routing as seen in the [sample app](https://github.com/Azure-Samples/event-hubs-dotnet-ingest).
138-
>* Avro format and Event system properties are not supported on compression payload.
137+
> * Enable GZip compression for static routing by opening a [support request in the Azure portal](https://ms.portal.azure.com/#blade/Microsoft_Azure_Support/HelpAndSupportBlade/overview), Enable GZip compression for dynamic routing as seen in the [sample app](https://github.com/Azure-Samples/event-hubs-dotnet-ingest). * Avro format and event system properties aren't supported on compression payload.
138+
139139
## Copy the connection string
140140
141141
When you run the [sample app](https://github.com/Azure-Samples/event-hubs-dotnet-ingest) listed in Prerequisites, you need the connection string for the event hub namespace.

0 commit comments

Comments
 (0)