Skip to content

Commit 6379437

Browse files
Merge pull request #50288 from EliotSeattle/master
Change the writer assignment to new manager in 4 sets of modules
2 parents f634ef1 + 1176a10 commit 6379437

30 files changed

+771
-771
lines changed
Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.analyze-infrastructure-with-azure-monitor-logs.1-introduction
3-
metadata:
4-
title: Introduction
5-
description: Introduction
6-
ms.date: 10/15/2024
7-
author: guywi-ms
8-
ms.author: guywild
9-
ms.topic: unit
10-
title: Introduction
11-
durationInMinutes: 2
12-
content: |
13-
[!include[](includes/1-introduction.md)]
14-
1+
### YamlMime:ModuleUnit
2+
uid: learn.analyze-infrastructure-with-azure-monitor-logs.1-introduction
3+
metadata:
4+
title: Introduction
5+
description: Introduction
6+
ms.date: 10/15/2024
7+
author: EliotSeattle
8+
ms.author: eliotgra
9+
ms.topic: unit
10+
title: Introduction
11+
durationInMinutes: 2
12+
content: |
13+
[!include[](includes/1-introduction.md)]
14+
Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,39 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.analyze-infrastructure-with-azure-monitor-logs.2-features-azure-monitor-log
3-
metadata:
4-
title: Features of Azure Monitor logs
5-
description: Features of Azure Monitor logs
6-
ms.date: 10/15/2024
7-
author: guywi-ms
8-
ms.author: guywild
9-
ms.topic: unit
10-
title: Features of Azure Monitor logs
11-
durationInMinutes: 10
12-
content: |
13-
[!include[](includes/2-features-azure-monitor-log.md)]
14-
quiz:
15-
title: Check your knowledge
16-
questions:
17-
- content: "What data does Azure Monitor collect?"
18-
choices:
19-
- content: "Data from various sources, such as the Application event log, the operating system (Windows and Linux), Azure resources, and custom data sources."
20-
isCorrect: true
21-
explanation: "This answer is correct."
22-
- content: "Azure billing details."
23-
isCorrect: false
24-
explanation: "Azure Monitor doesn't collect information related to billing. You can use Microsoft Cost Management to track this information."
25-
- content: "Backups of database transaction logs."
26-
isCorrect: false
27-
explanation: "Azure Monitor doesn't perform backups of database transaction logs. You can use Azure Backup for backups of your systems."
28-
- content: "What two fundamental types of data does Azure Monitor collect?"
29-
choices:
30-
- content: "Metrics and logs."
31-
isCorrect: true
32-
explanation: "Azure Monitor collects two types of data: metrics and logs. Metrics are numerical values that describe some aspect of a system at a particular time. Logs contain different kinds of data, such as event information, organized into records."
33-
- content: "Username and password."
34-
isCorrect: false
35-
explanation: "You might be able to track which users are connecting to your system, but items such as passwords aren't recorded."
36-
- content: "Email notifications and errors."
37-
isCorrect: false
38-
explanation: "Use Azure Monitor to send an email notification for Microsoft Defender for Cloud alerts. Microsoft Defender for Cloud allows you to provide a security contact that will receive email notifications for security alerts."
39-
1+
### YamlMime:ModuleUnit
2+
uid: learn.analyze-infrastructure-with-azure-monitor-logs.2-features-azure-monitor-log
3+
metadata:
4+
title: Features of Azure Monitor logs
5+
description: Features of Azure Monitor logs
6+
ms.date: 10/15/2024
7+
author: EliotSeattle
8+
ms.author: eliotgra
9+
ms.topic: unit
10+
title: Features of Azure Monitor logs
11+
durationInMinutes: 10
12+
content: |
13+
[!include[](includes/2-features-azure-monitor-log.md)]
14+
quiz:
15+
title: Check your knowledge
16+
questions:
17+
- content: "What data does Azure Monitor collect?"
18+
choices:
19+
- content: "Data from various sources, such as the Application event log, the operating system (Windows and Linux), Azure resources, and custom data sources."
20+
isCorrect: true
21+
explanation: "This answer is correct."
22+
- content: "Azure billing details."
23+
isCorrect: false
24+
explanation: "Azure Monitor doesn't collect information related to billing. You can use Microsoft Cost Management to track this information."
25+
- content: "Backups of database transaction logs."
26+
isCorrect: false
27+
explanation: "Azure Monitor doesn't perform backups of database transaction logs. You can use Azure Backup for backups of your systems."
28+
- content: "What two fundamental types of data does Azure Monitor collect?"
29+
choices:
30+
- content: "Metrics and logs."
31+
isCorrect: true
32+
explanation: "Azure Monitor collects two types of data: metrics and logs. Metrics are numerical values that describe some aspect of a system at a particular time. Logs contain different kinds of data, such as event information, organized into records."
33+
- content: "Username and password."
34+
isCorrect: false
35+
explanation: "You might be able to track which users are connecting to your system, but items such as passwords aren't recorded."
36+
- content: "Email notifications and errors."
37+
isCorrect: false
38+
explanation: "Use Azure Monitor to send an email notification for Microsoft Defender for Cloud alerts. Microsoft Defender for Cloud allows you to provide a security contact that will receive email notifications for security alerts."
39+
Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.analyze-infrastructure-with-azure-monitor-logs.3-create-log-queries
3-
metadata:
4-
title: Create basic Azure Monitor log queries to extract information from log data
5-
description: Create basic Azure Monitor log queries to extract information from log data
6-
ms.date: 10/15/2024
7-
author: guywi-ms
8-
ms.author: guywild
9-
ms.topic: unit
10-
title: Create basic Azure Monitor log queries to extract information from log data
11-
durationInMinutes: 10
12-
content: |
13-
[!include[](includes/3-create-log-queries.md)]
14-
1+
### YamlMime:ModuleUnit
2+
uid: learn.analyze-infrastructure-with-azure-monitor-logs.3-create-log-queries
3+
metadata:
4+
title: Create basic Azure Monitor log queries to extract information from log data
5+
description: Create basic Azure Monitor log queries to extract information from log data
6+
ms.date: 10/15/2024
7+
author: EliotSeattle
8+
ms.author: eliotgra
9+
ms.topic: unit
10+
title: Create basic Azure Monitor log queries to extract information from log data
11+
durationInMinutes: 10
12+
content: |
13+
[!include[](includes/3-create-log-queries.md)]
14+
Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.analyze-infrastructure-with-azure-monitor-logs.4-exercise-create-log-queries
3-
metadata:
4-
title: Exercise - Create basic Azure Monitor log queries to extract information from log data
5-
description: Exercise - Create basic Azure Monitor log queries to extract information from log data
6-
ms.date: 10/15/2024
7-
author: guywi-ms
8-
ms.author: guywild
9-
ms.topic: unit
10-
title: Exercise - Create basic Azure Monitor log queries to extract information from log data
11-
durationInMinutes: 12
12-
azureSandbox: true
13-
content: |
14-
[!include[](includes/4-exercise-create-log-queries.md)]
15-
1+
### YamlMime:ModuleUnit
2+
uid: learn.analyze-infrastructure-with-azure-monitor-logs.4-exercise-create-log-queries
3+
metadata:
4+
title: Exercise - Create basic Azure Monitor log queries to extract information from log data
5+
description: Exercise - Create basic Azure Monitor log queries to extract information from log data
6+
ms.date: 10/15/2024
7+
author: EliotSeattle
8+
ms.author: eliotgra
9+
ms.topic: unit
10+
title: Exercise - Create basic Azure Monitor log queries to extract information from log data
11+
durationInMinutes: 12
12+
azureSandbox: true
13+
content: |
14+
[!include[](includes/4-exercise-create-log-queries.md)]
15+
Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.analyze-infrastructure-with-azure-monitor-logs.5-summary
3-
metadata:
4-
title: Summary
5-
description: Summary
6-
ms.date: 10/15/2024
7-
author: guywi-ms
8-
ms.author: guywild
9-
ms.topic: unit
10-
title: Summary
11-
durationInMinutes: 2
12-
content: |
13-
[!include[](includes/5-summary.md)]
14-
1+
### YamlMime:ModuleUnit
2+
uid: learn.analyze-infrastructure-with-azure-monitor-logs.5-summary
3+
metadata:
4+
title: Summary
5+
description: Summary
6+
ms.date: 10/15/2024
7+
author: EliotSeattle
8+
ms.author: eliotgra
9+
ms.topic: unit
10+
title: Summary
11+
durationInMinutes: 2
12+
content: |
13+
[!include[](includes/5-summary.md)]
14+
Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,41 @@
1-
### YamlMime:Module
2-
uid: learn.analyze-infrastructure-with-azure-monitor-logs
3-
metadata:
4-
title: Analyze your Azure infrastructure by using Azure Monitor logs
5-
description: Use Azure Monitor logs to extract valuable information about your infrastructure from log data.
6-
ms.date: 10/15/2024
7-
author: guywi-ms
8-
ms.author: guywild
9-
ms.topic: module
10-
ms.service: azure-monitor
11-
ms.subservice: logs
12-
title: Analyze your Azure infrastructure by using Azure Monitor logs
13-
summary: Use Azure Monitor logs to extract valuable information about your infrastructure from log data.
14-
abstract: |
15-
In this module, you'll:
16-
- Identify the features and capabilities of Azure Monitor logs.
17-
- Create basic Azure Monitor log queries to extract information from log data.
18-
prerequisites: |
19-
- None
20-
iconUrl: /training/achievements/analyze-infrastructure-with-azure-monitor-logs.svg
21-
levels:
22-
- beginner
23-
roles:
24-
- solution-architect
25-
- administrator
26-
- security-engineer
27-
products:
28-
- azure
29-
- azure-monitor
30-
subjects:
31-
- infrastructure
32-
- it-management-monitoring
33-
units:
34-
- learn.analyze-infrastructure-with-azure-monitor-logs.1-introduction
35-
- learn.analyze-infrastructure-with-azure-monitor-logs.2-features-azure-monitor-log
36-
- learn.analyze-infrastructure-with-azure-monitor-logs.3-create-log-queries
37-
- learn.analyze-infrastructure-with-azure-monitor-logs.4-exercise-create-log-queries
38-
- learn.analyze-infrastructure-with-azure-monitor-logs.5-summary
39-
badge:
40-
uid: learn.analyze-infrastructure-with-azure-monitor-logs.badge
41-
1+
### YamlMime:Module
2+
uid: learn.analyze-infrastructure-with-azure-monitor-logs
3+
metadata:
4+
title: Analyze your Azure infrastructure by using Azure Monitor logs
5+
description: Use Azure Monitor logs to extract valuable information about your infrastructure from log data.
6+
ms.date: 10/15/2024
7+
author: EliotSeattle
8+
ms.author: eliotgra
9+
ms.topic: module
10+
ms.service: azure-monitor
11+
ms.subservice: logs
12+
title: Analyze your Azure infrastructure by using Azure Monitor logs
13+
summary: Use Azure Monitor logs to extract valuable information about your infrastructure from log data.
14+
abstract: |
15+
In this module, you'll:
16+
- Identify the features and capabilities of Azure Monitor logs.
17+
- Create basic Azure Monitor log queries to extract information from log data.
18+
prerequisites: |
19+
- None
20+
iconUrl: /training/achievements/analyze-infrastructure-with-azure-monitor-logs.svg
21+
levels:
22+
- beginner
23+
roles:
24+
- solution-architect
25+
- administrator
26+
- security-engineer
27+
products:
28+
- azure
29+
- azure-monitor
30+
subjects:
31+
- infrastructure
32+
- it-management-monitoring
33+
units:
34+
- learn.analyze-infrastructure-with-azure-monitor-logs.1-introduction
35+
- learn.analyze-infrastructure-with-azure-monitor-logs.2-features-azure-monitor-log
36+
- learn.analyze-infrastructure-with-azure-monitor-logs.3-create-log-queries
37+
- learn.analyze-infrastructure-with-azure-monitor-logs.4-exercise-create-log-queries
38+
- learn.analyze-infrastructure-with-azure-monitor-logs.5-summary
39+
badge:
40+
uid: learn.analyze-infrastructure-with-azure-monitor-logs.badge
41+
Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.analyze-logs-with-kql.introduction
3-
title: Introduction
4-
metadata:
5-
unitType: introduction
6-
title: Introduction
7-
description: "Use KQL to answer operational and business questions by interpreting and summarizing log data."
8-
ms.date: 02/11/2024
9-
author: guywi-ms
10-
ms.author: guywild
11-
ms.topic: unit
12-
durationInMinutes: 2
13-
content: |
14-
[!include[](includes/1-introduction.md)]
1+
### YamlMime:ModuleUnit
2+
uid: learn.analyze-logs-with-kql.introduction
3+
title: Introduction
4+
metadata:
5+
unitType: introduction
6+
title: Introduction
7+
description: "Use KQL to answer operational and business questions by interpreting and summarizing log data."
8+
ms.date: 02/11/2024
9+
author: EliotSeattle
10+
ms.author: eliotgra
11+
ms.topic: unit
12+
durationInMinutes: 2
13+
content: |
14+
[!include[](includes/1-introduction.md)]
Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.analyze-logs-with-kql.prepare
3-
title: Prepare
4-
metadata:
5-
unitType: learning-content
6-
title: Prepare
7-
description: "Project overview and setup requirements."
8-
ms.date: 02/11/2024
9-
author: guywi-ms
10-
ms.author: guywild
11-
ms.topic: unit
12-
durationInMinutes: 3
13-
content: |
14-
[!include[](includes/2-prepare.md)]
1+
### YamlMime:ModuleUnit
2+
uid: learn.analyze-logs-with-kql.prepare
3+
title: Prepare
4+
metadata:
5+
unitType: learning-content
6+
title: Prepare
7+
description: "Project overview and setup requirements."
8+
ms.date: 02/11/2024
9+
author: EliotSeattle
10+
ms.author: eliotgra
11+
ms.topic: unit
12+
durationInMinutes: 3
13+
content: |
14+
[!include[](includes/2-prepare.md)]
Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
### YamlMime:ModuleUnit
2-
uid: learn.analyze-logs-with-kql.list-active-machines-not-sending-logs
3-
title: Exercise - List recently active virtual machines that stopped sending logs
4-
metadata:
5-
unitType: exercise
6-
title: Exercise - Analyze virtual machine agent health
7-
description: "Write KQL queries to retrieve and transform data from the heartbeat table in Azure Monitor Log Analytics. Obtain insights about the status of virtual machines in your Azure environment."
8-
ms.date: 02/11/2024
9-
author: guywi-ms
10-
ms.author: guywild
11-
ms.topic: unit
12-
durationInMinutes: 10
13-
content: |
14-
[!include[](includes/3-list-active-machines-not-sending-logs.md)]
1+
### YamlMime:ModuleUnit
2+
uid: learn.analyze-logs-with-kql.list-active-machines-not-sending-logs
3+
title: Exercise - List recently active virtual machines that stopped sending logs
4+
metadata:
5+
unitType: exercise
6+
title: Exercise - Analyze virtual machine agent health
7+
description: "Write KQL queries to retrieve and transform data from the heartbeat table in Azure Monitor Log Analytics. Obtain insights about the status of virtual machines in your Azure environment."
8+
ms.date: 02/11/2024
9+
author: EliotSeattle
10+
ms.author: eliotgra
11+
ms.topic: unit
12+
durationInMinutes: 10
13+
content: |
14+
[!include[](includes/3-list-active-machines-not-sending-logs.md)]

0 commit comments

Comments
 (0)