Skip to content

Commit 1c21c8e

Browse files
Merge pull request #54256 from MicrosoftDocs/main
Auto Publish – main to live - 2026-04-15 17:00 UTC
2 parents 80bb372 + 989a530 commit 1c21c8e

36 files changed

Lines changed: 306 additions & 271 deletions

learn-pr/advocates/improve-reliability-monitoring/1-introduction.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: "Introduction"
44
metadata:
55
title: "Introduction"
66
description: "Introduction"
7-
ms.date: 08/18/2023
7+
ms.date: 04/15/2026
88
author: dnblankedelman
99
ms.author: dnb
1010
ms.topic: unit

learn-pr/advocates/improve-reliability-monitoring/2-operational-awareness.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: "Operational awareness"
44
metadata:
55
title: "Operational awareness"
66
description: "Operational awareness"
7-
ms.date: 08/18/2023
7+
ms.date: 04/15/2026
88
author: dnblankedelman
99
ms.author: dnb
1010
ms.topic: unit
@@ -19,17 +19,17 @@ quiz:
1919

2020
- content: 'What is operational awareness?'
2121
choices:
22-
- content: 'An understanding of the systems we have in production and how they are functioning'
22+
- content: "An understanding of the systems we have in production and how they're functioning"
2323
isCorrect: true
2424
explanation: "Correct, we can't begin to work on reliability if we don\\'t know what is actually running in production."
25-
- content: 'a comprehensive accounting for how much we are paying for our infrastructure'
25+
- content: "A comprehensive accounting for how much we're paying for our infrastructure"
2626
isCorrect: false
2727
explanation: 'Cost management is definitely important, but first we need to know what is running in production.'
2828
- content: 'The process of training your staff to be able to operate your systems'
2929
isCorrect: false
30-
explanation: 'Your staff definitely needs to understand your systems, but awareness is not just about the training process.'
30+
explanation: "Your staff definitely needs to understand your systems, but awareness isn't just about the training process."
3131

32-
- content: 'When we are gaining operational awareness for an application, which of these questions do we need to ask?'
32+
- content: "When we're gaining operational awareness for an application, which of these questions do we need to ask?"
3333
choices:
3434
- content: 'What are the component parts?'
3535
isCorrect: false
@@ -60,7 +60,7 @@ quiz:
6060
explanation: 'Dashboards can help display information that assists with gaining operational awareness.'
6161
- content: 'Azure Cosmos DB'
6262
isCorrect: true
63-
explanation: 'Correct, Cosmos DB is an excellent place to store data, but it is not directly useful for operational awareness.'
63+
explanation: "Correct, Cosmos DB is an excellent place to store data, but it isn't directly useful for operational awareness."
6464
- content: 'Azure Resource Graph Explorer'
6565
isCorrect: false
6666
explanation: 'Resource Graph Explorer provides a query environment that can show us exactly what resources we have in play.'

learn-pr/advocates/improve-reliability-monitoring/3-expanding-understanding.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: "Expanding our understanding of reliability"
44
metadata:
55
title: "Expanding our understanding of reliability"
66
description: "Expanding our understanding of reliability"
7-
ms.date: 08/18/2023
7+
ms.date: 04/15/2026
88
author: dnblankedelman
99
ms.author: dnb
1010
ms.topic: unit

learn-pr/advocates/improve-reliability-monitoring/4-change-frame.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: "Changing the frame"
44
metadata:
55
title: "Changing the frame"
66
description: "Changing the frame"
7-
ms.date: 08/18/2023
7+
ms.date: 04/15/2026
88
author: dnblankedelman
99
ms.author: dnb
1010
ms.topic: unit
@@ -42,4 +42,4 @@ quiz:
4242
explanation: 'It depends on the noticeable impact to the customers of the service. If they are experiencing a severe problem and the service does not work for them, we may need to fix them immediately.'
4343
- content: 'It depends'
4444
isCorrect: true
45-
explanation: 'Correct, the severity level depends on the noticeable impact to their customer.'
45+
explanation: 'Correct, the severity level depends on the noticeable impact to the customer.'

learn-pr/advocates/improve-reliability-monitoring/5-tools.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: "Azure monitoring tools"
44
metadata:
55
title: "Azure monitoring tools"
66
description: "Azure monitoring tools"
7-
ms.date: 08/18/2023
7+
ms.date: 04/15/2026
88
author: dnblankedelman
99
ms.author: dnb
1010
ms.topic: unit
@@ -17,14 +17,14 @@ quiz:
1717
title: Check your knowledge
1818
questions:
1919

20-
- content: 'Which of the following are the two major data types used in Azure Monitor?'
20+
- content: 'Which of the following best describes the common observability data types emphasized in Azure Monitor?'
2121
choices:
22-
- content: 'Charts and tables'
22+
- content: 'Charts, tables, and dashboards'
2323
isCorrect: false
24-
explanation: 'Azure monitor can display both charts and tables, but they are not data types.'
25-
- content: 'Metrics and logs'
24+
explanation: 'Azure Monitor can display charts and tables on dashboards, but those are visualizations rather than observability data types.'
25+
- content: 'Metrics, logs, and distributed traces'
2626
isCorrect: true
27-
explanation: 'Correct, Azure Monitor works with metrics and logs.'
28-
- content: 'Counters and gauges'
27+
explanation: 'Correct, Azure Monitor emphasizes metrics, logs, and distributed traces as core observability data types.'
28+
- content: 'Counters, gauges, and alerts'
2929
isCorrect: false
30-
explanation: 'Azure monitor can ingest metrics from counters and gauges, but they are not the two major data types.'
30+
explanation: "Counters and gauges can produce metrics, and alerts act on data, but these aren't the observability data types emphasized by Azure Monitor."

learn-pr/advocates/improve-reliability-monitoring/6-log-analytics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: "Log analytics and KQL queries"
44
metadata:
55
title: "Log analytics and KQL queries"
66
description: "Log analytics and KQL queries"
7-
ms.date: 08/18/2023
7+
ms.date: 04/15/2026
88
author: dnblankedelman
99
ms.author: dnb
1010
ms.topic: unit

learn-pr/advocates/improve-reliability-monitoring/7-sli-slo.yml

Lines changed: 1 addition & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: "Service level indicators (SLIs) and service level objectives (SLOs)"
44
metadata:
55
title: "Service level indicators (SLIs) and service level objectives (SLOs)"
66
description: "Service level indicators (SLIs) and service level objectives (SLOs)"
7-
ms.date: 08/18/2023
7+
ms.date: 04/15/2026
88
author: dnblankedelman
99
ms.author: dnb
1010
ms.topic: unit
@@ -13,33 +13,3 @@ metadata:
1313
durationInMinutes: 9
1414
content: |
1515
[!include[](includes/7-sli-slo.md)]
16-
quiz:
17-
title: Check your knowledge
18-
questions:
19-
20-
- content: 'What does SLO stand for?'
21-
choices:
22-
- content: 'Service Level Observation'
23-
isCorrect: false
24-
explanation: 'SLO stands for "Service Level Objective".'
25-
- content: 'System Level Objective'
26-
isCorrect: false
27-
explanation: 'SLO stands for "Service Level Objective".'
28-
- content: 'Service Level Objective'
29-
isCorrect: true
30-
explanation: 'Correct, SLO stands for "Service Level Objective".'
31-
32-
- content: 'Which of these could be a workable SLO for a web service?'
33-
choices:
34-
- content: '90% of HTTP requests succeeded in the last 30-day window.'
35-
isCorrect: false
36-
explanation: 'This SLO is missing where the data will be measured.'
37-
- content: '90% of HTTP requests as reported by the load balancer succeeded.'
38-
isCorrect: false
39-
explanation: 'This SLO is missing the time horizon for the objective.'
40-
- content: 'The webserver functioned well in the last 30-day window as reported by the load balancer'
41-
isCorrect: false
42-
explanation: 'This SLO is missing the actual service level indicator for the objective.'
43-
- content: '90% of HTTP requests as reported by the load balancer succeeded in the last 30-day window.'
44-
isCorrect: true
45-
explanation: 'Correct, this is a workable SLO with all of the necessary parts.'

learn-pr/advocates/improve-reliability-monitoring/8-actionable-alerts.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ title: "Actionable alerts"
44
metadata:
55
title: "Actionable alerts"
66
description: "Actionable alerts"
7-
ms.date: 08/18/2023
7+
ms.date: 04/15/2026
88
author: dnblankedelman
99
ms.author: dnb
1010
ms.topic: unit
1111
ms.custom: team=cloud_advocates
1212
ms.contributors: dnb-05162021
13-
durationInMinutes: 3
13+
durationInMinutes: 5
1414
content: |
1515
[!include[](includes/8-actionable-alerts.md)]
1616
quiz:
@@ -29,7 +29,7 @@ quiz:
2929
isCorrect: false
3030
explanation: 'Log entries are much better at serving as a record of an event, an alert should not be used for this purpose.'
3131

32-
- content: 'Which of these options might be the best text to including in an actionable alert?'
32+
- content: 'Which of these options might be the best text to include in an actionable alert?'
3333
choices:
3434
- content: 'The database server has a high error rate'
3535
isCorrect: false

learn-pr/advocates/improve-reliability-monitoring/9-summary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: "Summary"
44
metadata:
55
title: "Summary"
66
description: "Summary"
7-
ms.date: 08/18/2023
7+
ms.date: 04/15/2026
88
author: dnblankedelman
99
ms.author: dnb
1010
ms.topic: unit

0 commit comments

Comments
 (0)