Skip to content

Commit e6eeb94

Browse files
authored
pull base content,head:MicrosoftDocs:main,into:wwlpublishsync
2 parents 07fa7d3 + bd0a1db commit e6eeb94

File tree

169 files changed

+2336
-1731
lines changed

Some content is hidden

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

169 files changed

+2336
-1731
lines changed

.openpublishing.redirection.json

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16074,6 +16074,31 @@
1607416074
"source_path_from_root": "/learn-pr/languages/python-if-elif-else/index.md",
1607516075
"redirect_url": "/training/modules/python-boolean-types"
1607616076
},
16077+
{
16078+
"source_path_from_root": "/learn-pr/wwl-data-ai/fundamentals-generative-ai/3-language models.yml",
16079+
"redirect_url": "https://learn.microsoft.com/training/modules/fundamentals-generative-ai/",
16080+
"redirect_document_id": false
16081+
},
16082+
{
16083+
"source_path_from_root": "/learn-pr/wwl-data-ai/fundamentals-generative-ai/4-azure-openai.yml",
16084+
"redirect_url": "https://learn.microsoft.com/training/modules/fundamentals-generative-ai/",
16085+
"redirect_document_id": false
16086+
},
16087+
{
16088+
"source_path_from_root": "/learn-pr/wwl-data-ai/fundamentals-generative-ai/5-copilots.yml",
16089+
"redirect_url": "https://learn.microsoft.com/training/modules/fundamentals-generative-ai/",
16090+
"redirect_document_id": false
16091+
},
16092+
{
16093+
"source_path_from_root": "/learn-pr/wwl-data-ai/fundamentals-generative-ai/5a-microsoft-copilot.yml",
16094+
"redirect_url": "https://learn.microsoft.com/training/modules/fundamentals-generative-ai/",
16095+
"redirect_document_id": false
16096+
},
16097+
{
16098+
"source_path_from_root": "/learn-pr/wwl-data-ai/fundamentals-generative-ai/6a-building-custom-copilots.yml",
16099+
"redirect_url": "https://learn.microsoft.com/training/modules/fundamentals-generative-ai/",
16100+
"redirect_document_id": false
16101+
},
1607716102
{
1607816103
"source_path_from_root": "/learn-pr/wwl-data-ai/get-started-openai/1-introduction.yml",
1607916104
"redirect_url": "https://learn.microsoft.com/training/modules/prepare-azure-ai-development/",
@@ -46039,6 +46064,41 @@
4603946064
"redirect_url": "/training/modules/optimize-model-power-bi/",
4604046065
"redirect_document_id": false
4604146066
},
46067+
{
46068+
"source_path": "learn-pr/azure/intro-to-microsoft-purview/1-introduction.yml",
46069+
"redirect_url": "https://learn.microsoft.com/purview/",
46070+
"redirect_document_id": false
46071+
},
46072+
{
46073+
"source_path": "learn-pr/azure/intro-to-microsoft-purview/2-what-is-microsoft-purview.yml",
46074+
"redirect_url": "https://learn.microsoft.com/purview/",
46075+
"redirect_document_id": false
46076+
},
46077+
{
46078+
"source_path": "learn-pr/azure/intro-to-microsoft-purview/3-how-microsoft-purview-works.yml",
46079+
"redirect_url": "https://learn.microsoft.com/purview/",
46080+
"redirect_document_id": false
46081+
},
46082+
{
46083+
"source_path": "learn-pr/azure/intro-to-microsoft-purview/4-when-to-use-microsoft-purview.yml",
46084+
"redirect_url": "https://learn.microsoft.com/purview/",
46085+
"redirect_document_id": false
46086+
},
46087+
{
46088+
"source_path": "learn-pr/azure/intro-to-microsoft-purview/5-knowledge-check.yml",
46089+
"redirect_url": "https://learn.microsoft.com/purview/",
46090+
"redirect_document_id": false
46091+
},
46092+
{
46093+
"source_path": "learn-pr/azure/intro-to-microsoft-purview/6-summary.yml",
46094+
"redirect_url": "https://learn.microsoft.com/purview/",
46095+
"redirect_document_id": false
46096+
},
46097+
{
46098+
"source_path": "learn-pr/azure/intro-to-microsoft-purview/index.yml",
46099+
"redirect_url": "https://learn.microsoft.com/purview/",
46100+
"redirect_document_id": false
46101+
},
4604246102
{
4604346103
"source_path": "learn-pr/azure/improve-api-developer-experience-with-swagger/1-introduction.yml",
4604446104
"redirect_url": "https://learn.microsoft.com/aspnet/core/fundamentals/openapi/aspnetcore-openapi",

learn-pr/achievements.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5565,6 +5565,11 @@ achievements:
55655565
title: Use tools to optimize Power BI performance
55665566
summary: Use tools to develop, manage, and optimize Power BI data model and DAX query performance.
55675567
iconUrl: /training/achievements/use-tools-optimize-power-bi-performance.svg
5568+
- uid: learn.introduction-to-azure-purview.badge
5569+
type: badge
5570+
title: Introduction to Microsoft Purview
5571+
summary: In this module, you'll evaluate whether Microsoft Purview is the right choice for your data discovery and governance needs.
5572+
iconUrl: /training/achievements/introduction-to-azure-purview.svg
55685573
- uid: learn.azure.improve-developer-experience-of-an-api-with-swagger-documentation.badge
55695574
type: badge
55705575
title: Improve the developer experience of an API with Swagger documentation

learn-pr/advocates/deploy-java-ee-app-to-jboss-app-service/includes/3-exercise-deploy-azure-database-mysql.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ export MYSQL_USER=<MySQL-admin-user-name>
100100
export MYSQL_PASSWORD=<MySQL-password>
101101
```
102102

103+
[!INCLUDE [security-note](../../../includes/security-note.md)]
104+
103105
## Get data from the sample database
104106

105107
In this module, you use a sample database called `world` from the official MySQL website. To get the data, use the following steps:

learn-pr/advocates/monitor-azure-machine-learning/1-introduction.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ uid: learn.introduction-to-azure-machine-learning-monitoring.introduction
33
title: Introduction
44
metadata:
55
title: Introduction
6-
description: Introduction to monitoring Azure Machine Learning
6+
description: Introduction to monitoring Azure Machine Learning.
77
ms.date: 03/15/2025
88
author: Orin-Thomas
99
ms.author: viniap

learn-pr/advocates/monitor-azure-machine-learning/10-summary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ uid: learn.introduction-to-azure-machine-learning-monitoring.summary
33
title: Summary
44
metadata:
55
title: Summary
6-
description: Module summary
6+
description: Module summary.
77
ms.date: 03/15/2025
88
author: Orin-Thomas
99
ms.author: viniap

learn-pr/advocates/monitor-azure-machine-learning/2-monitoring-azure-machine-learning-workspace-compute.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
uid: learn.introduction-to-azure-machine-learning-monitoring.monitoring-azure-machine-learning-workspace-compute
33
title: Monitoring Azure Machine Learning workspaces and compute
44
metadata:
5-
title: Monitoring Azure Machine Learning workspaces and compute
6-
description: Learn about monitoring Azure Machine Learning workspaces and compute
5+
title: Monitoring Azure Machine Learning Workspaces and Compute
6+
description: Learn about monitoring Azure Machine Learning workspaces and compute.
77
ms.date: 03/15/2025
88
author: Orin-Thomas
99
ms.author: viniap

learn-pr/advocates/monitor-azure-machine-learning/3-azure-monitor-platform-metrics.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
uid: learn.introduction-to-azure-machine-learning-monitoring.azure-monitor-platform-metrics
33
title: Azure Monitor platform metrics
44
metadata:
5-
title: Azure Monitor platform metrics
6-
description: Discover how to use Azure Monitor platform metrics to monitor Azure Machine Learning resources
5+
title: Azure Monitor Platform Metrics
6+
description: Discover how to use Azure Monitor platform metrics to monitor Azure Machine Learning resources.
77
ms.date: 03/15/2025
88
author: Orin-Thomas
99
ms.author: viniap

learn-pr/advocates/monitor-azure-machine-learning/4-azure-monitor-resource-logs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
uid: learn.introduction-to-azure-machine-learning-monitoring.azure-monitor-resource-logs
33
title: Azure Monitor resource logs
44
metadata:
5-
title: Azure Monitor resource logs
6-
description: This unit helps you understand how to use Azure Monitor resource logs to monitor Azure Machine Learning resources
5+
title: Azure Monitor Resource Logs
6+
description: This unit helps you understand how to use Azure Monitor resource logs to monitor Azure Machine Learning resources.
77
ms.date: 03/15/2025
88
author: Orin-Thomas
99
ms.author: viniap

learn-pr/advocates/monitor-azure-machine-learning/5-azure-monitor-alerts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
### YamlMime:ModuleUnit
22
uid: learn.introduction-to-azure-machine-learning-monitorin.azure-monitor-alerts
3-
title: Azure Monitor and Alerts
3+
title: Azure Monitor and alerts
44
metadata:
55
title: Azure Monitor and Alerts
6-
description: Learn how to use Azure Monitor and Alerts to monitor Azure Machine Learning resources
6+
description: Learn how to use Azure Monitor and alerts to monitor Azure Machine Learning resources.
77
ms.date: 03/15/2025
88
author: Orin-Thomas
99
ms.author: viniap

learn-pr/advocates/monitor-azure-machine-learning/6-online-endpoints.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
uid: learn.introduction-to-azure-machine-learning-monitoring.online-endpoints
33
title: Online endpoints
44
metadata:
5-
title: Online endpoints
6-
description: Learn how to monitor Azure Machine Learning online endpoints
5+
title: Online Endpoints
6+
description: Learn how to monitor Azure Machine Learning online endpoints.
77
ms.date: 03/15/2025
88
author: Orin-Thomas
99
ms.author: viniap

0 commit comments

Comments
 (0)