Explore practical examples and starter kits for building serverless applications.
A basic Azure Function that responds to HTTP requests, suitable for simple APIs and webhooks.
Process data changes in Cosmos DB and trigger subsequent actions or updates.
Automatically resize images uploaded to Azure Blob Storage using Function triggers.
Execute code on a schedule, perfect for background jobs and periodic tasks.
Process messages from an Azure Queue Storage for decoupling application components.
Process events from Azure Event Hubs for real-time data ingestion and analysis.
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