Elliot Margot Logo
  • Home
  • About
    Portrait of a Microsoft AI Specialist at work.
    Overview
    Abstract image of a strategic AI framework.
    Methodology
    Professional experience timeline visual.
    Experience
    Academic background and education visual.
    Education
    Certifications and diplomas visual.
    Certificates
    Letters of recommendation and testimonials visual.
    Testimonials
    Editorial photo of a resume on a warm wooden desk with fountain pen and coffee.
    Resume / CV
  • Work
    Projects portfolio hero visual.
    Projects
    Architectural tech stack hero visual.
    Tech Stack
    Open source coding and development visual.
    Open Source
    Blog header visual.
    Blog
  • Insights & Press
  • Community
    Copilot Studio Hub Discord community logo featuring Saphir the cat.
    Discord Community
    Agentic Weekly - the Microsoft AI weekly newsletter.
    Newsletter
    Microsoft AI Daily Brief - free daily digest of the Microsoft AI ecosystem.
    Microsoft AI Daily Brief
    Collaborative mentorship session visual.
    Free Mentorship
    Elliot at his workbench solving a steampunk problem - the clinic in spirit.
    Copilot Studio Clinic
    Conference stage spotlight with holographic AI agent diagrams floating above.
    Talks
My Cat SaphirContact
/
Elliot Margot Logo
/
My Cat Saphir

Navigation

  • Home
    • Overview
    • Methodology
    • Experience
    • Education
    • Certificates
    • Testimonials
    • Resume / CV
    • Projects
    • Tech Stack
    • Open Source
    • Blog
  • Insights & Press
    • Discord Community
    • Newsletter
    • Microsoft AI Daily Brief
    • Free Mentorship
    • Copilot Studio Clinic
    • Talks
Contact
  1. Community
  2. Agentic Weekly
  3. Edition 008
Agentic Weekly Edition 008 header
Edition 008

Plumbing and perimeter: MCP becomes the socket, Agent 365 Skills the identity, and memory the new attack surface

Week of June 22-28, 2026·10 signals·View on LinkedIn →

Last week the meter turned on. This week the agent got standardized plumbing and a security perimeter. Agent 365 Skills made governed identity a one-line install for any framework. Two new MCP servers, Planner and the Azure Functions extension, turned the protocol into the default socket. Foundry added production OCR and an agentic observability agent at GA. And in the same days, two Microsoft security teams warned that an agent's memory is now the thing attackers go after.

This week's thread: the agent got plumbing and a perimeter

Build named the parts. Last week's GA wave turned the meter on. This week the connective tissue arrived. @Charles Lamanna's platform shipped Agent 365 Skills, which adds enterprise identity, observability, and governance to an existing agent through a single install, regardless of whether it was built on LangChain, Semantic Kernel, Foundry, or the Claude SDK. The same days, two new MCP servers, the Planner server (part of Work IQ MCP) and the Azure Functions extension (host your own), made the Model Context Protocol the default way an agent reaches a tool. Foundry thickened underneath with production OCR, an open-weight model, and an observability agent at GA. And the security conversation moved one layer in: as agents gain persistent memory, two Microsoft teams published defenses for memory poisoning in the same week. The pattern of the week is that the standard plumbing and the standard perimeter landed together.

On this page

  1. Signal of the week
  2. 1MCP becomes the universal socket
  3. 2The Copilot surface opens up
  4. 3Foundry's model and operations layer thickens
  5. 4The security perimeter moves to agent memory
  6. 5First-party agents reach the verticals
  7. 6The layers you do not own
  8. Voices to follow
  9. Coming up
  10. Question

Signal of the week

Agent 365 Skills: any agent to a governed identity in minutes

Announced in preview on June 22, Agent 365 Skills are installable skills you add from your coding assistant with a natural-language prompt instead of hand-editing manifests and wiring OpenTelemetry exporters. One command, gh skill add microsoft/agent365-skills, gives an existing agent Agent 365 identity, observability, governance, secure Microsoft 365 data access, and messaging, plus Work IQ Mail and Calendar tools and built-in validators. It is framework-agnostic: it works with agents built on LangChain, OpenAI, Semantic Kernel, Azure AI Foundry, or the Claude SDK.

Why it matters

Last week metering made an agent a governed, billed asset; the gap was how long it took to get there. This collapses the path from days of manifest and telemetry plumbing to a single install, and because it is framework-agnostic, the agent your team already built gets an enterprise identity without a rewrite. The catch is the same as always: in minutes still means you own what those skills expose, so scope the Microsoft 365 data access before you ship it.

Source →
Agent 365 Skills: one install adds identity, observability, governance, and Work IQ tools to any-framework agents.
Agent 365 Skills: one install adds identity, observability, governance, and Work IQ tools to any-framework agents.

1MCP becomes the universal socket

The Model Context Protocol stopped being a Foundry feature this week and became the default way an agent reaches a tool, on both the client and the host side.

The Microsoft Planner MCP Server makes work management a tool call

Previewed June 23 as part of Work IQ MCP, the Planner MCP Server lets custom agents manage and automate work across Planner plans, connecting planning, execution, and tracking inside agent-driven workflows. It exposes Planner as a standard MCP surface rather than a one-off Graph integration.

Why it matters

Work management is now something an agent does as a first-class tool call. Create and update plans, track tasks, no bespoke wiring. Pair it with the Agent 365 Skills install above and a custom agent gets both a governed identity and a work-tracking tool in one afternoon, which is roughly the unit of effort this stack is collapsing toward.

Source →

The Azure Functions MCP extension turns a serverless function into a governed MCP server

Previewed June 24, the Azure Functions MCP extension now supports the full MCP primitive set, tool, resource, and prompt triggers, across .NET, Java, Python, TypeScript, and JavaScript. It adds native MCP Apps for interactive UIs, built-in MCP authentication with Entra ID and on-behalf-of token flows, .NET fluent builder APIs, and a one-click portal experience for configuring MCP auth in preview. Deeper Foundry integration that surfaces Functions MCP servers in the Foundry Toolbox is planned.

Why it matters

This is the host side of the socket. @Jeff Hollan's Foundry team made it possible to stand up a remote MCP server as a serverless function, Entra-authenticated, and expose it to Foundry agents without hand-rolling the protocol, the auth, or the tool discovery. The on-behalf-of flow is the line that matters for enterprise: the server acts as the signed-in user, inside the permissions they already have, not as an over-scoped service principal.

Source →
MCP as the universal socket: Planner and Azure Functions servers plug agents into tools with Entra and on-behalf-of auth.
MCP as the universal socket: Planner and Azure Functions servers plug agents into tools with Entra and on-behalf-of auth.
  • QuickThe orchestrator was already waiting for them: Copilot Studio's May 2026 release added support for remote MCP servers as a standardized way to connect agents to tools, so this week's servers plug into a runtime that has been MCP-ready for a month.

2The Copilot surface opens up

SharePoint Copilot Apps bring interactive UI into the Copilot canvas

Previewed June 23, SharePoint Copilot Apps bring rich, interactive UX components into the Microsoft 365 Copilot canvas, built with any JavaScript stack and reusing existing SharePoint Framework investments across Copilot, SharePoint, and Teams. Copilot stops being text-only: users can review data, approve a request, or edit a record in place inside the conversation.

Why it matters

For any organization with an SPFx investment, this is the cheapest path to a custom Copilot experience, because the components you already maintain become interactive surfaces inside Copilot with no new platform or infrastructure. It also reframes Copilot extensibility: the question is no longer just what data you connect, but what interface you put in front of it.

Source →
  • QuickCopilot in Excel got a finance-specific positioning on June 25, built for the era of Frontier Finance, with the claim that it is proving the finance use case in practice rather than asserting it.

3Foundry's model and operations layer thickens

Mistral Document AI with OCR 4 and Mistral Medium 3.5 arrive in Foundry

Mistral Document AI with OCR 4 went GA in the Foundry model catalog on June 23, with structured document understanding, paragraph-level bounding boxes, and block classification. Mistral Medium 3.5, an open-weight general-purpose model for reasoning, coding, and agentic workloads, followed June 24. Both deploy via real-time or serverless endpoints.

Why it matters

Two production building blocks for document and agent pipelines, both deployable now. OCR 4 is the one to note: paragraph-level bounding boxes make it a real extraction engine, not just a text dump, which is the front end of any document-processing agent. And an open-weight model in the catalog is portability insurance, the lesson the model layer kept teaching last week.

Source →

The Azure Copilot Observability Agent reaches GA

On June 23 Microsoft announced general availability of the Azure Copilot Observability Agent, powered by Azure Monitor, with autonomous operations in public preview. It reasons over your cloud's telemetry to surface and explain issues, the operations counterpart to the SRE Agent direction that surfaced last week.

Why it matters

The operations side of agents now has its own agent. Where a custom agent runs is becoming a place agents also watch, and an observability agent at GA is the difference between collecting Azure Monitor signals and having something reason over them. For anyone running agents on Azure, this belongs on the same architecture diagram as the runtime, not bolted on after an incident.

Source →

4The security perimeter moves to agent memory

Two Microsoft security teams warn that agent memory is the new attack surface

In two days, two teams published on the same risk. Microsoft Security's Guarding AI memory on June 22 set out how to protect agent memory against tampering and prompt-injection. The Foundry team followed on June 23 with guidance on defending memory in Foundry Agent Service, covering the extraction, persistence, and retrieval stages and the defenses against memory poisoning at each.

Why it matters

As agents gain persistent memory, and memory in Foundry Agent Service is in preview now, a poisoned memory is a durable compromise: it survives the session and quietly shapes every future action the agent takes. The defense is to treat memory as untrusted input, validate on write and scope on read, the same discipline you already apply to user input. Anyone enabling agent memory this quarter should read both posts before they turn it on.

Source →Defending Foundry Agent Service memory →
Agent memory as an attack surface: poison on write persists across sessions, so validate on write and scope on read.
Agent memory as an attack surface: poison on write persists across sessions, so validate on write and scope on read.
  • QuickThe June security partner update adds the dev-to-runtime half: new Microsoft Agent 365 capabilities plus a Microsoft Defender and GitHub integration for securing AI agents from the code they run to the identity they act under.

5First-party agents reach the verticals

Microsoft Scout lands in healthcare and life sciences

Microsoft Scout, the always-on personal agent introduced June 2, got its first vertical playbooks on June 22: an industry walkthrough of Scout automating end-to-end multi-step tasks across apps, documents, and the web for healthcare teams, and a technical deep dive showing Scout's planning, tool use, and human-approval gates within security and compliance boundaries.

Why it matters

Vertical playbooks are how a horizontal agent actually lands, and the technical deep dive is the part that matters: it shows the approval gates, which is the first thing a regulated industry asks about. If you advise a healthcare or life-sciences client, treat this as the reference for agentic-but-governed, where @Jared Spataro's always-on agent meets the compliance boundary it has to live inside.

Source →The Agentic Workday technical deep dive →
Microsoft Scout in healthcare: end-to-end task automation gated by human approval inside compliance boundaries.
Microsoft Scout in healthcare: end-to-end task automation gated by human approval inside compliance boundaries.
  • QuickAdoption is running ahead of the rulebook: Microsoft's 2026 Work Trend Index for Malaysia reports 69% of AI users producing work they could not a year ago, and 24% as Frontier Professionals against 16% globally.

6The layers you do not own

The EU Council formally adopts the Digital Omnibus on AI today

After the European Parliament approved it on June 16, the Council is scheduled to formally adopt the Digital Omnibus on AI on June 29, the last legislative step. The text then goes to legal-linguistic revision, with signing expected July 8 and publication in the Official Journal expected in the second half of July; it enters into force three days after publication. The substance is unchanged: standalone high-risk obligations (Annex III) move to December 2, 2027, embedded ones (Annex I) to August 2, 2028, while the core risk-based provisions and the August 2, 2026 baseline hold.

Why it matters

The clock that started with the June 16 Parliament vote reaches its formal end today. Nothing in the substance moved since last week; the point is that it is now fixed law rather than a provisional deal, so the dates will not slip again. Your readiness work, Agent 365, Sentinel agent identities, Purview, is unchanged. You just now know what you are building toward.

Source →

The BIS warns that an AI bust could ripple from growth into credit

On June 28 the Bank for International Settlements cautioned that a downturn in AI investment could spill beyond technology, from economic growth into credit markets, given how concentrated the capital spending has become. It is the macro counterweight to a week of shipping, including Microsoft breaking ground on a roughly two-gigawatt datacenter campus in Pecos, Texas.

Why it matters

The institutions whose job is to ask what happens if the demand curve bends are starting to ask out loud, while the infrastructure bets assume it holds. This is not a reason to slow an AI program; it is a reason to keep it tied to measured outcomes rather than to the investment cycle, so the value survives a correction in the market that funds the buildout.

Source →The Pecos datacenter expansion →

Voices to follow

  • Microsoft EVP - Copilot, Agents & PlatformCharles Lamanna

    Executive Vice President for Copilot, Agents, and Platform at Microsoft. He owns the strategy behind Copilot Studio, Agent 365, and the Power Platform, so when the agent stack's direction shifts, it usually shifts because of a decision his org made.

    Microsoft EVP - Copilot, Agents & Platform
  • Microsoft Principal Cloud Advocate - Power Platform + agentsDaniel Laskewitz

    Principal Cloud Advocate at Microsoft, ex-Power Platform MVP and co-founder of Forward Forever. One of the clearest voices on multi-agent systems and Power Platform governance - the bridge between the maker community and the product teams.

    Microsoft Principal Cloud Advocate - Power Platform governance + agents
  • Microsoft Principal PM - Copilot Studio (Power CAT)Henry Jammes

    Principal Program Manager for Copilot Studio on the Power CAT team at Microsoft. Deep on agent-building mechanics, governance, and the release roadmap - a first-party source on what Copilot Studio can actually do.

    Microsoft Principal PM - Copilot Studio (Power CAT)
  • Microsoft Partner Director - Foundry Agent ServiceJeff Hollan

    Partner Director of Product at Microsoft, leading the Foundry agent platform: Agent Service, the Agent Framework, and the SDKs. The clearest source on how agents actually go from prototype to a hosted production runtime.

    Microsoft Partner Director - Foundry Agent Service + Agent Framework
  • Microsoft Principal Group PM - DataverseJulie Koesmarno

    Principal Group Product Manager at Microsoft, leading the Dataverse as Agent Data Platform team. Follow her to see where the governed data layer, MCP surface, and coding-agent plugins are heading before they ship.

    Microsoft Principal Group PM - Dataverse as Agent Data Platform
  • Microsoft CVP - Security, Compliance, Identity & PrivacyVasu Jakkal

    Corporate Vice President for Microsoft Security. Defender's AI agent posture risk, the Agent 365 security integration and the wider security-for-AI story all ship out of her organisation.

    Microsoft CVP - Security, Compliance, Identity & Privacy
  • Copilot Studio MVPLisa Crosbie

    6x Microsoft MVP, Practical AI for Business with Copilot and Agents at Barhead. Calm, hands-on voice on production-grade agent design - the one to follow when you want patterns you can ship, not just demo.

    6x Microsoft MVP - YouTuber + International Speaker - ~21K followers
  • Microsoft Principal Cloud Advocate - Power Platform Advocacy LeadApril Dunnam

    Principal Cloud Advocate and Team Lead for the Power Platform Advocacy team at Microsoft, and the face of Agent Academy. If a Copilot Studio feature or governance update ships, April has usually broken it down within 48 hours.

    Microsoft Principal Cloud Advocate - Power Platform + AI Demystifier

Coming up

  • July 1, 2026 · Copilot Cowork billing begins. The Frontier grace period ends, so set per-user and per-group Copilot Credit spend limits before the first metered invoice.
  • July 8, 2026 · The Digital Omnibus on AI is expected to be signed, with publication in the Official Journal expected in the second half of July and entry into force three days later.
  • Coming weeks · The fine-tuned Cowork 1 model arrives, to run routine Copilot tasks at a substantially lower credit cost than Opus 4.8.
  • August 2, 2026 · Core AI Act provisions take effect. The Omnibus postponed the high-risk dates, not these: GPAI, prohibited-practice, and core transparency rules still start on schedule.

This week's question

This week handed you the standard plumbing and the standard perimeter in the same days. Two questions for Monday: now that Agent 365 Skills can add a governed identity in one install and MCP servers expose your tools in another, which of your custom agents is still running without either? And the harder one: if any of your agents has persistent memory, who can write to it, and would you notice if something poisoned it?

#Agent365#MCP#CopilotStudio#Microsoft365Copilot#MicrosoftFoundry#WorkIQ#AgentGovernance#PowerPlatform#Governance
← All editions

Get Agentic Weekly in your inbox

Every Monday morning. Unsubscribe any time.

Elliot Margot

© 2026 Elliot Margot. Microsoft AI Specialist & Power Platform Solutions Architect.

Working atWitivio

Site Map

HomeAboutResume / CVProjectsTech StackFree MentorshipContactSitemapPrivacy PolicyImpressum

Contact Me

Ready to build? Let's architect your next big leap.

Get in Touch