Skip to content

Commit 770e52e

Browse files
Merge pull request #211431 from enkrumah/patch-46
Update stream-analytics-documentdb-output.md
2 parents 6dd238e + ddd70da commit 770e52e

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

articles/stream-analytics/stream-analytics-documentdb-output.md

Lines changed: 3 additions & 5 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: 02/2/2020
8+
ms.date: 09/15/2022
99
ms.custom: seodec18
1010
---
1111
# Azure Stream Analytics output to Azure Cosmos DB
@@ -20,10 +20,8 @@ If you're unfamiliar with Azure Cosmos DB, see the [Azure Cosmos DB documentatio
2020
## Basics of Azure Cosmos DB as an output target
2121
The Azure Cosmos DB output in Stream Analytics enables writing your stream processing results as JSON output into your Azure Cosmos DB containers.
2222

23-
Stream Analytics doesn't create containers in your database. Instead, it requires you to create them up front. You can then control the billing costs of Azure Cosmos DB containers. You can also tune the performance, consistency, and capacity of your containers directly by using the [Azure Cosmos DB APIs](/rest/api/cosmos-db/).
23+
Stream Analytics doesn't create containers in your database. Instead, it requires you to create them beforehand. You can then control the billing costs of Azure Cosmos DB containers. You can also tune the performance, consistency, and capacity of your containers directly by using the [Azure Cosmos DB APIs](/rest/api/cosmos-db/).
2424

25-
> [!Note]
26-
> You must add 0.0.0.0 to the list of allowed IPs from your Azure Cosmos DB firewall.
2725

2826
The following sections detail some of the container options for Azure Cosmos DB.
2927

@@ -143,4 +141,4 @@ If a transient failure, service unavailability, or throttling happens while Stre
143141

144142
* [Understand outputs from Azure Stream Analytics](stream-analytics-define-outputs.md)
145143
* [Azure Stream Analytics output to Azure SQL Database](stream-analytics-sql-output-perf.md)
146-
* [Azure Stream Analytics custom blob output partitioning](stream-analytics-custom-path-patterns-blob-storage-output.md)
144+
* [Azure Stream Analytics custom blob output partitioning](stream-analytics-custom-path-patterns-blob-storage-output.md)

0 commit comments

Comments
 (0)