Microsoft Foundry adds managed memory and observability
Microsoft added two production-grade capabilities to Foundry Agent Service in August 2026: managed Memory (preview) for persistent agent recall across sessions, and Foundry Observability for tracing, monitoring, and dashboards covering agents and models Microsoft Foundry.
Memory for Stateful Agent Sessions
The Memory feature addresses a core problem in multi-turn agent workflows: maintaining user context without token bloat or manual session management. Rather than forcing developers to implement custom context stores or reload conversation history on every invocation, Foundry's managed memory layer persists agent state across sessions, allowing agents to recall prior interactions and user preferences without explicit prompt engineering Microsoft Foundry.
This is particularly relevant for long-running agents deployed in customer service, knowledge work, and autonomous task completion — use cases where agents must reference earlier decisions or learned user patterns. The preview status indicates Microsoft is still refining retention policies, eviction strategies, and cost models around persistent storage.
Production Observability for Multi-Step Workflows
Foundry Observability ships as a unified monitoring, tracing, and evaluation layer for agents and the models they invoke Microsoft Foundry. The capability map includes dashboards, metrics collection, and distributed tracing—critical for debugging agent failures in multi-step reasoning chains where a single model miscall can cascade across downstream actions.
Developers using Foundry can now instrument agent workflows to surface latency bottlenecks, token consumption per step, model invocation sequences, and evaluation results without building custom logging infrastructure Inside Track. This lowers operational friction for enterprises moving agents from prototype to production, where visibility into failure modes becomes mandatory before autonomous decision-making at scale.
Market Context
The additions signal Microsoft's positioning in the agent infrastructure stack. As enterprises ship agents for document review, code generation, and business process automation, managed memory and observability have become table-stakes for production deployments. Competitors including Anthropic, OpenAI, and open-source frameworks are similarly advancing observability and context management, though Microsoft's integration into Azure DevOps and its observability ecosystem gives Foundry native leverage for enterprise deployments already running on Microsoft infrastructure.
Both features are available in Foundry Agent Service. Memory is in preview; observability is in general availability.