Skip to content

Commit 9db9725

Browse files
authored
Merge pull request #49220 from MicrosoftDocs/main
Sync main to NEW-accessibility-design-specs-annotations
2 parents 053d810 + 88fe19f commit 9db9725

File tree

139 files changed

+1419
-277
lines changed

Some content is hidden

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

139 files changed

+1419
-277
lines changed

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43184,6 +43184,11 @@
4318443184
"source_path": "learn-pr/wwl-azure/configure-virtual-machine-availability/13-summary-resources.md",
4318543185
"redirect_url": "/training/modules/configure-virtual-machine-availability/12-summary-resources",
4318643186
"redirect_document_id": false
43187+
},
43188+
{
43189+
"source_path": "learn-pr/wwl-data-ai/fundamentals-machine-learning/10-exercise-auto-ml.md",
43190+
"redirect_url": "/training/modules/fundamentals-machine-learning/10-exercise-auto-machine-learning",
43191+
"redirect_document_id": false
4318743192
}
4318843193
]
4318943194
}
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
### YamlMime:LearningPath
2+
uid: learn.wwl.implement-interfaces-new
3+
metadata:
4+
title: Implement interfaces
5+
description: Implement interfaces
6+
ms.date: 02/14/2025
7+
author: wwlpublish
8+
ms.author: eric
9+
ms.topic: learning-path
10+
title: Implement interfaces
11+
prerequisites: |
12+
- Visual Studio Code installed with the C# Dev Kit.
13+
- Basic knowledge of the Visual Studio Code IDE.
14+
- Basic understanding of the C# programming language.
15+
- Familiarity with classes.
16+
summary: |
17+
Discover how mastering interfaces can enhance your coding skills, promote flexibility, and reduce dependencies. This training will empower you to write more resilient and maintainable code.
18+
iconUrl: /training/achievements/generic-trophy.svg
19+
levels:
20+
- beginner
21+
roles:
22+
- developer
23+
products:
24+
- dotnet
25+
subjects:
26+
- app-development
27+
modules:
28+
- learn.wwl.discover-interfaces
29+
- learn.wwl.apply-interfaces-code
30+
trophy:
31+
uid: learn.wwl.implement-interfaces-new.trophy

learn-pr/paths/introduction-generative-ai/index.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,11 @@ title: "Microsoft Azure AI Fundamentals: Generative AI"
1212
summary: |
1313
Generative AI is a form of artificial intelligence in which models are trained to generate new original content based on natural language input. In other words, you can describe a desired output in normal everyday language, and the model can respond by creating appropriate text, image, code, and more.
1414
15-
Take this learning path to get started with generative AI. In it, you'll:
16-
- Understand how language models form the foundation of generative AI
17-
- Describe how Azure AI Foundry portal provides access to the latest generative AI technology
18-
- Understand how generative AI applications, such as copilots, support efficiencies
19-
- Describe copilot prompts and responses
20-
- Describe how Microsoft's responsible AI principles drive ethical AI advancements
15+
Take this learning path to get started with generative AI. In it, you'll learn how to:
16+
- Understand core concepts of generative AI
17+
- Prepare for an AI development project
18+
- Describe considerations and practices for responsible generative AI
19+
- Build an AI agent using Azure AI Foundry
2120
prerequisites: Familiarity with Azure and the Azure portal.
2221
iconUrl: /learn/achievements/generic-badge.svg
2322
levels:
@@ -36,5 +35,6 @@ modules:
3635
- learn.wwl.fundamentals-generative-ai
3736
- learn.wwl.prepare-azure-ai-development
3837
- learn.wwl.responsible-ai-studio
38+
- learn.wwl.ai-agent-fundamentals
3939
trophy:
4040
uid: learn.intro-generative-ai.trophy

learn-pr/wwl-azure/apply-interfaces-code/1-introduction.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ title: Introduction
44
metadata:
55
title: Introduction
66
description: "Introduction to interface application in C# code."
7-
ms.date: 02/13/2025
7+
ms.date: 02/14/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit
11+
ms.custom:
12+
- N/A
1113
durationInMinutes: 2
1214
content: |
1315
[!include[](includes/1-introduction.md)]

learn-pr/wwl-azure/apply-interfaces-code/2-explore-default-interface-implementation.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ title: Explore default interface implementation
44
metadata:
55
title: Explore default interface implementation
66
description: "Explore default interface implementation in C# code."
7-
ms.date: 02/13/2025
7+
ms.date: 02/14/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit
11+
ms.custom:
12+
- N/A
1113
durationInMinutes: 4
1214
content: |
1315
[!include[](includes/2-explore-default-interface-implementation.md)]

learn-pr/wwl-azure/apply-interfaces-code/3-define-method-interface-parameter.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ title: Define a method with an interface as a parameter
44
metadata:
55
title: Define a method with an interface as a parameter
66
description: "Define a method with an interface as parameter in C# code."
7-
ms.date: 02/13/2025
7+
ms.date: 02/14/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit
11+
ms.custom:
12+
- N/A
1113
durationInMinutes: 4
1214
content: |
1315
[!include[](includes/3-define-method-interface-parameter.md)]

learn-pr/wwl-azure/apply-interfaces-code/4-learn-system-defined-interfaces.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ title: Learn to use system defined interfaces
44
metadata:
55
title: Learn to use system defined interfaces
66
description: "Learn to use system defined interfaces in C# code."
7-
ms.date: 02/13/2025
7+
ms.date: 02/14/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit
11+
ms.custom:
12+
- N/A
1113
durationInMinutes: 6
1214
content: |
1315
[!include[](includes/4-learn-system-defined-interfaces.md)]

learn-pr/wwl-azure/apply-interfaces-code/5-exercise-create-flexible-code-with-interfaces.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ title: 'Exercise: Create flexible code with interfaces'
44
metadata:
55
title: 'Exercise: Create flexible code with interfaces'
66
description: "Exercise: Create flexible code with interfaces in C# code."
7-
ms.date: 02/13/2025
7+
ms.date: 02/14/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit
11+
ms.custom:
12+
- N/A
1113
durationInMinutes: 20
1214
content: |
1315
[!include[](includes/5-exercise-create-flexible-code-with-interfaces.md)]

learn-pr/wwl-azure/apply-interfaces-code/6-knowledge-check.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ title: Knowledge check
44
metadata:
55
title: Knowledge check
66
description: "Knowledge check"
7-
ms.date: 02/13/2025
7+
ms.date: 02/14/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit
11+
ms.custom:
12+
- N/A
1113
durationInMinutes: 2
1214
quiz:
1315
title: "Check your knowledge"

learn-pr/wwl-azure/apply-interfaces-code/7-summary.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ title: Summary
44
metadata:
55
title: Summary
66
description: "Summary"
7-
ms.date: 02/13/2025
7+
ms.date: 02/14/2025
88
author: wwlpublish
99
ms.author: eric
1010
ms.topic: unit
11+
ms.custom:
12+
- N/A
1113
durationInMinutes: 2
1214
content: |
1315
[!include[](includes/7-summary.md)]

0 commit comments

Comments
 (0)