Skip to content

Latest commit

 

History

History
16 lines (16 loc) · 1.44 KB

functions-cosmosdb-output-settings-v4.md

File metadata and controls

16 lines (16 loc) · 1.44 KB
authorms.servicems.topicms.datems.author
ggailey777
azure-functions
include
11/04/2022
glenga
function.json propertyDescription
connectionThe 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.
databaseNameThe name of the Azure Cosmos DB database with the container being monitored.
containerNameThe name of the container being monitored.
createIfNotExistsA 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.
partitionKeyWhen createIfNotExists is true, it defines the partition key path for the created container. May include binding parameters.
containerThroughputWhen 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.
close