Skip to content

Commit ba6acb1

Browse files
authored
pull base content,head:wwlpublishsync,into:cac928b534d09e77ce1237a7cac55545892dffa1b882d489f6f27de7efe28cd0-live
2 parents 43fa2e9 + 572eaf9 commit ba6acb1

File tree

71 files changed

+1299
-919
lines changed

Some content is hidden

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

71 files changed

+1299
-919
lines changed
481 KB
Loading

learn-pr/achievements/discover-microsoft-ai-leaders-healthcare-industry.svg

Lines changed: 343 additions & 0 deletions
Loading

learn-pr/azure/aks-cluster-autoscaling/includes/3-exercise-cluster-autoscaler.md

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,28 @@
11
## Enable the cluster autoscaler on an AKS cluster
22

33
1. Open the [Azure Cloud Shell](https://shell.azure.com) in your browser and select **Bash**.
4-
2. Create an Azure resource group using the `az group create` command.
4+
1. In the Cloud Shell window on the right side of the screen, select the **More** icon (**...**), then select **Settings** > **Go to Classic version**.
5+
1. Create an Azure resource group using the `az group create` command.
56

67
```azurecli-interactive
78
az group create --name myResourceGroup --location eastus
89
```
910
10-
3. Create a new Azure Kubernetes Service (AKS) cluster with the cluster autoscaler enabled using the `az aks create` command and the `--enable-cluster-autoscaler` flag.
11+
1. Create a new Azure Kubernetes Service (AKS) cluster with the cluster autoscaler enabled using the `az aks create` command and the `--enable-cluster-autoscaler` flag.
1112
1213
```azurecli-interactive
1314
az aks create --resource-group myResourceGroup --name myAKSCluster --enable-addons monitoring --enable-msi-auth-for-monitoring --enable-cluster-autoscaler --min-count 1 --max-count 10 --generate-ssh-keys
1415
```
1516
1617
It takes a few minutes to create the cluster.
1718
18-
4. Connect to your cluster using the `az aks get-credentials` command.
19+
1. Connect to your cluster using the `az aks get-credentials` command.
1920
2021
```azurecli-interactive
2122
az aks get-credentials --resource-group myResourceGroup --name myAKSCluster
2223
```
2324
24-
5. View the nodes in your cluster using the `kubectl get nodes` command.
25+
1. View the nodes in your cluster using the `kubectl get nodes` command.
2526
2627
```azurecli-interactive
2728
kubectl get nodes
@@ -44,13 +45,13 @@
4445
touch deployment.yml
4546
```
4647
47-
2. Open the manifest file using the `code` command.
48+
1. Open the manifest file using the `code` command.
4849
4950
```azurecli-interactive
5051
code deployment.yml
5152
```
5253
53-
3. Paste the following code into the manifest file.
54+
1. Paste the following code into the manifest file.
5455
5556
```yml
5657
apiVersion: apps/v1
@@ -82,7 +83,12 @@
8283
name: http
8384
```
8485
85-
4. Save the file and close the editor.
86+
1. Save the file and close the editor.
87+
1. Run the deployment by using the following code:
88+
89+
```azurecli-interactive
90+
kubectl apply -f deployment.yml
91+
```
8692
8793
## Update the cluster autoscaler profile
8894
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)]

0 commit comments

Comments
 (0)