Azure Functions Reference

Explore a collection of ready-to-use Azure Functions, designed to help you quickly build and deploy solutions.

HTTP

A simple HTTP-triggered function for handling web requests.

Learn More

Timer

A function that triggers every minute, hour, day, or month.

Learn More

Queue Message

A function that processes messages from an Azure Storage Queue.

Learn More

Event Grid

A function that processes events from an Azure Event Grid topic.

Learn More

Blob Trigger

A function that triggers when a blob is created or updated in an Azure Blob Storage container.

Learn More

Cosmos DB Trigger

A function that triggers when a document is created, updated, or deleted in an Azure Cosmos DB database.

Learn More