Skip to main content
  1. Tags/

Azure

Microsoft Foundry's Production-Agent Release: A Solution Architect's Read

Update Platform Updates · Jul 9, 2026 · 4 min read
Microsoft’s Build 2026 announcement, Frontier models and production agents advancing Microsoft Foundry for the agentic era, reframes Foundry from a model catalog into a place you run production agents. The headline that makes it real: hosted agents in Foundry Agent Service are now generally available, and the catalog spans both OpenAI and Anthropic frontier models (1,900+ on Microsoft Learn, not the “11,000” some coverage repeats).
Microsoft Foundry's Production-Agent Release: A Solution Architect's Read

Dev Tunnels: Test Webhooks and Share Local Apps Without a Deploy

Update Tools & SDKs · Apr 4, 2026 · 3 min read
If you read the Cloudflare Tunnel post, you know the problem: localhost does not accept webhooks, OAuth providers reject http://localhost as a redirect URI, and showing a client a work-in-progress means a deploy. Cloudflare Tunnel solves it, but it wants a Cloudflare account and domain setup.
Dev Tunnels: Test Webhooks and Share Local Apps Without a Deploy

Azure App Registration: A Complete Guide from Zero to Working App

Deep Dive Azure · Jan 10, 2026 · 13 min read
Every Microsoft integration I have shipped starts at the same gate. Call the Graph API, wire up SharePoint, add “Sign in with Microsoft” to an app, and none of it works until you have an App Registration. Get it wrong and nothing downstream authenticates, which is why this is the one setup step I slow down for instead of clicking through.
Azure App Registration: A Complete Guide from Zero to Working App

.NET Architecture at Scale: Visual Guide to Modern Design Patterns

Deep Dive Software Architecture · Jul 5, 2025 · 46 min read
.NET Architecture at Scale: Visual Guide to Modern Design Patterns # I keep a page like this open in a browser tab. When a team asks which pattern fits a new service, I would rather point at a decision tree and a comparison table than argue it from memory for the third time that month. So I wrote the reference I wanted: the 16 patterns I actually reach for in .NET systems, each with its diagram, a code sketch, and the trade-off it forces on you.
.NET Architecture at Scale: Visual Guide to Modern Design Patterns