Skip to content

Commit 6897451

Browse files
Address merge issue.
2 parents 685f4f1 + 8f56dd4 commit 6897451

File tree

1,588 files changed

+22442
-16547
lines changed

Some content is hidden

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

1,588 files changed

+22442
-16547
lines changed

.openpublishing.publish.config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,5 +129,6 @@
129129
".openpublishing.redirection.json",
130130
"learn-pr/wwl-data-ai/.openpublishing.redirection.wwl-data-ai.json",
131131
"learn-pr/wwl-sci/.openpublishing.redirection.wwl-sci.json"
132-
]
132+
],
133+
"enable_ai_generated_module_assessment" : true
133134
}

.openpublishing.redirection.json

Lines changed: 554 additions & 469 deletions
Large diffs are not rendered by default.

learn-pr/achievements.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -777,6 +777,11 @@ achievements:
777777
title: Use containers for your Language Understanding Intelligent Service (LUIS) Apps
778778
summary: Use containers for your Language Understanding Intelligent Service (LUIS) Apps
779779
iconUrl: /training/achievements/use-containers-for-your-language-understanding-intelligent-service-luis-apps.svg
780+
- uid: learn.wwl.classify-images-custom-vision.badge
781+
type: badge
782+
title: Classify images with Azure AI Custom Vision
783+
summary: Explore Azure AI Custom Vision's classification capabilities
784+
iconUrl: /training/achievements/classify-images-custom-vision.svg
780785
- uid: learn.wwl.process-classify-images-with-azure-cognitive-vision-services.trophy
781786
type: trophy
782787
title: Process and classify images with the Azure cognitive vision services
103 KB
Loading
Lines changed: 85 additions & 0 deletions
Loading

learn-pr/advocates/intro-ai-center-excellence/6-knowledge-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ quiz:
3434
- content: "By centralizing all AI development to avoid departmental duplication."
3535
isCorrect: false
3636
explanation: "Execution is often decentralized, especially in larger organizations."
37-
- content: "Which role is designs and optimizes inputs for generative AI models to guide their behavior?"
37+
- content: "Which role designs and optimizes inputs for generative AI models to guide their behavior?"
3838
choices:
3939
- content: "AI Agent Engineer"
4040
isCorrect: false

learn-pr/aspnetcore/create-aspire-applications/knowledge-check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
uid: learn.create-aspire-application.knowledge-check
33
title: Module assessment
44
metadata:
5+
ai_generated_module_assessment: true
56
title: Module assessment
67
description: "Test what you learned about .NET Aspire."
78
ms.date: 04/02/2025

learn-pr/azure-devops/create-a-build-pipeline/includes/5-set-up-environment.md

Lines changed: 20 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -12,27 +12,34 @@ For learning purposes, each module has an associated Azure DevOps project, so yo
1212

1313
### Run the template
1414

15-
To set up everything in your Azure DevOps organization, run a template.
15+
Run a template that sets up your Azure DevOps organization.
1616

17-
> [!div class="nextstepaction"]
18-
> [Run the template](https://azuredevopsdemogenerator.azurewebsites.net/?x-ms-routing-name=self&name=create-build-pipeline&azure-portal=true)
17+
1. [Get and run the ADOGenerator project](https://github.com/microsoft/AzDevOpsDemoGenerator/blob/main/docs/RunApplication.md) in Visual Studio or the IDE of your choice.
1918

20-
On the Azure DevOps Demo Generator site, to run the template, do these steps:
19+
1. When prompted to **Enter the template number from the list of templates**, enter **22** for **Create a build pipeline with Azure Pipelines**, then press **Enter**.
2120

22-
1. Select **Sign In** and accept the usage terms.
23-
1. On the **Create New Project** page, enter a project name, like *Space Game - web - Pipeline*, select your Azure DevOps organization (in this example the organization name is `fabrikam`), and select **Create Project**.
21+
1. Choose your authentication method. You can [set up and use a Personal Access Token (PAT)](/azure/devops/organizations/accounts/use-personal-access-tokens-to-authenticate#create-a-pat) or use device login.
2422

25-
::: zone pivot="github-codespaces-agent"
23+
> [!NOTE]
24+
> If you set up a PAT, make sure to authorize the necessary [scopes](/azure/devops/integrate/get-started/authentication/oauth#scopes). For this module, you can use **Full access**, but in a real-world situation, you should ensure you grant only the necessary scopes.
2625
27-
> [!IMPORTANT]
28-
> You must specify the same Azure DevOps organization name here that you specified as your GitHub Codespaces secret for `ADO_ORG` in the [Set up secrets for self-hosted agent](../3-build-locally.yml#set-up-secrets-for-self-hosted-agent) procedure.
26+
1. Enter your Azure DevOps organization name, then press **Enter**.
2927

30-
::: zone-end
28+
1. If prompted, enter your Azure DevOps PAT, then press **Enter**.
3129

32-
:::image type="content" source="../media/5-create-new-project.png" alt-text="Screenshot of creating a project through the Azure DevOps Demo Generator.":::
30+
1. Enter a project name such as *Space Game - web - Pipeline*, then press **Enter**.
3331

34-
It takes a moment for the template to run.
35-
1. To go to your project in Azure DevOps, select **Navigate to project**.
32+
1. Once your project is created, go to your Azure DevOps organization in your browser (at `https://dev.azure.com/<your-organization-name>/`) and select the project.
33+
34+
### Fork the repository
35+
36+
If you haven't already, create a fork of the **mslearn-tailspin-spacegame-web** repository.
37+
38+
1. On GitHub, go to the [mslearn-tailspin-spacegame-web](https://github.com/MicrosoftDocs/mslearn-tailspin-spacegame-web) repository.
39+
40+
1. Select **Fork** at the top-right of the screen.
41+
42+
1. Choose your GitHub account as the **Owner**, then select **Create fork**.
3643

3744
> [!IMPORTANT]
3845
> The [Clean up your Azure DevOps environment](/training/modules/create-a-build-pipeline/9-clean-up-environment?azure-portal=true) unit at the end of this module provides important cleanup steps. Cleaning up helps ensure that you don't run out of free build minutes for Microst-hosted agents ([check your usage](/azure/devops/pipelines/licensing/concurrent-jobs#check-the-parallel-jobs-setting-directly)), or GitHub Codespaces [included usage hours and storage](https://docs.github.com/billing/managing-billing-for-github-codespaces/about-billing-for-github-codespaces#monthly-included-storage-and-core-hours-for-personal-accounts) ([charges might apply if you exceed the free tier, so check your usage](https://docs.github.com/billing/managing-billing-for-github-codespaces/viewing-your-github-codespaces-usage)). Be sure to do the cleanup steps even if you don't complete this module.
Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.azdo.create-release-pipeline.1-introduction
3-
title: Introduction
4-
metadata:
5-
title: Introduction
6-
description: Introduction
7-
ms.custom: devdivchpfy22, engagement-fy23
8-
ms.date: 08/14/2023
9-
author: ramiMSFT
10-
ms.author: rabououn
11-
ms.topic: unit
12-
durationInMinutes: 1
13-
content: |
14-
[!include[](includes/1-introduction.md)]
15-
1+
### YamlMime:ModuleUnit
2+
uid: learn.azdo.create-release-pipeline.1-introduction
3+
title: Introduction
4+
metadata:
5+
title: Introduction
6+
description: Introduction
7+
ms.custom: devdivchpfy22, engagement-fy23
8+
ms.date: 04/29/2025
9+
author: ramiMSFT
10+
ms.author: rabououn
11+
ms.topic: unit
12+
durationInMinutes: 1
13+
content: |
14+
[!include[](includes/1-introduction.md)]
15+
Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.azdo.create-release-pipeline.2-what-is-cd
3-
title: What is continuous delivery?
4-
metadata:
5-
title: What is continuous delivery?
6-
description: Learn what continuous delivery is, why it's important, and what tools you can use.
7-
ms.custom: devdivchpfy22, engagement-fy23
8-
ms.date: 08/14/2023
9-
author: ramiMSFT
10-
ms.author: rabououn
11-
ms.topic: unit
12-
durationInMinutes: 7
13-
content: |
14-
[!include[](includes/2-what-is-cd.md)]
15-
1+
### YamlMime:ModuleUnit
2+
uid: learn.azdo.create-release-pipeline.2-what-is-cd
3+
title: What is continuous delivery?
4+
metadata:
5+
title: What is continuous delivery?
6+
description: Learn what continuous delivery is, why it's important, and what tools you can use.
7+
ms.custom: devdivchpfy22, engagement-fy23
8+
ms.date: 04/29/2025
9+
author: ramiMSFT
10+
ms.author: rabououn
11+
ms.topic: unit
12+
durationInMinutes: 7
13+
content: |
14+
[!include[](includes/2-what-is-cd.md)]
15+

0 commit comments

Comments
 (0)