Deploying agents developed with the Microsoft Agent Framework (MAF) previously required significant infrastructure setup, including Dockerfiles, web servers, authentication, and scaling rules. This often meant creating a separate project solely for deployment.
Foundry Hosted Agents offer a managed solution for MAF console applications within Azure. This service allows developers to deploy their agent logic as a containerized application on Microsoft-managed infrastructure. Foundry provides an endpoint and handles compute, scaling, identity, session state, observability, and the overall lifecycle.
The new deployment method reduces the effort to a single NuGet package, three lines of C# code, and two commands. This contrasts with the previous requirement of building and operating an entire second project for deployment.
The process involves registering the agent with the Foundry Responses protocol, running and invoking it locally with 'azd', provisioning Azure resources, and deploying it as a Foundry Hosted Agent. Developers can then inspect conversations, traces, versions, and evaluations within the Foundry portal.
✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →
One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.
One email a day. Unsubscribe in one click, any time.
Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.
▶ Play today's briefNew every morning, and the back catalogue is archived by date.
Microsoft's Foundry Hosted Agents now provide a managed solution for deploying console applications built with the Microsoft Agent Framework to Azure. This simplifies the deployment process, eliminating the need for extensive manual setup of infrastructure components like Dockerfiles, web servers, and scaling rules.