This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
The application team is creating an Azure Function to monitor a container for new items and changes to existing items. Which type of binding should the team use to start executing the function where there are changes to items?
Input binding
Trigger binding
Output binding
The application team configured an output binding for Azure Cosmos DB for NoSQL named items. The team would like to add multiple items to a container using this binding. Which function method parameter should the team use to add more than one item to a container?
out Product items
IAsyncCollector<Product> items
out IEnumerable<Product> items
When configuring an Azure Cosmos DB for NoSQL trigger, which of the following settings would be valid?
Assign the type to AzureCosmosDBTrigger
AzureCosmosDBTrigger
Set the direction to in.
Set the leaseCollectionName to the name of the container that contains all the new leased documents
leaseCollectionName
You must answer all questions before checking your work.
Was this page helpful?