Skip to content

Commit 709f96c

Browse files
GraemeMalcolmCopilot
andcommitted
Added zone pivots
Co-authored-by: Copilot <[email protected]>
1 parent 0757833 commit 709f96c

47 files changed

Lines changed: 182 additions & 68 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

learn-pr/wwl-data-ai/foundry-sdk/01-introduction.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ metadata:
1111
ai-usage: ai-generated
1212
ms.collection:
1313
- wwl-ai-copilot
14+
zone_pivot_groups: video-or-text
1415
durationInMinutes: 1
1516
content: |
1617
[!include[](includes/01-introduction.md)]

learn-pr/wwl-data-ai/foundry-sdk/02-chat-playground.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,16 @@ uid: learn.wwl.foundry-sdk.chat-playground
33
title: Explore with the model playground
44
metadata:
55
title: Explore with the model playground
6-
description: Learn to use the model playground and generate code samples for Microsoft Foundry SDK development.
6+
description: Learn to use the model playground and generate code samples for
7+
Microsoft Foundry SDK development.
78
author: ivorb
89
ms.author: berryivor
910
ms.date: 03/18/2026
1011
ms.topic: unit
1112
ai-usage: ai-generated
1213
ms.collection:
1314
- wwl-ai-copilot
15+
zone_pivot_groups: video-or-text
1416
durationInMinutes: 7
1517
content: |
1618
[!include[](includes/02-chat-playground.md)]

learn-pr/wwl-data-ai/foundry-sdk/03-microsoft-foundry-sdk.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ metadata:
1111
ai-usage: ai-generated
1212
ms.collection:
1313
- wwl-ai-copilot
14+
zone_pivot_groups: video-or-text
1415
durationInMinutes: 7
1516
content: |
1617
[!include[](includes/03-microsoft-foundry-sdk.md)]

learn-pr/wwl-data-ai/foundry-sdk/04-responses-api.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ metadata:
1111
ai-usage: ai-generated
1212
ms.collection:
1313
- wwl-ai-copilot
14+
zone_pivot_groups: video-or-text
1415
durationInMinutes: 10
1516
content: |
1617
[!include[](includes/04-responses-api.md)]

learn-pr/wwl-data-ai/foundry-sdk/05-openai-api.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,16 @@ uid: learn.wwl.foundry-sdk.openai-api
33
title: Generate responses with the ChatCompletions API
44
metadata:
55
title: Generate responses with the ChatCompletions API
6-
description: Learn to use the ChatCompletions API to generate AI responses in applications.
6+
description: Learn to use the ChatCompletions API to generate AI responses in
7+
applications.
78
author: ivorb
89
ms.author: berryivor
910
ms.date: 03/18/2026
1011
ms.topic: unit
1112
ai-usage: ai-generated
1213
ms.collection:
1314
- wwl-ai-copilot
15+
zone_pivot_groups: video-or-text
1416
durationInMinutes: 10
1517
content: |
1618
[!include[](includes/05-openai-api.md)]

learn-pr/wwl-data-ai/foundry-sdk/07-knowledge-check.yml

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,29 +11,37 @@ metadata:
1111
ai-usage: ai-generated
1212
ms.collection:
1313
- wwl-ai-copilot
14+
zone_pivot_groups: video-or-text
1415
durationInMinutes: 5
1516
quiz:
1617
title: Check your knowledge
1718
questions:
18-
- content: Which endpoint offers the broadest support for OpenAI APIs with Foundry Models?
19+
- content: Which endpoint offers the broadest support for OpenAI APIs with Foundry
20+
Models?
1921
choices:
2022
- content: The Foundry project endpoint
2123
isCorrect: false
22-
explanation: Incorrect. The Foundry Project endpoint is used for Foundry-native operations, and OpenAI API support for the Responses API with Foundry direct models.
24+
explanation: Incorrect. The Foundry Project endpoint is used for Foundry-native
25+
operations, and OpenAI API support for the Responses API with
26+
Foundry direct models.
2327
- content: The Azure OpenAI endpoint
2428
isCorrect: true
25-
explanation: Correct. The Azure OpenAI endpoint provides broad support for OpenAI APIs with Foundry Models.
29+
explanation: Correct. The Azure OpenAI endpoint provides broad support for
30+
OpenAI APIs with Foundry Models.
2631
- content: The Foundry Tools endpoint
2732
isCorrect: false
28-
explanation: Incorrect. Foundry Tools do not provide broad support for OpenAI APIs with Foundry Models.
29-
- content: Which package must you install to use the Microsoft Foundry SDK in Python?
33+
explanation: Incorrect. Foundry Tools do not provide broad support for OpenAI
34+
APIs with Foundry Models.
35+
- content: Which package must you install to use the Microsoft Foundry SDK in
36+
Python?
3037
choices:
3138
- content: Package `azure-foundry`
3239
isCorrect: false
3340
explanation: Incorrect. This package doesn't exist.
3441
- content: Package `azure-ai-projects`
3542
isCorrect: true
36-
explanation: Correct. The `azure-ai-projects` package provides the Microsoft Foundry SDK for Python.
43+
explanation: Correct. The `azure-ai-projects` package provides the Microsoft
44+
Foundry SDK for Python.
3745
- content: Package `microsoft-foundry-sdk`
3846
isCorrect: false
3947
explanation: Incorrect. This package doesn't exist.

learn-pr/wwl-data-ai/foundry-sdk/08-summary.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,16 @@ uid: learn.wwl.foundry-sdk.summary
33
title: Summary
44
metadata:
55
title: Summary
6-
description: Summarize what you've learned about developing generative AI chat applications with Microsoft Foundry.
6+
description: Summarize what you've learned about developing generative AI chat
7+
applications with Microsoft Foundry.
78
author: ivorb
89
ms.author: berryivor
910
ms.date: 03/18/2026
1011
ms.topic: unit
1112
ai-usage: ai-generated
1213
ms.collection:
1314
- wwl-ai-copilot
15+
zone_pivot_groups: video-or-text
1416
durationInMinutes: 3
1517
content: |
1618
[!include[](includes/08-summary.md)]

learn-pr/wwl-data-ai/foundry-sdk/index.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,19 @@
22
uid: learn.wwl.foundry-sdk
33
metadata:
44
title: Develop a generative AI chat app with Microsoft Foundry
5-
description: Use Microsoft Foundry to develop generative AI chat applications with projects and the Responses API.
5+
description: Use Microsoft Foundry to develop generative AI chat applications
6+
with projects and the Responses API.
67
author: ivorb
78
ms.author: berryivor
8-
ms.date: 03/18/2026
9+
ms.date: 04/28/2026
910
ms.service: azure-ai-foundry
1011
ms.topic: module-standard-task-based
1112
ai-usage: ai-generated
1213
ms.collection:
1314
- wwl-ai-copilot
1415
title: Develop a generative AI chat app with Microsoft Foundry
15-
summary: Use Microsoft Foundry to develop generative AI chat applications with projects and the Responses API.
16+
summary: Use Microsoft Foundry to develop generative AI chat applications with
17+
projects and the Responses API.
1618
abstract: |
1719
After completing this module, you'll be able to:
1820
- Describe the process for creating a generative AI chat application with Microsoft Foundry.

learn-pr/wwl-data-ai/model-catalog-evaluate/1-introduction.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@ uid: learn.wwl.model-catalog-evaluate.introduction
33
title: Introduction
44
metadata:
55
title: Introduction
6-
description: Learn why model selection and evaluation are essential for building effective generative AI applications.
6+
description: Learn why model selection and evaluation are essential for building
7+
effective generative AI applications.
78
ms.date: 02/13/2026
89
author: ivorb
910
ms.author: berryivor
1011
ms.topic: unit
1112
ai-usage: ai-assisted
13+
zone_pivot_groups: video-or-text
1214
durationInMinutes: 3
1315
content: |
1416
[!include[](includes/1-introduction.md)]

learn-pr/wwl-data-ai/model-catalog-evaluate/2-explore-model-catalog.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@ uid: learn.wwl.model-catalog-evaluate.explore-model-catalog
33
title: Explore the model catalog
44
metadata:
55
title: Explore the model catalog
6-
description: Learn how to browse and filter models in the Microsoft Foundry portal model catalog.
6+
description: Learn how to browse and filter models in the Microsoft Foundry
7+
portal model catalog.
78
ms.date: 02/13/2026
89
author: ivorb
910
ms.author: berryivor
1011
ms.topic: unit
1112
ai-usage: ai-assisted
13+
zone_pivot_groups: video-or-text
1214
durationInMinutes: 7
1315
content: |
1416
[!include[](includes/2-explore-model-catalog.md)]

0 commit comments

Comments
 (0)