Microsoft Azure Documentation

Azure Functions Tutorials

Explore practical, step-by-step guides to build and deploy powerful serverless applications with Azure Functions.

Create your first Azure Function

A beginner-friendly guide to setting up your development environment and creating a simple HTTP-triggered function.

Serverless HTTP Trigger Beginner
Start Tutorial

Connect to Azure Storage

Learn how to integrate Azure Functions with Azure Blob Storage and Queue Storage to manage data effectively.

Storage Blob Storage Queue Storage
Start Tutorial

Build a Serverless API

Develop a scalable, serverless REST API using Azure Functions and integrate it with other Azure services.

API Development REST API Scalability
Start Tutorial

Schedule Functions with Timers

Discover how to run your Azure Functions on a schedule using the Timer trigger.

Timer Trigger Scheduled Tasks
Start Tutorial

Process Event Hubs Data

Learn to create event-driven solutions by processing data from Azure Event Hubs with Azure Functions.

Event Hubs Event-Driven Streaming Data
Start Tutorial

Develop Durable Functions

Build stateful workflows and complex orchestrations using Azure Durable Functions.

Durable Functions Orchestration Stateful Workflows
Start Tutorial