Skip to content

Commit 4be5123

Browse files
authored
Merge pull request #53524 from buzahid/ai-agents
Update AI Agents modules
2 parents 89f9fac + b15895d commit 4be5123

14 files changed

Lines changed: 24 additions & 28 deletions

learn-pr/wwl-data-ai/build-agent-workflows-microsoft-foundry/1-introduction.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ uid: learn.wwl.build-agent-workflows-microsoft-foundry.introduction
33
title: Introduction
44
metadata:
55
title: Introduction
6-
description: Get started with building agent-driven workflows using Microsoft Foundry.
6+
description: Get started with building multi-agent workflows using Microsoft Foundry.
77
author: buzahid
88
ms.author: buzahid
9-
ms.date: 1/8/2026
9+
ms.date: 2/18/2026
1010
ms.topic: unit
1111
durationInMinutes: 1
1212
content: |

learn-pr/wwl-data-ai/build-agent-workflows-microsoft-foundry/includes/1-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Modern AI solutions often rely on multiple agents working together to analyze in
22

33
Foundry includes a visual workflow builder that lets you design and test these systems without writing extensive code. Using the canvas, you can define how agents are invoked, how data moves between steps, and how decisions are made based on agent outputs. You can also observe execution paths and inspect intermediate results to understand how your workflow behaves at runtime.
44

5-
Suppose you're a developer responsible for automating customer support workflows at a growing SaaS company. Your team receives a steady stream of support tickets ranging from billing disputes to API errors and simple how-to questions. Manually reviewing each request doesn't scale, but fully automating responses isn't always safe. Workflows allow you to combine AI agents, conditional logic, and human-in-the-loop escalation. By using agent-driven workflows, you can triage multiple support requests efficiently and at scale while maintaining reliability and control.
5+
Suppose you're a developer responsible for automating customer support workflows at a growing SaaS company. Your team receives a steady stream of support tickets ranging from billing disputes to API errors and simple how-to questions. Manually reviewing each request doesn't scale, but fully automating responses isn't always safe. Workflows allow you to combine multiple AI agents, conditional logic, and human-in-the-loop escalation. By using agent-driven workflows, you can triage multiple support requests efficiently and at scale while maintaining reliability and control.
66

77
## After completing this module, you'll be able to:
88

learn-pr/wwl-data-ai/build-agent-workflows-microsoft-foundry/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
description: Workflows enable you to orchestrate AI agents and other components to create intelligent applications. Learn how to build and manage workflows using Microsoft Foundry.
66
author: buzahid
77
ms.author: buzahid
8-
ms.date: 1/8/2026
8+
ms.date: 2/18/2026
99
ms.service: azure-ai-foundry
1010
ms.topic: module-standard-task-based
1111
ai-usage: ai-assisted

learn-pr/wwl-data-ai/connect-agent-to-mcp-tools/1-introduction.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Introduction
44
metadata:
55
title: Introduction
66
description: "Learn how to integrate Model Context Protocol (MCP) tools with Azure AI Agents."
7-
ms.date: 06/13/2025
7+
ms.date: 2/18/2026
88
author: buzahid
99
ms.author: buzahid
1010
ms.topic: unit

learn-pr/wwl-data-ai/connect-agent-to-mcp-tools/2-understand-mcp-tool-discovery.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Understand MCP tool discovery
44
metadata:
55
title: Understand MCP Tool Discovery
66
description: "Learn how Model Context Protocol (MCP) servers host functions that can be discovered by LLMs."
7-
ms.date: 06/13/2025
7+
ms.date: 2/18/2026
88
author: buzahid
99
ms.author: buzahid
1010
ms.topic: unit

learn-pr/wwl-data-ai/connect-agent-to-mcp-tools/3-mcp-client-server-setup.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Integrate agent tools using an MCP server and client
44
metadata:
55
title: Integrate Agent Tools Using an MCP Server and Client
66
description: "Learn how to expose Model Context Protocol (MCP) tools through a server and register them to an Azure AI Agent."
7-
ms.date: 06/13/2025
7+
ms.date: 2/18/2026
88
author: buzahid
99
ms.author: buzahid
1010
ms.topic: unit

learn-pr/wwl-data-ai/connect-agent-to-mcp-tools/4-use-azure-ai-agents-with-mcp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Use Azure AI agents with MCP servers
44
metadata:
55
title: Use Azure AI agents with MCP servers
66
description: "Learn how to connect your Azure AI Agent to remote Model Context Protocol (MCP) servers"
7-
ms.date: 07/21/2025
7+
ms.date: 2/18/2026
88
author: buzahid
99
ms.author: buzahid
1010
ms.topic: unit

learn-pr/wwl-data-ai/connect-agent-to-mcp-tools/5-exercise.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Exercise - Connect MCP tools to Azure AI Agents
44
metadata:
55
title: Exercise - Connect MCP Tools to Azure AI Agents
66
description: "Build a Model Context Protocol (MCP) client-server application that dynamically registers tools to an Azure AI Agent."
7-
ms.date: 07/21/2025
7+
ms.date: 2/18/2026
88
author: buzahid
99
ms.author: buzahid
1010
ms.topic: unit

learn-pr/wwl-data-ai/connect-agent-to-mcp-tools/6-knowledge-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Module assessment
44
metadata:
55
title: Module Assessment
66
description: "Check your learning on connecting Model Context Protocol (MCP) tools to Azure AI Agents."
7-
ms.date: 06/13/2025
7+
ms.date: 2/18/2026
88
author: buzahid
99
ms.author: buzahid
1010
ms.topic: unit

learn-pr/wwl-data-ai/connect-agent-to-mcp-tools/7-summary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Summary
44
metadata:
55
title: Summary
66
description: "Reflect on what you learned about Model Context Protocol (MCP) agent tools."
7-
ms.date: 06/13/2025
7+
ms.date: 2/18/2026
88
author: buzahid
99
ms.author: buzahid
1010
ms.topic: unit

0 commit comments

Comments
 (0)