Chain Azure Functions together using input and output bindings

Beginner
Developer
Azure
Azure Cosmos DB
Azure Functions
Azure Storage

Azure Functions makes it easy for your function code to integrate with data and services. Through the power of bindings, you declare the data sources to read and write, and let Azure Functions take care of the rest.

Learning objectives

In this module, you will:

  • Explore what types of data sources can be accessed through bindings
  • Read data from Azure Cosmos DB using Azure Functions
  • Store data in Azure Cosmos DB using Azure Functions
  • Send messages to Azure Queue Storage using Azure Functions

Prerequisites

None