Introduction

Completed

Azure Functions contains a suite of triggers that are used to start the processing of function code. Specifically, the Azure Cosmos DB trigger for Azure Functions uses the change feed to trigger the execution of a function when there is a batch of changes ready to process. In this module, you will explore the Azure Cosmos DB trigger for Azure Functions and how to process batches of changes using a function.

After completing this module, you'll be able to:

  • Create an Azure Function using the Azure Cosmos DB trigger