Build your own Azure retirements email alerts service using Java, Azure Functions and Communication Services
A tutorial on building a custom email alert service for Azure service retirements using Java, Azure Functions, and Communication Services.
A tutorial on building a custom email alert service for Azure service retirements using Java, Azure Functions, and Communication Services.
A guide on using GitHub Codespaces to develop and test Azure PowerShell Function apps in a pre-configured cloud environment.
Guide to securely deploying Azure resources within a Virtual Network using DevSecOps practices for network isolation and security controls.
Azure Functions support for PowerShell 7.0 ends Dec 2022. Learn how to find and upgrade affected functions to PowerShell 7.2.
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.