Azure Functions Samples

Explore practical examples and starter kits for building serverless applications.

Featured Samples

HTTP Trigger - Simple API

A basic Azure Function that responds to HTTP requests, suitable for simple APIs and webhooks.

HTTP Node.js JavaScript

Cosmos DB Trigger - Data Processing

Process data changes in Cosmos DB and trigger subsequent actions or updates.

Cosmos DB C# Data Processing

Blob Storage Trigger - Image Resizing

Automatically resize images uploaded to Azure Blob Storage using Function triggers.

Blob Storage Python Image Processing

Timer Trigger - Scheduled Tasks

Execute code on a schedule, perfect for background jobs and periodic tasks.

Timer PowerShell Automation

Queue Storage Trigger - Message Processing

Process messages from an Azure Queue Storage for decoupling application components.

Queue Storage Java Messaging

Event Hubs Trigger - Real-time Data Streaming

Process events from Azure Event Hubs for real-time data ingestion and analysis.

Event Hubs Go Streaming

More Resources

Dive deeper into specific scenarios and advanced patterns by exploring the official Azure Functions documentation and GitHub repositories. You can find comprehensive guides, tutorials, and a vast collection of community-contributed samples.

Browse All GitHub Samples | Official Azure Functions Documentation