Skip to content

Commit 255e756

Browse files
Merge pull request #217219 from ealsur/users/ealsur/outputsettings
Functions Cosmos: Fixing output settings
2 parents 646449f + d223bfc commit 255e756

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

includes/functions-cosmosdb-output-settings-v4.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,15 @@
22
author: ggailey777
33
ms.service: azure-functions
44
ms.topic: include
5-
ms.date: 02/08/2022
5+
ms.date: 11/04/2022
66
ms.author: glenga
77
---
88
|function.json property | Description|
99
|---------|----------------------|
10-
|**connectionStringSetting** | The name of an app setting or setting collection that specifies how to connect to the Azure Cosmos DB account being monitored. For more information, see [Connections](#connections).|
10+
|**connection** | The name of an app setting or setting collection that specifies how to connect to the Azure Cosmos DB account being monitored. For more information, see [Connections](#connections).|
1111
|**databaseName** | The name of the Azure Cosmos DB database with the container being monitored. |
1212
|**containerName** | The name of the container being monitored. |
1313
|**createIfNotExists** | A boolean value to indicate whether the container is created when it doesn't exist. The default is *false* because new containers are created with reserved throughput, which has cost implications. For more information, see the [pricing page](https://azure.microsoft.com/pricing/details/cosmos-db/). |
1414
|**partitionKey**| When `createIfNotExists` is true, it defines the partition key path for the created container. May include binding parameters.|
1515
|**containerThroughput** | When `createIfNotExists` is true, it defines the [throughput](../articles/cosmos-db/set-throughput.md) of the created container. |
16-
|**preferredLocations**| (Optional) Defines preferred locations (regions) for geo-replicated database accounts in the Azure Cosmos DB service. Values should be comma-separated. For example, `East US,South Central US,North Europe`. |
17-
|**useMultipleWriteLocations**| (Optional) When set to `true` along with `preferredLocations`, supports [multi-region writes](../articles/cosmos-db/how-to-manage-database-account.md#configure-multiple-write-regions) in the Azure Cosmos DB service. |
16+
|**preferredLocations**| (Optional) Defines preferred locations (regions) for geo-replicated database accounts in the Azure Cosmos DB service. Values should be comma-separated. For example, `East US,South Central US,North Europe`. |

0 commit comments

Comments
 (0)