When I need flexible message routing in Azure without duplicating infrastructure, Azure Service Bus Topics are usually my first choice. They solve a very specific problem: letting multiple consumers react differently to the same message without forcing the publisher...
I found that Logic Apps Consumption with AgentLoop is one of the fastest ways to get a practical AI agent running—especially if you’re experimenting or running low-volume workloads. In this post, I’ll walk through why I chose Consumption, how the agent is structured,...
Setting up SSL certificates on Windows used to feel way more complicated than it needed to be—especially when all I wanted was a simple PFX file. In this walkthrough, I’m going to show you exactly how I create a PFX certificate on Windows using OpenSSL, powered by a...
Using the default Azure API Management (APIM) hostname works fine from a technical standpoint — but it doesn’t look professional. Long, autogenerated URLs aren’t ideal for production APIs, documentation, or sharing endpoints with consumers. When I wanted a clean,...
Does your test or production Azure application still use a default URL like my-app-v2-random-numbers.azurewebsites.net? While functional, these default domains can look unprofessional and make it harder for users (or client applications) to trust and remember your...
Introduction: When AI Stops Chatting and Starts Doing If you are like me, you have spent hours digging through coupon sites — finding half of them expired and the other half of them fake. So I decided to see what would happen if I let ChatGPT’s new Agent Mode do the...
Recent Comments