Skip to content

Commit 531e548

Browse files
authored
Merge pull request #50653 from buzahid/semantic-kernel-exercises
Semantic Kernel LP - Replaced exercise units with GH page links
2 parents 4394050 + 908ff2a commit 531e548

File tree

54 files changed

+337
-1171
lines changed

Some content is hidden

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

54 files changed

+337
-1171
lines changed

.openpublishing.redirection.json

Lines changed: 228 additions & 123 deletions
Large diffs are not rendered by default.

learn-pr/wwl-azure/build-your-kernel/6-exercise-build-kernel-object.yml renamed to learn-pr/wwl-azure/build-your-kernel/5-exercise-build-kernel-object.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ title: Exercise - Build a kernel object
44
metadata:
55
title: Exercise - Build a kernel object
66
description: "Exercise - Build a kernel object"
7-
ms.date: 01/23/2025
7+
ms.date: 05/27/2025
88
author: wwlpublish
99
ms.author: buzahid
1010
ms.topic: unit
1111
ms.custom:
1212
- N/A
13-
durationInMinutes: 8
13+
durationInMinutes: 10
1414
content: |
15-
[!include[](includes/6-exercise-build-kernel-object.md)]
15+
[!include[](includes/5-exercise-build-kernel-object.md)]

learn-pr/wwl-azure/build-your-kernel/5-exercise-create-your-endpoint.yml

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

learn-pr/wwl-azure/build-your-kernel/7-knowledge-check.yml renamed to learn-pr/wwl-azure/build-your-kernel/6-knowledge-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
ai_generated_module_assessment: true
77
title: Module assessment
88
description: "Check your knowledge"
9-
ms.date: 01/23/2025
9+
ms.date: 05/27/2025
1010
author: wwlpublish
1111
ms.author: buzahid
1212
ms.topic: unit
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
### YamlMime:ModuleUnit
2-
uid: learn.wwl.create-plugins-semantic-kernel.summary
2+
uid: learn.wwl.build-your-kernel.summary
33
title: Summary
44
metadata:
55
title: Summary
66
description: "Summary"
7-
ms.date: 01/24/2025
7+
ms.date: 05/27/2025
88
author: wwlpublish
99
ms.author: buzahid
1010
ms.topic: unit
1111
ms.custom:
1212
- N/A
1313
durationInMinutes: 3
1414
content: |
15-
[!include[](includes/10-summary.md)]
15+
[!include[](includes/7-summary.md)]
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Now you're ready to build your first Semantic Kernel SDK project. In this exercise, you're provided a project with some starter code that you can edit in the Azure Cloud Shell. You create a kernel object, connect it to your Azure OpenAI model and run your first prompt. Let's get started!
2+
3+
Launch the exercise and follow the instructions.
4+
5+
[![Button to launch exercise.](../media/launch-exercise.png)](https://go.microsoft.com/fwlink/?linkid=2321724&azure-portal=true)
6+
7+
> [!TIP]
8+
> After completing the exercise, if you're finished exploring with Semantic Kernel, delete the Azure resources that you created during the exercise.

learn-pr/wwl-azure/build-your-kernel/includes/5-exercise-create-your-endpoint.md

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

learn-pr/wwl-azure/build-your-kernel/includes/6-exercise-build-kernel-object.md

Lines changed: 0 additions & 60 deletions
This file was deleted.
File renamed without changes.

learn-pr/wwl-azure/build-your-kernel/index.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ uid: learn.wwl.build-your-kernel
33
metadata:
44
title: Build your kernel
55
description: "Learn how the semantic kernel SDK connects native code to large language models to create smart applications."
6-
ms.date: 01/23/2025
6+
ms.date: 05/27/2025
77
author: wwlpublish
88
ms.author: buzahid
99
ms.topic: module
@@ -43,7 +43,6 @@ units:
4343
- learn.wwl.build-your-kernel.what-semantic-kernel
4444
- learn.wwl.build-your-kernel.why-use-semantic-kernel
4545
- learn.wwl.build-your-kernel.how-build-your-kernel
46-
- learn.wwl.build-your-kernel.exercise-create-your-endpoint
4746
- learn.wwl.build-your-kernel.exercise-build-kernel-object
4847
- learn.wwl.build-your-kernel.knowledge-check
4948
- learn.wwl.build-your-kernel.summary

0 commit comments

Comments
 (0)