AWS Lambda vs. Azure Functions: 10 Major Differences
A detailed comparison of AWS Lambda and Azure Functions, focusing on 10 key differences like hosting plans, configurability, and pricing models.
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.
Tips for monitoring Azure Function scheduled triggers with health pings and Application Insights logs to detect missed executions.
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.
A talk on building a serverless reverse package search for NuGet.org using Azure Functions and Azure Search, presented at NDC Oslo.
Two tech talks on rate limiting strategies and building a serverless search engine for NuGet.org using Azure Functions and Azure Search.
A tutorial on deploying serverless Azure Functions using Pulumi's callback syntax, simplifying infrastructure and code deployment.
Analysis of cold start durations in Azure Functions, comparing deployment methods and the impact of Application Insights on performance.
A visual experiment comparing cold start performance of serverless functions across AWS Lambda, Google Cloud Functions, and Azure Functions.
A developer details migrating a personal blog archive tweet automation script from a home server to Azure Functions, exploring serverless PowerShell.
A guide to key Azure developer sessions at Microsoft Ignite | The Tour: Sydney 2019, covering serverless, security, data, and deployment.
A guide to building and deploying Python-based Azure Functions using Azure DevOps pipelines, updated for general availability.
A guide to using Azure Functions with Java, covering the v2 runtime, local development, and the Java worker for serverless applications.
A developer explains how to automate social media reposts by creating a custom workflow using Azure Functions and the Buffer API.