Skip to content

Commit 29d0caa

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ You can significantly grow the scope of real-time analytics by leveraging ASA an
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.
6969
* 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.
70-
* The order of columns when writing to your kusto clusters does not matter
70+
* The order of your columns in your ASA query does not matter. Order is determined by the schema of the ADX table.
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

7373
## Next steps

0 commit comments

Comments
 (0)