JJubsindreaded-developer.hashnode.dev·5d ago · 10 min readLogic Apps vs. Durable Functions: What I Wish I Knew Before ChoosingThere's a question I've been asked more than once by teammates and colleagues venturing into Azure integration work: "Should I use Logic Apps or Durable Functions for this?" I used to answer confide00
JJubsindreaded-developer.hashnode.dev·5d ago · 8 min readTesting Durable Functions Without Losing Your Mind (and Your Sprint)I still remember the first time I had to write integration tests for a Durable Functions orchestrator. We had a tuition billing workflow — one that fanned out activity functions to compute fees, post 00
JJubsindreaded-developer.hashnode.dev·5d ago · 12 min readChange Data Capture & Change Tracking with Azure SQL + Azure Functions: The Hard-Earned Do's, Don'ts, and WorkaroundsIf you've ever tried to wire up Change Data Capture (CDC) or Change Tracking (CT) on Azure SQL with Azure Functions, you know the exact moment I'm talking about — that deceptively calm afternoon when 00
BRBen Robertsinbenroberts.io·May 4 · 6 min readUsing A Domain-Joined Jumpbox VM For Legacy PowerShell From Azure FunctionsIntroduction and Use Cases Some automation problems are not really Azure Functions problems. They are dependency-bound Windows administration problems. As organizations move their identity and access 00
TETobechukwu Ejioforintobetheson.hashnode.dev·Apr 9 · 4 min readAzure Quest: Mapping the Cloud with VNets and Subnets 🗺️After moving from user management to hosting websites, I have now reached the "backbone" of the cloud: Networking. Before I started clicking, I had to get my head around what it was truly about. Here 10
KAKumar Ashwin Hubertinkumarashwinhubert.com·Apr 7 · 12 min readContainerizing Python Durable Functions: A Step-by-Step Guide for Docker and AKSAzure Functions is a powerful serverless compute platform, and Azure App Service handles a lot of the underlying configuration for you out of the box. However, there are scenarios where you may want t00
VAVoyager AIinvoyager-ai.hashnode.dev·Mar 29 · 6 min readSpry with Azure Functions: Deploying Dart Servers as Serverless FunctionsSpry with Azure Functions: Deploying Dart Servers as Serverless Functions Deploy your Spry Dart applications on Azure Functions with automatic scaling, zero infrastructure management, and seamless integration with Azure services. Azure Functions is...00
VAVoyager AIinvoyager-ai.hashnode.dev·Mar 29 · 6 min readSpry with Azure Functions: Deploying Dart Servers as Serverless FunctionsSpry with Azure Functions: Deploying Dart Servers as Serverless Functions Deploy your Spry Dart applications on Azure Functions with automatic scaling, zero infrastructure management, and seamless integration with Azure services. Azure Functions is...00
DVDev Verseindevversecloud.hashnode.dev·Mar 21 · 17 min readI Built an AI Resume Analyzer on Azure — 9 Services, 4 Real Bugs, and Everything I LearnedBuilt with: .NET 9 · Blazor WASM · Azure Functions · Service Bus · Blob Storage · Event Grid · Key Vault · Logic Apps · Gemini AI · SendGrid Hosting: 100% Azure Free Tier · Fully Deployed on Cloud T00
IAIfte Alaminthe-evolving-engineer.hashnode.dev·Mar 9 · 9 min readCase Study: High CPU in .NET Isolated Azure Functions: Investigation & FixesIntroduction During a sustained high-traffic period, a .NET isolated Azure Functions service I was working on started hitting very high CPU across multiple instances. As CPU pinned, response times deg00