Skip to content

Commit 51c95b9

Browse files
authored
pull base content,head:MicrosoftDocs:main,into:wwlpublishsync
2 parents b8f234a + 9bff359 commit 51c95b9

File tree

202 files changed

+2278
-1217
lines changed

Some content is hidden

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

202 files changed

+2278
-1217
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.

learn-pr/paths/implement-generative-ai-engineering-azure-databricks/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ uid: learn.wwl.implement-generative-ai-engineering-azure-databricks
33
metadata:
44
title: Implement Generative AI engineering with Azure Databricks
55
description: Generative Artificial Intelligence (AI) engineering with Azure Databricks uses the platform's capabilities to explore, fine-tune, evaluate, and integrate advanced language models. By using Apache Spark's scalability and Azure Databricks' collaborative environment, you can design complex AI systems.
6-
ms.date: 08/19/2024
6+
ms.date: 04/28/2025
77
author: wwlpublish
8-
ms.author: madiepev
8+
ms.author: theresai
99
ms.topic: learning-path
1010
title: Implement Generative AI engineering with Azure Databricks
1111
prerequisites: |

learn-pr/paths/ingest-data-with-microsoft-fabric/index.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
description: Explore how Microsoft Fabric enables you to ingest and orchestrate data from various sources (such as files, databases, or web services) through dataflows, notebooks, and pipelines.
66
ms.date: 01/29/2025
77
author: wwlpublish
8-
ms.author: jamesh
8+
ms.author: theresai
99
ms.topic: learning-path
1010
title: Ingest data with Microsoft Fabric
1111
prerequisites: |

learn-pr/paths/manage-microsoft-fabric-environment/index.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ uid: learn.wwl.manage-microsoft-fabric-environment
33
metadata:
44
title: Manage a Microsoft Fabric environment
55
description: Microsoft Fabric is a Software-as-a-Service platform for data analytics. Learn how to manage your environment through Continuous Integration/Continuous Deployment (CI/CD), monitoring, and security.
6-
ms.date: 12/04/2024
7-
author: angierudduck
8-
ms.author: anrudduc
6+
ms.date: 04/28/2025
7+
author: wwlpublish
8+
ms.author: theresai
99
ms.topic: learning-path
1010
title: Manage a Microsoft Fabric environment
1111
prerequisites: |

learn-pr/paths/microsoft-fabric-admin-governance/index.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ uid: learn.wwl.microsoft-fabric-admin-governance
33
metadata:
44
title: Administer and govern Microsoft Fabric
55
description: Microsoft Fabric Administration involves securing and governing data, administering the environment, and monitoring optimizing performance for efficient and compliant data management.
6-
ms.date: 10/30/2024
7-
author: angierudduck
8-
ms.author: anrudduc
6+
ms.date: 04/28/2025
7+
author: wwlpublish
8+
ms.author: theresai
99
ms.topic: learning-path
1010
title: Administer and govern Microsoft Fabric
1111
prerequisites: |
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.philanthropies.apply-budgeting-method.introduction
3+
title: Introduction
4+
metadata:
5+
title: Introduction
6+
description: This content is a part of the Apply a budgeting method to manage money effectively.
7+
ms.date: 04/01/2025
8+
author: kprks
9+
ms.author: v-kperkes
10+
ms.topic: unit
11+
durationInMinutes: 5
12+
content: |
13+
[!include[](includes/1-introduction.md)]
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.philanthropies.apply-budgeting-method.budgeting-methods-overview
3+
title: Budgeting methods overview
4+
metadata:
5+
title: Budgeting Methods Overview
6+
description: This content is a part of the Apply a budgeting method to manage money effectively.
7+
ms.date: 04/01/2025
8+
author: kprks
9+
ms.author: v-kperkes
10+
ms.topic: unit
11+
durationInMinutes: 15
12+
content: |
13+
[!include[](includes/2-budgeting-methods-overview.md)]
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
### YamlMime:ModuleUnit
2+
uid: learn.philanthropies.apply-budgeting-method.knowledge-check
3+
title: Knowledge check
4+
metadata:
5+
title: Knowledge Check
6+
description: Answer the following questions to see what you learned.
7+
ms.date: 04/01/2025
8+
author: kprks
9+
ms.author: v-kperkes
10+
ms.topic: unit
11+
durationInMinutes: 3
12+
quiz:
13+
questions:
14+
- content: What is zero-based budgeting?
15+
choices:
16+
- content: A method where every dollar is assigned a purpose.
17+
isCorrect: true
18+
explanation: Correct!
19+
- content: A plan that doesn't involve saving.
20+
isCorrect: false
21+
explanation: Not quite. Zero-based budgeting includes saving.
22+
- content: Spending money without a plan.
23+
isCorrect: false
24+
explanation: Incorrect. Zero-based budgeting requires careful planning.
25+
- content: A rule where you save half of your money.
26+
isCorrect: false
27+
explanation: Incorrect. That's not how zero-based budgeting works.
28+
29+
- content: In the 50/30/20 budgeting method, what percentage is allocated to savings? Following is a need?
30+
choices:
31+
- content: Fifty percent
32+
isCorrect: false
33+
explanation: Incorrect. Needs take up 50 percent.
34+
- content: Thirty percent
35+
isCorrect: false
36+
explanation: Incorrect. Wants take up 30 percent.
37+
- content: Twenty percent
38+
isCorrect: true
39+
explanation: Correct! Savings are allocated 20 percent.
40+
- content: Ten percent
41+
isCorrect: false
42+
explanation: Incorrect. Savings should be 20 percent, not 10 percent.

0 commit comments

Comments
 (0)