Skip to content

Commit 6daf208

Browse files
authored
Merge pull request #224104 from enkrumah/patch-46
Update stream-analytics-define-outputs.md
2 parents 0051797 + f28bd8d commit 6daf208

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/stream-analytics/stream-analytics-define-outputs.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: ebnkruma
66
ms.service: stream-analytics
77
ms.topic: conceptual
88
ms.custom: contperf-fy21q1
9-
ms.date: 07/13/2022
9+
ms.date: 01/18/2023
1010
---
1111

1212
# Outputs from Azure Stream Analytics
@@ -31,9 +31,9 @@ Some outputs types support [partitioning](#partitioning), and [output batch size
3131
|[Azure Event Hubs](event-hubs-output.md)|Yes, need to set the partition key column in output configuration.|Access key, </br> Managed Identity|
3232
|[Power BI](power-bi-output.md)|No|Azure Active Directory user, </br> Managed Identity|
3333
|[Azure Table storage](table-storage-output.md)|Yes|Account key|
34-
|[Azure Service Bus queues](service-bus-queues-output.md)|Yes|Access key|
35-
|[Azure Service Bus topics](service-bus-topics-output.md)|Yes|Access key|
36-
|[Azure Cosmos DB](azure-cosmos-db-output.md)|Yes|Access key|
34+
|[Azure Service Bus queues](service-bus-queues-output.md)|Yes|Access key, </br> Managed Identity|
35+
|[Azure Service Bus topics](service-bus-topics-output.md)|Yes|Access key, </br> Managed Identity|
36+
|[Azure Cosmos DB](azure-cosmos-db-output.md)|Yes|Access key, </br> Managed Identity|
3737
|[Azure Functions](azure-functions-output.md)|Yes|Access key|
3838

3939
> [!IMPORTANT]
@@ -56,7 +56,7 @@ By design, the Avro and Parquet formats do not support variable schemas in a sin
5656

5757
The following behaviors may occur when directing a stream with variable schemas to an output using these formats:
5858

59-
- If the schema change can be detected, the current output file will be closed, and a new one initialized on the new schema. Splitting files as such will severely slow down the output when schema changes happen frequently. With back pressure this will in turn severly impact the overall performance of the job
59+
- If the schema change can be detected, the current output file will be closed, and a new one initialized on the new schema. Splitting files as such will severely slow down the output when schema changes happen frequently. With back pressure this will in turn severely impact the overall performance of the job
6060
- If the schema change cannot be detected, the row will most likely be rejected, and the job become stuck as the row can't be output. Nested columns, or multi-type arrays, are situations that won't be discovered and be rejected.
6161

6262
It is highly recommended to consider outputs using the Avro or Parquet format to be strongly typed, or schema-on-write, and queries targeting them to be written as such (explicit conversions and projections for a uniform schema).

0 commit comments

Comments
 (0)