In this blog post I show you how to run Claude Code inside your GitHub pipelines. With the official GitHub Action you can answer @claude mentions in issues, review every pull request automatically, and automate recurring standard tasks like reports or issue triage.
In this blog post I explain how multi-agent orchestration works in Microsoft Foundry today. I show why connected agents and portal workflows are going away, how the Microsoft Agent Framework patterns work, and which orchestration pattern I would pick for which scenario.
In this blog post I take a look at the Security Copilot agents in the Intune admin center. I explain what the Policy Configuration Agent, the Change Review Agent, and the new Vulnerability Remediation Agent do and how you can enable them. I also cover the licensing that gives Microsoft 365 E5 and E7 tenants included Security Copilot capacity.
In this blog post I take a deep look at Foundry IQ, the knowledge layer in Microsoft Foundry. I explain how knowledge bases and agentic retrieval work, how to connect them to an agent via MCP, and what this replaces from the classic RAG world.
Since June 2026, Intune enforces Multi Admin Approval on app-authenticated Microsoft Graph API calls. In this blog post I explain why your automation now gets 403 errors, how the approval flow works for API calls, and how to use the new Exclusions tab for your automation apps.
In this blog post I explain how observability works for AI agents in Microsoft Foundry: zero-code tracing with OpenTelemetry, the monitoring dashboard, continuous evaluation on live traffic and alerts. With the exact setup I use in production.
Talk to live screen information with a Microsoft Foundry Realtime voice agent. Share an Azure page, ask by voice, and receive an immediate spoken answer.
In this blog post I explain the new auto-update feature of Enterprise App Management, which is generally available since the June 2026 service release. I show you how to enable it, how it compares to manual Win32 supersedence and winget, and which limitations you should know before you turn it on.
Migrate from the deprecated Azure AI Inference SDK to OpenAI v1 before 26 August 2026. Find old clients, update the endpoint and validate the deployment.
In this blog post I take a deep look at the model router in Microsoft Foundry and the model catalog behind it. I explain how routing works, what it costs, which deployment types exist and how I pick models for agents.
Microsoft Foundry June 2026 added Claude, agent publishing, Toolboxes, Routines and Memory. I explain the changes and build a practical Intune example.
In this blog post I explain how I secure Microsoft Foundry end to end: private networking for agents, Entra Agent ID and RBAC, customer-managed keys and guardrails. Written from an IT admin perspective, with the traps I ran into.
Microsoft now offers two big platforms for building AI agents: Microsoft Foundry and Copilot Studio. In this blog post I explain in depth how both work, compare models, pricing, governance, and quality, and give you a clear decision guide — including why Foundry is often the faster path if you can code.
This is the first episode of my new unboxing series with Admin By Request. I explain what their Endpoint Privilege Management solution is, how temporary admin rights and per-process elevation work, and why the Frankfurt data center matters for European companies.
In this blog post I show how to evaluate AI agents in Microsoft Foundry. I go through the built-in evaluators, the evaluation wizard in the portal, a runnable SDK example, and how continuous evaluation keeps an eye on your agent in production.
In this blog post I explain what Agent Skills are and why they are becoming an open standard across AI tools. I also show step by step how you can build your first own skill with a simple SKILL.md file.
In this blog post I show you how to build your first AI agent in Microsoft Foundry. We create a project, deploy a model, build the agent in the portal, test it in the playground, and call it from Python. At the end you have a working agent you can extend for your own scenarios.
AI agents like Claude Code and Copilot CLI run with your privileges. See how AI agent runtime protection in Defender for Endpoint blocks prompt injection.
In this blog post I explain how Microsoft Intune really works under the hood on Windows — including the new MMP-C and Declared Configuration channel — where every log lives, the tools I use, and a clear method to fix the errors you hit most. A deep A to Z guide.
A plain, hands-on look at the latest AI models in June 2026 — OpenAI, Anthropic, Google, Microsoft MAI, Mistral and the Chinese open-weight models. I sort them by price, capability and use case, and I explain what it means for European companies and data sovereignty.
A fact-based look at Intune Advanced Analytics from someone who ran AIOps in a large enterprise — what it does, how it works, and how it really compares.
Build 2026 was not a feature update — it was Microsoft declaring the agentic era a platform. Here is every major announcement, explained in plain language, with what it actually means for the people who have to run, secure and manage it.
Skills, MCP servers, CLI tools, Computer Use, function-calling, declarative agents — the AI tooling surface has multiplied. Here is the mental model I use to decide which one to reach for, with the trade-offs I actually pay for in production.
Microsoft 365 Agents — the official term for the agentic platform inside the Microsoft 365 stack — moves AI from chatbox to autonomous worker. Here is the practical view from an endpoint admin and Microsoft MVP for both Intune and Foundry.
Azure AI Content Safety explained: configure harm filters, Prompt Shields, groundedness, protected material and production guardrails in Microsoft Foundry.
To become a Prompt Engineering Pro in 2025 you have to master more than tricks — you have to master the art of talking to AI in a way that produces consistent results, especially when it comes to designing AI Conversations that scale. This post walks through the patterns that have worked for me across [ ]
This is only a small blog post but maybe for most of you very helpful, especially if you work a lot with Microsoft Graph. Often the problem is you want to run multiple calls and then you have to loop through the single items or have a long line of calls. The Microsoft Graph Batch [ ]
As an Intune MVP, I frequently need to test various setups on a dedicated test machine. The easiest way to do this is by building an Autopilot lab on MacOS using virtual machines (VMs). However, running a Windows VM on a MacBook Pro with Apple Silicon (M3) can be a bit tricky. In this blog [ ]
Azure AI Search: Build a Powerful AI Search Engine is the practical goal of this article: turning enterprise content into a searchable, ranked, and AI-ready knowledge layer with Microsoft Azure AI Search. This post is a hands-on guide to Build a Powerful AI Search Engine with Azure AI Search. From configuring the indexer to setting [ ]