Dew Drop – February 4, 2026 (#4597)
A daily tech link roundup covering .NET, AI, web development, Python, Windows, and developer tools from February 2026.
A daily tech link roundup covering .NET, AI, web development, Python, Windows, and developer tools from February 2026.
Explains a critical 32-character naming limit in Azure Logic Apps Standard that can cause deployment and runtime errors due to Host ID collisions.
A guide to implementing Dependency Injection in .NET 10 Isolated Azure Durable Functions using the TaskEntity<T> base class.
A daily roundup of links covering .NET, web development, AI tools, Windows updates, and various software engineering topics and tutorials.
Explains how to use multiple output bindings with HTTP-triggered Azure Functions in the isolated worker model, covering both HttpRequestData and ASP.NET Core integration.
A tutorial on building an ASP.NET Core API with Azure Functions, Durable Functions, and SQL Server, using GitHub Copilot to generate the project architecture.
Announcing a new series on building APIs with C# and .NET, starting with Azure Functions and Durable Functions.
Guide on configuring Azure Functions to run locally with production app settings, explaining environment variables and project file adjustments.
Explains why Azure Container App Jobs are a simpler alternative to Azure Functions for running scheduled tasks and processing events in Azure.
Explains the internal execution flow of an activity in Azure Durable Functions, focusing on message queues and dispatchers.
Fixing Azure DevOps pipeline error where Azure Functions Core Tools can't find .NET 10 installed by UseDotNet@2 task on Windows agents.
Explains how to fix missing custom logs in .NET Isolated Azure Functions by adjusting the default Application Insights logging filter.
A tutorial on enabling OpenAPI/Swagger support in .NET Isolated Azure Functions, covering package installation and attribute configuration.
Building an MCP server on Azure Functions to send emails using Azure Communication Services, with two authentication scenarios.
Troubleshooting Azure Function App host runtime errors caused by Storage account networking misconfiguration and the secure fix.
A guide on handling multipart/form-data in Azure Durable Functions HTTP Orchestration Triggers using ASP.NET Core integration.
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.