Explore practical examples and patterns for building serverless applications with Azure Functions and .NET Core.
Learn how to create an Azure Function that responds to HTTP requests. Ideal for building APIs and webhooks.
Process messages from Azure Storage Queues asynchronously. Perfect for background processing and task queues.
React to changes in Azure Blob Storage, such as file uploads or modifications. Useful for image processing or data ingestion.
Execute functions on a schedule using cron expressions. Great for scheduled tasks, reporting, and recurring maintenance.
Interact with Azure Cosmos DB for data storage and retrieval. Covers input and output bindings for NoSQL data.
Build stateful serverless workflows with Durable Functions. Manage complex orchestrations and fan-out/fan-in patterns.