BrainyBeeBrainyBee
ExploreBlogStart Studying
HomeMicrosoft Azure Administrator (AZ-104)Unit 5 capstone — The week after an incident
Unit Capstone711 words

Unit 5 capstone — The week after an incident

AZ-104 › Unit 5 › Capstone

Unit 5 capstone — The week after an incident

Northwind Operations reviews a bad week

Unit
AZ104-U5
Topics exercised
2
Objectives touched
13
Decisions
5
Time
25 minutes

The brief

Northwind's operations team had a bad week. A line-of-business application degraded last Tuesday and nobody can say why: the resource involved has never had a diagnostic setting. A CPU alert covering thirty virtual machines produced one ticket when the team expected thirty, and a second alert rule has been firing hourly for a month — the on-call engineer wants it silenced tonight without losing the rule. An analyst deleted a file from a file server two days ago. And the business has asked what would happen if the region hosting the application became unavailable.

What they need

  1. Investigate last Tuesday's degradation on a resource that has never had a diagnostic setting.
  2. Get one alert per virtual machine from a CPU rule covering thirty of them.
  3. Silence a noisy alert rule tonight without deleting or disabling it.
  4. Recover a file deleted from a file server two days ago.
  5. Keep the application available if its region becomes unavailable.

Commit before you read on

Write down your answer to each of the 5 numbered requirements above — the mechanism, and the scope you would apply it at. Then open the working below and compare. Reading the reasoning beside the question is the one way to feel like you knew it without having known it.

▶Show the working

1. Investigate last Tuesday with no diagnostic setting

Use the platform metrics and the activity log. The resource logs for last Tuesday do not exist and cannot be produced.

This is the honest answer and the one the exam wants. Platform metrics and the activity log are automatically collected without configuration — a diagnostic setting only sends them somewhere else. Resource logs need the setting to be collected at all, and collection starts when the setting does. Creating one now fixes next Tuesday. Any option that recovers last week's resource logs is describing something impossible.

2. One alert per machine across thirty

Nothing to change — that is already the behaviour. Investigate why it did not happen.

If you're monitoring more than one resource, the alert rule condition is evaluated separately for each resource, and alerts are fired for each resource separately. So a single ticket for thirty machines points at the scope of the rule or at the action group's grouping, not at a missing per-resource setting. Reading the requirement as "add a rule per machine" is the expensive wrong answer.

3. Silence a rule tonight without losing it

An alert processing rule that suppresses notifications for that window.

Three objects, three jobs: the alert rule detects, the action group notifies, and the alert processing rule suppresses or redirects. Disabling the rule loses the detection; deleting the action group affects every rule using it. And note what cannot be done: fired alert instances are read-only and cannot be edited — configuration changes apply only to future alerts, so the hour's existing noise stays.

4. Recover a file deleted two days ago

Restore from Azure Backup.

Backups are stored in a Recovery Services vault with built-in management of recovery points, and a restore is how a deleted item comes back. Site Recovery is the wrong service here however plausible it looks in the option list — replicating a deletion is all it would have done. Budget for the restore: outbound data charges apply to data transferred from a vault during a restore.

5. Survive the region becoming unavailable

Azure Site Recovery.

Site Recovery keeps business apps and workloads running during outages by replicating to a secondary location; when an outage occurs you fail over and access apps from there, and fail back once the primary is running again. It answers availability, not recovery — which is why requirements 4 and 5 need two different services and neither substitutes for the other.

The reasoning this unit rewards

Read the event, and read the clock

Two questions settle most of this unit. What kind of event is described — something lost, or something unavailable? And when did the data need to start existing? Backup and Site Recovery appear in the same option lists and answer different events. Metrics and resource logs appear in the same option lists and have different histories. Neither pair is separated by the name of the feature.

Check yourself

Loading flashcards…

Where these figures come from

Every figure above was read from the raw documentation below on the day this sheet was written. The sha1 is git hash-object over the bytes as fetched, so a doc that changes underneath this sheet can be detected rather than assumed.

Documentsha1
Diagnostic settings in Azure Monitor123baaa50c7f
What are Azure Monitor alerts?7080cb554190
What is Azure Backup?57bc50276ab0
About Site Recovery1002240a77cf
All Microsoft Azure Administrator (AZ-104) Study Resources

Related Notes

  • AZ-104 exam map391 words
  • Unit 1 roadmap — Manage Azure identities and governance358 words
  • Unit 1 capstone — Onboarding an acquired subsidiary810 words
  • Lab — A budget notifies and stops nothing166 words
  • Lab — Prove that inheritance only flows one way212 words
  • Lab — Tags do not inherit, and a lock is not a permission204 words
  • Lab — Watch a dynamic group fill itself in183 words
  • Cram sheet — Manage access to Azure resources447 words
  • Cram sheet — Manage Azure subscriptions and governance841 words
  • Cram sheet — Manage Microsoft Entra users and groups580 words
  • Unit 2 roadmap — Implement and manage storage375 words
  • Unit 2 capstone — A media archive on a budget808 words

Ready to study Microsoft Azure Administrator (AZ-104)?

Practice tests, flashcards, and all study notes — free, no sign-up.

Start Studying

Ready to study Microsoft Azure Administrator (AZ-104)?

Practice tests, flashcards, and all study notes — free, no sign-up needed.

Start Studying — Free
Microsoft Azure Administrator (AZ-104) ResourcesExplore All HivesBlogHome

© 2026 BrainyBee. Free AI-powered exam prep.

Unit 5 capstone review

Card 1 of 3

Front of flashcard 1 of 3

A resource has no diagnostic setting. What can you see about last week?

hard

Platform metrics and the activity log — those are collected automatically. Resource logs for last week do not exist and cannot be produced.

az-104az104:unit:5capstone

Unit 5 capstone review

Card 1

Front

A resource has no diagnostic setting. What can you see about last week?

Back

Platform metrics and the activity log — those are collected automatically. Resource logs for last week do not exist and cannot be produced.

Card 2

Front

How many alerts does one rule over thirty resources fire?

Back

Up to thirty. The condition is evaluated separately per resource and alerts fire per resource.

Card 3

Front

Silence a noisy rule tonight without losing the detection. What do you use?

Back

An alert processing rule. The rule detects, the action group notifies, the processing rule suppresses.

Unit 5 capstone review

Card 1

Front

A resource has no diagnostic setting. What can you see about last week?

Back

Platform metrics and the activity log — those are collected automatically. Resource logs for last week do not exist and cannot be produced.

Card 2

Front

How many alerts does one rule over thirty resources fire?

Back

Up to thirty. The condition is evaluated separately per resource and alerts fire per resource.

Card 3

Front

Silence a noisy rule tonight without losing the detection. What do you use?

Back

An alert processing rule. The rule detects, the action group notifies, the processing rule suppresses.