Category: Azure

Azure Cloud Talk Podcast: The Accidental CTO

March 3, 2025 · 5 min read
I joined Azure Cloud Talk to chat about my journey as an 'accidental CTO' and share some honest thoughts on AI tools (including my love-hate relationship with Cursor Composer). We talked about the real challenges of software development, why I prefer stable brownfield projects over shiny new tech, and my controversial take that building greenfield software is like having a newborn – painful but somehow we forget and do it again.

My $8,000 Serverless Mistake

December 11, 2024 · 5 min read
I made an $8,000 mistake with Azure Functions, and it taught me some valuable lessons about serverless architecture. I've always loved Azure Functions for their affordability, simplicity, and ability to scale with demand, making them perfect for handling background tasks like processing queues. But I learned the hard way that scaling can spiral out of control, especially when using Elastic Premium instances with constant back pressure. What started as a cost-effective solution ballooned into a costly oversight as Azure ramped up resources to handle the load. After this experience, I realized not every problem is a serverless problem and shifted memory-intensive tasks to Azure Container Apps, which provided better control over resources. It's a painful but important reminder to understand cloud scaling and pricing before letting workloads run wild.

Azure Functions: No bindings were found in the function $func

October 31, 2024 · 5 min read
How do you resolve a 'No bindings were found in the function $func' error when using Azure Functions?