Serverless Go with Azure Functions and GitHub Actions
A tutorial on building and deploying a serverless Go web service using Azure Functions custom handlers, with automated CI/CD via GitHub Actions.
A tutorial on building and deploying a serverless Go web service using Azure Functions custom handlers, with automated CI/CD via GitHub Actions.
Explains the internal event processing and execution flow when running an activity function within an Azure Durable Functions orchestration.
Final part of a series on building an air quality alert system using Azure IoT, Functions, Cosmos DB, Anomaly Detector, and Twilio SMS.
Part 2 of a tutorial on using Azure AD Entitlement Management and Azure Functions to automate self-service application access for guest users.
A technical guide on using Azure AD Identity Governance and Azure Functions to automate self-service application access management for guest users.
Explores the internal mechanics of starting an orchestration in Azure Durable Functions, focusing on message queuing and client initialization.
A technical deep dive into the startup process and internal mechanics of Azure Durable Functions, focusing on instance initialization.
A technical guide on building a secure code execution sandbox using Azure Durable Functions and Container Instances to run user-submitted C# code.
Highlights recent Azure serverless updates including Static Web Apps, Functions v4 runtime, Durable Functions storage, and Logic Apps single-tenant mode.
A technical guide on maximizing bulk insert throughput to Azure Table Storage using parallel Azure Functions and a blob-triggered architecture.
How to monitor real-time and historical instance scaling for Azure Functions on the Consumption Plan using Azure Portal and KQL queries.
A guide to setting up automated end-to-end (E2E) tests for Azure Functions locally and in CI/CD pipelines, using xUnit and Azure Functions Core Tools.
Diagnosing and fixing Azure Function Consumption Plan scaling issues where Event Hub triggers stop processing events after going to sleep.
A tutorial on building an automated stock checker for gaming consoles using Playwright, Azure Functions, and Twilio for notifications.
Guide to implementing Azure AD JWT authentication and authorization using middleware in .NET isolated process Azure Functions.
A tutorial on building an Alexa Skill using Python and Azure Functions, including debugging and setup steps.
Automate creating monthly Azure update PowerPoint presentations using an Azure Function written in Python and the python-pptx library.
Explores building custom bindings for Azure Functions .NET Isolated Worker to reduce boilerplate code and focus on core function logic.
A guide to securing Azure Functions using API keys, covering different authorization levels and practical verification with Postman.
A technical guide on creating YAML-based CI/CD pipelines in Azure DevOps for a serverless application, focusing on initial build stage setup.