Skip to content

Commit 8dd6eab

Browse files
authored
Update stream-analytics-documentdb-output.md
Removed recommendation to add blanket access to cosmos DB. If customers have their resources behind a firewall. Our recommendation would be for them to use private endpoint and ASA clusters
1 parent e84ca57 commit 8dd6eab

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

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

Lines changed: 2 additions & 4 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
@@ -22,8 +22,6 @@ The Azure Cosmos DB output in Stream Analytics enables writing your stream proce
2222

2323
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/).
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)