Skip to content

Commit 68d185d

Browse files
authored
Merge branch 'main' into release-ai-assessment-wwl
2 parents 9aa4bf9 + 9bff359 commit 68d185d

File tree

269 files changed

+2861
-1544
lines changed

Some content is hidden

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

269 files changed

+2861
-1544
lines changed

.openpublishing.redirection.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -602,6 +602,41 @@
602602
"source_path_from_root": "/learn-pr/advocates/interactive-deep-learning/index.md",
603603
"redirect_url": "/training/modules/intro-to-azure-data-science-virtual-machine"
604604
},
605+
{
606+
"source_path_from_root": "/learn-pr/wwl-data-ai/classify-images-custom-vision/1-introduction.yml",
607+
"redirect_url": "https://learn.microsoft.com/training/modules/analyze-images-computer-vision/",
608+
"redirect_document_id": false
609+
},
610+
{
611+
"source_path_from_root": "/learn-pr/wwl-data-ai/classify-images-custom-vision/1a-overview-classification.yml",
612+
"redirect_url": "https://learn.microsoft.com/training/modules/analyze-images-computer-vision/",
613+
"redirect_document_id": false
614+
},
615+
{
616+
"source_path_from_root": "/learn-pr/wwl-data-ai/classify-images-custom-vision/2-azure-image-classification.yml",
617+
"redirect_url": "https://learn.microsoft.com/training/modules/analyze-images-computer-vision/",
618+
"redirect_document_id": false
619+
},
620+
{
621+
"source_path_from_root": "/learn-pr/wwl-data-ai/classify-images-custom-vision/3-create-image-classifier.yml",
622+
"redirect_url": "https://learn.microsoft.com/training/modules/analyze-images-computer-vision/",
623+
"redirect_document_id": false
624+
},
625+
{
626+
"source_path_from_root": "/learn-pr/wwl-data-ai/classify-images-custom-vision/3a-knowledge-check.yml",
627+
"redirect_url": "https://learn.microsoft.com/training/modules/analyze-images-computer-vision/",
628+
"redirect_document_id": false
629+
},
630+
{
631+
"source_path_from_root": "/learn-pr/wwl-data-ai/classify-images-custom-vision/4-summary.yml",
632+
"redirect_url": "https://learn.microsoft.com/training/modules/analyze-images-computer-vision/",
633+
"redirect_document_id": false
634+
},
635+
{
636+
"source_path_from_root": "/learn-pr/wwl-data-ai/classify-images-custom-vision/index.yml",
637+
"redirect_url": "https://learn.microsoft.com/training/modules/analyze-images-computer-vision/",
638+
"redirect_document_id": false
639+
},
605640
{
606641
"source_path_from_root": "/learn-pr/wwl-data-ai/explore-azure-openai/1-introduction.yml",
607642
"redirect_url": "https://learn.microsoft.com/training/modules/introduction-to-azure-ai-studio/",

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

learn-pr/azure-devops/manage-delivery-plans/includes/4-set-up-environment.md

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,20 +15,22 @@ The modules in this learning path are part of a progression. You follow the Tail
1515

1616
Run a template that sets up your Azure DevOps organization.
1717

18-
> [!div class="nextstepaction"]
19-
> [Run the template](https://azuredevopsdemogenerator.azurewebsites.net/?x-ms-routing-name=self&name=deliveryplans&azure-portal=true)
18+
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.
2019

21-
On the Azure DevOps Demo Generator site, follow these steps to run the template:
20+
1. When prompted to **Enter the template number from the list of templates**, enter **37** for **Manage Agile software delivery plans across teams**, then press **Enter**.
2221

23-
1. Select **Sign In** and accept the usage terms.
24-
1. On the **Create New Project** page, enter a project name, such as *Space Game - web - Delivery plans*. Then, select your Azure DevOps organization.
22+
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.
2523

26-
:::image type="content" source="../media/4-create-new-project.png" alt-text="Screenshot of creating a project through the Azure DevOps Demo Generator.":::
24+
> [!NOTE]
25+
> If you set up a PAT, make sure to authorize the necessary [scopes](/azure/devops/integrate/get-started/authentication/oauth#scopes). In this case, you can use **Full access**.
2726
28-
1. Select **Create Project**.
27+
1. Enter your Azure DevOps organization name, then press **Enter**.
2928

30-
The template takes a few moments to run.
31-
1. Select **Navigate to project** to go to your project in Azure DevOps.
29+
1. If prompted, enter your Azure DevOps PAT, then press **Enter**.
30+
31+
1. Enter a project name such as *Space Game - web - Delivery plans*, then press **Enter**.
32+
33+
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.
3234

3335
> [!IMPORTANT]
3436
> The [Clean up your Azure DevOps environment](/training/modules/manage-delivery-plans/7-clean-up-environment?azure-portal=true) page in this module contains important cleanup steps. Be sure to follow the cleanup steps even if you don't complete this module.
-2.44 KB
Loading

learn-pr/github/manage-sensitive-data-security-policies/2-set-security-policies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
unitType: learning-content
66
title: Setting security policies
77
description: Learn about preventative measures you can take to maintain the health of your GitHub repositories.
8-
ms.date: 04/14/2025
8+
ms.date: 04/23/2025
99
author: a-a-ron
1010
ms.author: aastewar
1111
ms.topic: unit

learn-pr/github/manage-sensitive-data-security-policies/3-scrub-sensitive-data-from-repository.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
unitType: learning-content
66
title: Create and manage repository rulesets
77
description: Learn about tools to help prevent committing sensitive data.
8-
ms.date: 04/14/2025
8+
ms.date: 04/23/2025
99
author: a-a-ron
1010
ms.author: aastewar
1111
ms.topic: unit

learn-pr/github/manage-sensitive-data-security-policies/4-report-logs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
unitType: learning-content
66
title: Reporting and logging
77
description: Learn what your organization's audit log records, and how to access and export it.
8-
ms.date: 04/14/2025
8+
ms.date: 04/23/2025
99
author: a-a-ron
1010
ms.author: aastewar
1111
ms.topic: unit

0 commit comments

Comments
 (0)