Skip to content

Commit 9b5cd51

Browse files
Merge pull request #212211 from enkrumah/patch-49
Update azure-database-explorer-output.md
2 parents 7245ff8 + 29d0caa commit 9b5cd51

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

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

Lines changed: 7 additions & 6 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: 08/05/2022
8+
ms.date: 09/26/2022
99
---
1010

1111
# Azure Data Explorer output from Azure Stream Analytics (Preview)
@@ -16,10 +16,10 @@ Azure Data Explorer supports several ingestion methods, including connectors to
1616

1717
For more information about Azure Data Explorer, visit the [What is Azure Data Explorer documentation.](/azure/data-explorer/data-explorer-overview/)
1818

19-
To learn more about how to create an Azure Data Explorer and cluster by using the Azure portal, visit: [Quickstart: Create an Azure Data Explorer cluster and database](/azure/data-explorer/create-cluster-database-portal/)
19+
To learn more about how to create an Azure Data Explorer cluster by using the Azure portal, visit: [Quickstart: Create an Azure Data Explorer cluster and database](/azure/data-explorer/create-cluster-database-portal/)
2020

2121
> [!NOTE]
22-
> Azure Data Explorer from Azure Stream Analytics does not support output to Synapse Data Explorer clusters.
22+
> Azure Data Explorer from Azure Stream Analytics supports output to Synapse Data Explorer clusters. To write to your synapse data explorer clusters, you have to specify the url of your cluster in the configuration blade in for Azure Data Explorer output in your Azure Stream Analytics job.
2323
2424
## Output configuration
2525

@@ -64,10 +64,11 @@ You can significantly grow the scope of real-time analytics by leveraging ASA an
6464
* Stream Analytics can perform aggregates, filters, enrich, and transform incoming data streams for use in Data Explorer
6565

6666

67-
## Limitation
68-
* The name of the columns & data type should match between Azure Stream Analytics SQL query and Azure Data Explorer table.
67+
## Other Scenarios and limitations
68+
* 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 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 your columns in your ASA query does not matter. Order is determined by the schema of the ADX table.
6971
* 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.
70-
* Test connection to Azure Data Explorer is not supported in jobs running in Shared multi-tenant environment.
7172

7273
## Next steps
7374

0 commit comments

Comments
 (0)