Azure Functions – Programmatically List All Subscriptions in Your Tenant Using Resource Graph & C#
A guide to programmatically list all Azure subscriptions with tags using C#, Azure Functions, and the Azure Resource Graph SDK for efficient queries.
A guide to programmatically list all Azure subscriptions with tags using C#, Azure Functions, and the Azure Resource Graph SDK for efficient queries.
A tutorial on building a scalable, low-latency custom URL shortener service using Azure Functions and Cosmos DB.
A tutorial on integrating Azure Key Vault with Azure Functions using PowerShell, covering setup, configuration, and credential management.
Explores a predictive strategy to eliminate cold starts in serverless functions by pre-warming instances based on invocation patterns.
A tutorial on building a serverless FAQ app using Blazor WebAssembly, Azure Functions, and Cosmos DB.
Explains how Azure Durable Functions scale, detailing the differences between stateless activity functions and stateful orchestrators/entities.
A step-by-step guide to deploying an Angular application with optional Azure Functions backend to Azure Static Web Apps using GitHub 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.
Best practices for designing Azure Functions including dependency injection, short executions, and messaging patterns.
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.
Learn how to implement Dependency Injection in Azure Functions to reuse service instances, reduce execution time, and optimize performance at scale.
How to trigger non-HTTP Azure Functions (like Timer or Queue triggers) over HTTP during local development for easier testing.
Fixing 'Cannot bind parameter log to type ILogger' error when upgrading Azure Functions from v2 to v3.
Guide on securing Azure Functions configuration using Azure Key Vault references to protect sensitive data like connection strings.
A tutorial on creating an automated profanity filter for GitHub issues and pull requests using .NET Core, Azure Functions, and CosmosDB.