Azure Developer Associate Renewal – Study Guide – 2025
A study guide for renewing the Microsoft Azure Developer Associate certification in 2025, with categorized links to official documentation.
A study guide for renewing the Microsoft Azure Developer Associate certification in 2025, with categorized links to official documentation.
A PowerShell script to identify Azure Function Apps running on deprecated or unsupported runtime versions, ensuring security and compliance.
A developer shares insights and challenges encountered while creating their first Azure Function, comparing IDE experiences and model choices.
A technical guide on deploying an Azure Function using the new Flex Consumption plan with VNet Integration, provisioned via Terraform.
A developer shares their detailed experience and step-by-step guide for migrating Azure Durable Functions from .NET 6 to the .NET 8 isolated worker model.
A developer shares their experience migrating from .NET 6 to .NET 8, focusing on fixing missing X-Forwarded headers in isolated Azure Functions.
A developer shares their experience migrating Azure Functions from .NET 6 in-process to .NET 8 isolated, focusing on Azure AppConfiguration setup.
Guide on integrating ASP.NET Core middleware into Azure Functions HTTP triggers to use familiar HttpRequest, HttpResponse, and IActionResult objects.
A developer shares their experience migrating an Azure Function from .NET 6 in-process to .NET 8 isolated, focusing on OpenApi/Swagger configuration changes.
A curated list of links covering .NET, Azure, React, Git, and other software development topics, tools, and industry news.
A step-by-step guide on creating and deploying Azure Function Apps using Visual Studio Code extensions and the Azure CLI.
A technical guide on using Azure Function triggers and bindings to send SMS notifications via Twilio integration.
Part 3 of a tutorial on building a vehicle tracking app in Azure, focusing on the Function App for processing location events, geofencing, and data storage.
Using Azure API Management to control API access and validate parameters per team, securing an Azure Function for DevOps agent management.
A guide to troubleshooting common issues when configuring and deploying applications to a private Azure App Service Environment (ASE).
A tutorial on creating an HTTP-triggered Azure Function using a custom handler written in the Go (Golang) programming language.
A guide on building an Azure Functions extension to read files from AWS S3, based on a talk at the Sydney Serverless Meetup.
A guide to creating custom Azure Functions binding extensions, using Azure Communication Services Email as a practical example.
A tutorial on implementing feature flags in an isolated Azure Functions application using Azure App Configuration Service.
A tutorial on implementing feature flags from Azure App Configuration in an InProcess Azure Functions application.