Steef-Jan Wiggers

@steefjan.bsky.social

InfoQ Cloud Lead Editor, Microsoft MVP Azure Integration PaaS, Cloud Native, Speaker, Scuba Diver, Runner, and Field Hockey Player.

A monitoring standard that depends on discipline isn't a platform capability; it's a hope. Observability and FinOps as one discipline in two currencies: what is the platform doing, and what is it costing? sjwiggers.com/2026/08/20/a...

Azure Observability and FinOps for Integration Architects - Cloud Perspectives

Explore azure observability and its crucial role in managing production environments effectively with visibility in costs and performance.

sjwiggers.com

I built nine agentic AI design patterns for real on Azure, not just as diagrams. Cosmos DB has its own separate RBAC system that silently grants nothing, and "Azure AI Foundry" is secretly two incompatible resource types. More: sjwiggers.com/2026/08/15/a...

Agentic AI Design Patterns on Azure - Cloud Perspectives

What actually breaks when building agentic AI on Azure PaaS: real errors and fixes from deploying 9 agentic AI design patterns end to end, not just the diagrams.

sjwiggers.com

Three files replace an agent loop on Azure Functions. .agent.md, agents.config.yaml, mcp.json — the runtime handles registration, wiring, and the loop. New post: how it works and when to use it over Foundry Agent Service. sjwiggers.com/2026/08/13/a...

The Azure Functions Serverless Agents Runtime Explained - Cloud Perspectives

The Azure Functions serverless agents runtime lets you build event-triggered agents as function apps. When to use it over Foundry Agent Service.

sjwiggers.com

A RAG diagram promised "zero hallucination". I built it and measured it. Keyword search made retrieval worse: 7/11 vector-only, 6/11 hybrid, 11/11 with the reranker. Confident diagrams are cheap to draw. Building one shows what's real. sjwiggers.com/2026/08/12/n...

The Four Things Naive RAG Diagrams Leave Out - Cloud Perspectives

Naive RAG diagrams leave out four things that decide whether your pipeline works. Measured results on Azure AI Search, with a runnable sample repo.

sjwiggers.com

Logic Apps Standard closed a real gap: dev and prod now use one Managed Identity model; no connection-string swap before deploy. Wrote up why that's a bigger Zero Trust deal than it looks, plus a working sample. sjwiggers.com/2026/08/06/m...

Managed Identity in Logic Apps Standard: A Zero Trust Read - Cloud Perspectives

Logic Apps Standard now runs Managed Identity locally and in production. Here's why that closes a real Zero Trust gap and what RBAC still owes you.

sjwiggers.com

Took the FinOps "token economics" framework and held it against a real APIM gateway. Attribution and caching: solid. Goodput, yield, routing: honest gaps. And multi-agent token math is not linear: chains compound context. sjwiggers.com/2026/08/04/t...

Token Economics: Understanding AI Cost Management - Cloud Perspectives

Explore token economics in AI cost management and discover how the Citadel Platform implements these concepts effectively.

sjwiggers.com

Three ways to host MCP servers on Azure Functions — not interchangeable. GA binding extension. Preview self-hosted SDK (Streamable HTTP only). Queue-based option that skips MCP when async decoupling is what you need. sjwiggers.com/2026/07/30/h...

Hosting MCP Servers on Azure Functions: GA vs. Preview - Cloud Perspectives

Hosting MCP servers on Azure Functions gives you three options: the binding extension, self-hosted MCP SDKs, and queue-based tools, and tells you which to use when.

sjwiggers.com

Months in the Logic Apps agent loop, so my first reaction to Automation wasn't "nice designer." It's that apps are private by default; your compliance team can't see what they do. Wrote up the governance angle + a demo: sjwiggers.com/2026/07/28/l...

Logic Apps Automation Preview - Cloud Perspectives

Logic Apps Automation is in public preview. An architect's view of the new SKU, the governance boundary it introduces, a demo you can build, and what it cannot do yet.

sjwiggers.com

KBaaS in Azure Logic Apps removes the hard part: the rag pipeline. Upload documents → parse, chunk, summarise, embed into cosmos db. no ai search needed. Built an hr policy agent + github sample. five undocumented notes in the post. sjwiggers.com/2026/07/23/logic-apps-knowledge-base-as-a-service/

Knowledge Base as a Service in Azure Logic Apps - Cloud Perspectives

Build a RAG-powered HR policy agent using Knowledge Base as a Service in Azure Logic Apps.

sjwiggers.com