Azure Functions: use Blob Trigger with Private Endpoint
A technical guide on configuring an Azure Function's Blob Trigger to securely connect to a Storage Account using a Private Endpoint and VNet Integration.
A technical guide on configuring an Azure Function's Blob Trigger to securely connect to a Storage Account using a Private Endpoint and VNet Integration.
Analysis of Microsoft's research paper on real-world Azure Functions usage, covering trigger types, app structures, and invocation patterns.
A technical guide on configuring an NGINX Ingress Controller with Dapr sidecar injection in Kubernetes for exposing Dapr-enabled applications.
Part 2 of a tutorial on using Azure Event Grid with PowerShell Azure Functions to automate resource configuration after creation.
A technical guide on using Azure Event Grid with PowerShell Azure Functions to automate resource configuration after VM or Storage Account creation.
A technical guide on setting a daily usage quota for an Azure Function using Terraform's local-exec provisioner as a workaround.
A guide to running .NET Azure Functions on Google Cloud Run, enabling C#/F# serverless workloads in GCP.
How to trigger non-HTTP Azure Functions (like Timer or Queue triggers) over HTTP during local development for easier testing.
A tutorial on creating an automated profanity filter for GitHub issues and pull requests using .NET Core, Azure Functions, and CosmosDB.
A guide to evaluating and choosing deployment tools for serverless applications, covering infrastructure-as-code, declarative vs. procedural approaches, and key criteria.
First episode of a new video series covering new Azure features for developers, including demos and resource links.
A detailed comparison of AWS Lambda and Azure Functions, focusing on 10 key differences like hosting plans, configurability, and pricing models.
A tutorial on deploying an Azure Function App using KEDA for event-driven autoscaling on a Kubernetes cluster, with infrastructure as code.
Explains why Azure Functions with HTTP triggers are not ideal for building full web APIs and should be used for reactive, message-based logic instead.
10 code snippets for building serverless apps with Azure Functions using Pulumi's infrastructure-as-code.
A guide to understanding and predicting the cost structure of Azure Functions on the Consumption plan, focusing on serverless billing models.
Building a reverse NuGet package search engine using Azure Functions and Azure Search to find packages by public type names.
Part 2 of a series on building monitoring and management for IoT Edge devices using Azure Durable Functions and Azure Functions.
A tutorial on verifying and load-testing Azure Functions using the Loader.io tool, covering two verification methods.
A guide to deploying custom, long-running Azure Functions in containers using Docker and KEDA for event-driven autoscaling, demonstrated with a video thumbnail generation example.