Skip to content

Commit e6dbb11

Browse files
authored
Update azure-database-explorer-output.md
1 parent c5e4d8a commit e6dbb11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/stream-analytics/azure-database-explorer-output.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: enkrumah
55
ms.author: ebnkruma
66
ms.service: stream-analytics
77
ms.topic: conceptual
8-
ms.date: 09/22/2022
8+
ms.date: 09/26/2022
99
---
1010

1111
# Azure Data Explorer output from Azure Stream Analytics (Preview)
@@ -66,7 +66,7 @@ You can significantly grow the scope of real-time analytics by leveraging ASA an
6666

6767
## Other Scenarios and limitations
6868
* The name of the columns and data type should match between Azure Stream Analytics SQL query and Azure Data Explorer table. Note that the comparison is case sensitive.
69-
* Columns that exist in your kusto clusters but are missing in ASA are ignored while columns that are missing in Azure Stream raise an error.
69+
* Columns that exist in your Azure Data explorer clusters but are missing in ASA are ignored while columns that are missing in Azure Stream raise an error.
7070
* The order of columns when writing to your kusto clusters does not matter
7171
* Azure Data Explorer has an aggregation (batching) policy for data ingestion, designed to optimize the ingestion process. The policy is configured to 5 minutes, 1000 items or 1 GB of data by default, so you may experience a latency. See [batching policy](/azure/data-explorer/kusto/management/batchingpolicy) for aggregation options.
7272

0 commit comments

Comments
 (0)