Skip to content

Commit 733e9b5

Browse files
committed
Added video and consolidated agents
1 parent 5b85d07 commit 733e9b5

14 files changed

Lines changed: 146 additions & 109 deletions

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64587,6 +64587,11 @@
6458764587
"source_path": "learn-pr/azure/identify-threats-with-azure-security-center/index.yml",
6458864588
"redirect_url": "https://learn.microsoft.com/azure/defender-for-cloud/defender-for-cloud-introduction",
6458964589
"redirect_document_id": false
64590+
},
64591+
{
64592+
"source_path": "learn-pr/wwl-data-ai/get-started-with-generative-ai-and-agents/5-using-an-agent.yml",
64593+
"redirect_url": "https://learn.microsoft.com/training/modules/get-started-with-generative-ai-and-agents/4-creating-an-agent",
64594+
"redirect_document_id": false
6459064595
}
6459164596
]
6459264597
}

learn-pr/wwl-data-ai/get-started-with-generative-ai-and-agents/1-introduction.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ title: Introduction
44
metadata:
55
title: Introduction
66
description: "Learn about generative AI agents, their capabilities, and how to use them effectively in various applications."
7-
ms.date: 1/28/2026
7+
ms.date: 2/5/2026
88
author: sherzyang
99
ms.author: sheryang
1010
ms.topic: unit
11+
zone_pivot_groups: video-or-text
1112
durationInMinutes: 2
1213
content: |
1314
[!include[](includes/1-introduction.md)]

learn-pr/wwl-data-ai/get-started-with-generative-ai-and-agents/2-generative-ai-models.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ title: Generative AI models
44
metadata:
55
title: Generative AI models
66
description: "Learn about generative AI models, their capabilities, and how to use them effectively in various applications."
7-
ms.date: 1/28/2026
7+
ms.date: 2/5/2026
88
author: sherzyang
99
ms.author: sheryang
1010
ms.topic: unit
11+
zone_pivot_groups: video-or-text
1112
durationInMinutes: 6
1213
content: |
1314
[!include[](includes/2-generative-ai-models.md)]

learn-pr/wwl-data-ai/get-started-with-generative-ai-and-agents/3-using-generative-ai-models.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ title: Using a generative AI model
44
metadata:
55
title: Using a generative AI model
66
description: "Learn how to use a generative AI model, including examples to understand its capabilities and applications."
7-
ms.date: 1/28/2026
7+
ms.date: 2/5/2026
88
author: sherzyang
99
ms.author: sheryang
1010
ms.topic: unit
11+
zone_pivot_groups: video-or-text
1112
durationInMinutes: 4
1213
content: |
1314
[!include[](includes/3-using-generative-ai-models.md)]

learn-pr/wwl-data-ai/get-started-with-generative-ai-and-agents/4-creating-an-agent.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ title: Creating an agent
44
metadata:
55
title: Creating an agent
66
description: "Learn how to create a generative AI agent, including examples to understand its capabilities and applications."
7-
ms.date: 1/28/2026
7+
ms.date: 2/5/2026
88
author: sherzyang
99
ms.author: sheryang
1010
ms.topic: unit
11+
zone_pivot_groups: video-or-text
1112
durationInMinutes: 4
1213
content: |
1314
[!include[](includes/4-creating-an-agent.md)]

learn-pr/wwl-data-ai/get-started-with-generative-ai-and-agents/5-using-an-agent.yml

Lines changed: 0 additions & 13 deletions
This file was deleted.

learn-pr/wwl-data-ai/get-started-with-generative-ai-and-agents/8-summary.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@ title: Summary
44
metadata:
55
title: Summary
66
description: "A summary of how to get started with generative AI and agents in Foundry."
7-
ms.date: 1/28/2026
7+
ms.date: 2/5/2026
88
author: sherzyang
99
ms.author: sheryang
1010
ms.topic: unit
11+
zone_pivot_groups: video-or-text
1112
durationInMinutes: 2
1213
content: |
1314
[!include[](includes/8-summary.md)]

learn-pr/wwl-data-ai/get-started-with-generative-ai-and-agents/includes/1-introduction.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
::: zone pivot="video"
2+
3+
>[!VIDEO https://learn-video.azurefd.net/vod/player?id=012dac2a-c837-4d9d-b2cc-215382dd1957]
4+
5+
::: zone-end
6+
7+
::: zone pivot="text"
8+
19
In a short few years, generative AI, a subset of artificial intelligence that focuses on creating new content, has changed the way we work and revolutionized what is possible with technology. At times, the fast-moving developments in generative AI can feel challenging to keep track of even for seasoned developers.
210

311
In this module, gain a framework for understanding generative AI applications and how Microsoft Foundry supports innovation. What does today's innovation look like? Consider these use cases:
@@ -12,4 +20,9 @@ In this module, gain a framework for understanding generative AI applications an
1220

1321
- **Personalized Learning and Tutoring**: Educational platforms use generative AI to create custom quizzes, explanations, and study guides tailored to a student’s learning style and progress.
1422

15-
Microsoft offers an ecosystem of tools for AI use and development. This module explores the Foundry model catalog and how to discover, evaluate, and deploy an appropriate model. Learn how to test and configure the deployed model the Foundry playground, and call it from code using the OpenAI‑compatible Responses API. Finally, you’ll see how agents encapsulate a model, its instructions, and optional tools so your solution is reusable and consistent across Playground and code via the Project API.
23+
Microsoft offers an ecosystem of tools for AI use and development. This module explores the Foundry model catalog and how to discover, evaluate, and deploy an appropriate model. Learn how to test and configure the deployed model the Foundry playground, and call it from code using the OpenAI‑compatible Responses API. Finally, you’ll see how agents encapsulate a model, its instructions, and optional tools so your solution is reusable and consistent across Playground and code via the Project API.
24+
25+
::: zone-end
26+
27+
> [!NOTE]
28+
> We recognize that different people like to learn in different ways. You can choose to complete this module in video-based format or you can read the content as text and images. The text contains greater detail than the videos, so in some cases you might want to refer to it as supplemental material to the video presentation.

learn-pr/wwl-data-ai/get-started-with-generative-ai-and-agents/includes/2-generative-ai-models.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
::: zone pivot="video"
2+
3+
>[!VIDEO https://learn-video.azurefd.net/vod/player?id=7c40837e-776e-4097-89b0-fd224f1c6005]
4+
5+
> [!NOTE]
6+
> See the **Text and images** tab for more details!
7+
8+
::: zone-end
9+
10+
::: zone pivot="text"
11+
112
Generative AI and agentic solutions are based on language models. Large language models (LLMs) form the foundation of generative AI solutions that can provide a wide variety of responses. Today, a broad range of models exist that serve different needs. For example, the AI capabilities in a lightweight phone application may run best on a small language model, while a government application may require a domain-specialized model.
213

314
**Microsoft Foundry** provides an integrated environment for discovering, evaluating, deploying, and operating generative AI models. It brings together a rich model catalog, flexible deployment options, and built‑in governance capabilities so teams can build copilots, agents, and AI-powered applications with enterprise confidence.
@@ -108,4 +119,6 @@ When you deploy a model in Foundry, several things occur:
108119
- Configuration (such as model version, response style, safety settings) is locked in
109120
- Monitoring and logging become active: usage metrics, performance, latency, errors, and costs are tracked
110121

111-
Next, learn how to configure these models in the Foundry portal playground and use them in a client application.
122+
Next, learn how to configure these models in the Foundry portal playground and use them in a client application.
123+
124+
::: zone-end

learn-pr/wwl-data-ai/get-started-with-generative-ai-and-agents/includes/3-using-generative-ai-models.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
::: zone pivot="video"
2+
3+
>[!VIDEO https://learn-video.azurefd.net/vod/player?id=3dcbc522-beb9-4890-9e75-d8086bba1c2e]
4+
5+
> [!NOTE]
6+
> See the **Text and images** tab for more details!
7+
8+
::: zone-end
9+
10+
::: zone pivot="text"
11+
112
The easiest way to interact with a deployed model is to use the model playground in the Foundry portal. You can use the **Foundry Playgrounds** to try prompts, compare models, and capture working settings before you write any code.
213

314
![Screenshot of the Foundry playgrounds.](../media/model-playground-example.png)
@@ -71,4 +82,6 @@ When you use a generative AI model on its own:
7182
- You’re experimenting in the Playground
7283
- You call the model via the **OpenAI Responses API**
7384

74-
Next, learn how to create an agent in Foundry.
85+
Next, learn how to create an agent in Foundry.
86+
87+
::: zone-end

0 commit comments

Comments
 (0)