Skip to content

Commit 02be8a4

Browse files
authored
Merge pull request #204641 from enkrumah/patch-46
Update stream-analytics-define-outputs.md
2 parents e7f4a03 + 40952e0 commit 02be8a4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
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: 06/06/2022
9+
ms.date: 07/13/2022
1010
---
1111

1212
# Outputs from Azure Stream Analytics
@@ -36,6 +36,9 @@ Some outputs types support [partitioning](#partitioning), and [output batch size
3636
|[Azure Cosmos DB](azure-cosmos-db-output.md)|Yes|Access key|
3737
|[Azure Functions](azure-functions-output.md)|Yes|Access key|
3838

39+
> [!IMPORTANT]
40+
> Azure Stream Analytics uses Insert or Replace API by design. This operation replaces an existing entity or inserts a new entity if it does not exist in the table.
41+
3942
## Partitioning
4043

4144
Stream Analytics supports partitions for all outputs except for Power BI. For more information on partition keys and the number of output writers, see the article for the specific output type you're interested in. All output articles are linked in the previous section.

0 commit comments

Comments
 (0)