Skip to content

Files

Latest commit

 

History

History
16 lines (16 loc) · 1.38 KB

functions-cosmosdb-output-attributes-v4.md

File metadata and controls

16 lines (16 loc) · 1.38 KB
author ms.service ms.topic ms.date ms.author
ggailey777
azure-functions
include
10/21/2022
glenga
Attribute property Description
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.
DatabaseName The name of the Azure Cosmos DB database with the container being monitored.
ContainerName The name of the container being monitored.
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.
PartitionKey When CreateIfNotExists is true, it defines the partition key path for the created container. May include binding parameters.
ContainerThroughput When CreateIfNotExists is true, it defines the throughput of the created container.
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.