주요 콘텐츠로 건너뛰기
메가폰 아이콘

클라우드 네이티브 앱 구축하기

AI 준비됐나요? Azure를 활용해 클라우드 네이티브 앱을 구축하고 확장하는 방법을 알아보세요.

Building Enterprise Agents with Microsoft Foundry and Azure PaaS

Microsoft Reactor에 가입하고 개발자와 라이브 참여

AI 및 최신 기술을 시작할 준비가 되셨나요? Microsoft Reactor는 개발자, 기업가 및 신생 기업이 AI 기술 등을 기반으로 구축하는 데 도움이 되는 이벤트, 교육 및 커뮤니티 리소스를 제공합니다. 참여하세요.

Building Enterprise Agents with Microsoft Foundry and Azure PaaS

Microsoft Reactor에 가입하고 개발자와 라이브 참여

AI 및 최신 기술을 시작할 준비가 되셨나요? Microsoft Reactor는 개발자, 기업가 및 신생 기업이 AI 기술 등을 기반으로 구축하는 데 도움이 되는 이벤트, 교육 및 커뮤니티 리소스를 제공합니다. 참여하세요.

돌아가기

Building Enterprise Agents with Microsoft Foundry and Azure PaaS

  • 서식:
  • alt##LivestreamLivestream

항목: 에이전트

언어: 영어

  • 이 시리즈의 이벤트:
  • 4

This four-part live series shows how to build a production-grade enterprise agent using Microsoft Foundry, Microsoft Agent Framework, and Azure PaaS.

Attendees will follow one reference solution as it evolves from a single conversational agent into a secure multi-agent system with workflow orchestration, human approval, enterprise tools, asynchronous processing, evaluation, tracing, and production monitoring.

The series covers Microsoft Foundry Agent Service, Agent Framework workflows, Azure Container Apps, Azure Functions, Logic Apps, API Management, Service Bus, OpenAPI tools, MCP, managed identity, Application Insights, and Foundry evaluation capabilities.

Each episode combines architecture guidance, live coding, deployment, and troubleshooting.

The intended audience is developers, architects, and technical leaders who want to move beyond chatbot prototypes and build secure, reliable, observable, and governable agentic applications on Azure.

예정 이벤트

자세한 내용을 알아보고 개별 이벤트에 등록하려면 아래 이벤트를 클릭합니다.

모든 시간 - 협정 세계시

10월

06

화요일

2026

Beyond Chatbots: Build Your First Production Agent with Microsoft Foundry

3:00 오후 - 4:00 오후 (UTC)

AI agents are rapidly moving beyond simple conversational experiences. In this session, we will build the foundation of a production-ready agent using Microsoft Foundry Agent Service, Microsoft Agent Framework, and Azure application services. Starting from a practical enterprise operations scenario, we will define the agent’s responsibilities, instructions, tools, conversation state, and structured outputs. We will then connect the agent to a Foundry model, add a typed function tool, stream responses to a web application, and examine the architectural differences between a model call, an assistant, an agent, and an agent workflow. The session will also explore hosting options, including Foundry hosted agents and custom agent applications deployed to Azure Container Apps. Along the way, we will discuss identity, configuration, state management, failure boundaries, and the design decisions that separate a useful prototype from an application that can evolve toward production. By the end of the session, attendees will understand the core components of a Microsoft Foundry agent application and will have a reusable starting point for building their own agentic solutions. Key topics: Microsoft Foundry Agent Service Microsoft Agent Framework Agent instructions and tool contracts Conversation state and streaming responses Structured outputs Hosted agents and Azure Container Apps Production-oriented agent architecture

  • 서식:
  • alt##LivestreamLivestream

항목: 에이전트

언어: 영어

세부 정보

10월

08

목요일

2026

Reliable Multi-Agent Systems: Orchestration, State, and Human Approval

3:00 오후 - 4:00 오후 (UTC)

Adding more agents does not automatically create a better system. Multi-agent solutions need clear responsibilities, controlled execution, recoverable state, and carefully designed decision boundaries. In this session, we will extend the agent built in Episode 1 into a coordinated incident-management workflow. Specialist agents will handle triage, knowledge retrieval, impact assessment, and remediation planning. We will use Microsoft Agent Framework to demonstrate sequential, concurrent, and handoff orchestration patterns, and discuss where each pattern is appropriate. The workflow will introduce typed state, checkpointing, failure recovery, and human-in-the-loop approval before any sensitive remediation action can continue. We will also separate deterministic application logic from agentic reasoning, showing which decisions should be handled by an AI agent and which should remain enforced by conventional code. Attendees will see how a multi-agent workflow behaves when interrupted, how it resumes from saved state, and how human approval can be incorporated without losing execution context. By the end of the session, attendees will be able to design controlled multi-agent workflows that combine AI judgment with reliable business-process execution. Key topics: Multi-agent orchestration patterns Sequential, concurrent, and handoff workflows Typed workflow state Checkpointing and recovery Human-in-the-loop approvals Agentic versus deterministic steps Failure handling and idempotency. This session is a part of a series, learn more here! https://aka.ms/ProBadgeSeries-TY [eventID:27508]

  • 서식:
  • alt##LivestreamLivestream

항목: 에이전트

언어: 영어

세부 정보

10월

13

화요일

2026

Agents That Take Action: Secure Enterprise Integration with Azure

3:00 오후 - 4:00 오후 (UTC)

An enterprise agent becomes genuinely useful when it can act on business systems. It also becomes significantly more dangerous if those integrations are not governed correctly. In this session, we will connect our Microsoft Foundry agent to real enterprise capabilities using Azure API Management, Azure Logic Apps, Azure Functions, Azure Service Bus, OpenAPI tools, and Model Context Protocol servers. The agent will create an incident ticket, initiate an approval workflow, invoke a protected business API, submit a long-running remediation command, and report the final result back to the user. Rather than allowing the model direct access to backend systems, we will introduce a governed integration layer with typed tool contracts, authentication, authorization, rate limiting, schema validation, retries, and centralized logging. We will also compare the roles of OpenAPI tools, MCP servers, Logic Apps actions, Azure Functions, and asynchronous messaging. Managed identities and Microsoft Entra ID will be used to eliminate embedded API keys and apply least-privilege access across the solution. By the end of the session, attendees will understand how to give agents meaningful enterprise capabilities without bypassing security, integration governance, or operational controls. Key topics: Microsoft Foundry tools OpenAPI and Model Context Protocol Azure API Management as an AI gateway Azure Logic Apps agent actions Azure Functions Azure Service Bus Managed identity and Microsoft Entra ID Secure and asynchronous tool execution. This session is a part of a series, learn more here! https://aka.ms/ProBadgeSeries-TY [eventID:27509]

  • 서식:
  • alt##LivestreamLivestream

항목: 에이전트

언어: 영어

세부 정보

10월

15

목요일

2026

Production-Grade Agents: Evaluation, Tracing, Security, and Operations

3:00 오후 - 4:00 오후 (UTC)

A successful demonstration does not prove that an agent is ready for production. Production readiness requires measurable quality, end-to-end observability, repeatable testing, controlled releases, and a clear operational model. In the final session, we will evaluate and operate the agent solution built throughout the series. We will create a representative evaluation dataset covering normal requests, ambiguous cases, tool failures, unauthorized actions, outdated knowledge, and prompt-injection attempts. Using Microsoft Foundry evaluation and observability capabilities, we will measure task completion, tool-call accuracy, groundedness, relevance, latency, safety, and operational reliability. We will trace requests across the agent, API Management, Logic Apps, Azure Functions, Service Bus, and the worker application using distributed tracing and Application Insights. During the live demonstration, we will deliberately introduce a faulty tool definition, observe the resulting regression, identify the cause through traces and evaluation results, correct the implementation, and apply a quality gate before releasing the updated version. The session will conclude with production monitoring, alerting, versioning, rollout and rollback strategies, and agent governance across multiple teams and environments. By the end of the session, attendees will know how to move from “the agent appears to work” to evidence that it is reliable, explainable, supportable, and safe to operate. Key topics: Microsoft Foundry evaluation Agent and tool-call quality metrics Distributed tracing Application Insights Regression testing safety and adversarial testing CI/CD quality gates Monitoring, incident response, and governance. This session is a part of a series, learn more here! https://aka.ms/ProBadgeSeries-TY [eventID:27510]

  • 서식:
  • alt##LivestreamLivestream

항목: 에이전트

언어: 영어

세부 정보

스피커

이 시리즈에 등록

Microsoft 계정으로 로그인

로그인

또는 등록할 전자 메일 주소를 입력합니다.

*

이 이벤트에 등록하면 다음을 준수하기로 동의합니다. Microsoft Reactor 행동 강령.

이 페이지의 일부는 기계 또는 AI 번역될 수 있습니다.