BrainyBeeBrainyBee
ExploreBlogStart Studying
HomeMicrosoft Azure Administrator (AZ-104)Cram sheet — Monitor resources in Azure
Topic Cram Sheet450 words

Cram sheet — Monitor resources in Azure

AZ-104 › Unit 5 › Monitor resources in Azure

Cram sheet — Monitor resources in Azure

Monitor resources in Azure

Node
AZ104-U5.T1
Objectives
6
Bank questions
35
Grounded documents
3

Two facts carry a surprising share of this topic: some data arrives without you configuring anything, and nothing you configure reaches backwards over data that was never collected.

What arrives without configuration, and what does not

  • Platform metrics and the activity log are automatically collected without configuration. You use a diagnostic setting only to send them somewhere else.
  • Resource logs are the ones that need a diagnostic setting to be collected at all.
  • ⚠ A diagnostic setting is per resource: create a separate one for each resource you want data from. There is no subscription-wide switch that turns on resource logs everywhere.
  • ⚠ The destination must already exist before you create the setting — the workspace, storage account or event hub is a prerequisite, not something the setting provisions.
  • Because collection begins when the setting does, a question about last week cannot be answered by turning collection on today.

Metrics or logs — which question is being asked

  • Azure Monitor brings metrics, logs, traces and events into one place, so the service name never decides the answer; the signal does.
  • Log Analytics workspaces collect log and trace data, analysed with Kusto Query Language (KQL). If the stem describes writing a query, correlating across resources, or looking at text, it is a logs question.
  • If it describes a numeric value sampled over time, near-real-time, charted or alerted on directly, it is a metrics question.
  • Network Watcher provides network monitoring tools built on the Azure Monitor data platform, which is why network diagnostics sit in this topic rather than in Unit 4.

Alerts have three separable objects

ObjectJob
Alert ruleMonitors data, captures a signal, checks it against a condition
Action groupNotifies people or starts automated workflows
Alert processing ruleSuppresses or redirects, without touching the rule
  • ⚠ When you monitor several resources, the condition is evaluated separately per resource and alerts fire per resource. One rule over ten machines is ten independent alerts, not one.
  • An alert's condition is set to fired when it triggers and to resolved once the underlying condition clears. That is the platform's state, not a human acknowledgement.
  • ⚠ Fired alert instances are read-only and cannot be edited. Configuration changes apply only to future alerts. Fixing a noisy rule does not clean up what it has already produced.

Ask when the data started existing

A large share of this topic is decided by timing rather than by feature choice. Metrics and the activity log are already there. Resource logs exist only from the moment a diagnostic setting was created. If the stem asks about the past, the only honest answers are the automatically collected signals.

Traps

Where Unit 5 Topic 1 catches people

Enabling collection to investigate something that already happened. Expecting one diagnostic setting to cover many resources. Creating a setting before its destination exists. Expecting one alert rule across many resources to raise a single alert. Editing a fired alert. Answering a query-shaped question with a metric, or a threshold-shaped question with a log query.

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
Azure Monitor overviewc896bdb7f0c7
What are Azure Monitor alerts?7080cb554190
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.

Cram check — Monitor resources in Azure

Card 1 of 5

Front of flashcard 1 of 5

Which signals are collected without any configuration?

medium

Platform metrics and the activity log. A diagnostic setting only sends them elsewhere. Resource logs need the setting to be collected at all.

az-104az104:unit:5cram

Cram check — Monitor resources in Azure

Card 1

Front

Which signals are collected without any configuration?

Back

Platform metrics and the activity log. A diagnostic setting only sends them elsewhere. Resource logs need the setting to be collected at all.

Card 2

Front

How many resources does one diagnostic setting cover?

Back

One. Create a separate setting for each resource — and the destination must already exist first.

Card 3

Front

One alert rule watches ten VMs and the condition trips on three. How many alerts?

Back

Three. The condition is evaluated separately for each resource and alerts fire per resource.

Card 4

Front

You fix a badly-tuned alert rule. What happens to the alerts it already fired?

Back

Nothing. Fired alert instances are read-only; configuration changes apply only to future alerts.

Card 5

Front

Which language queries a Log Analytics workspace?

Back

Kusto Query Language (KQL). Workspaces collect log and trace data.

Cram check — Monitor resources in Azure

Card 1

Front

Which signals are collected without any configuration?

Back

Platform metrics and the activity log. A diagnostic setting only sends them elsewhere. Resource logs need the setting to be collected at all.

Card 2

Front

How many resources does one diagnostic setting cover?

Back

One. Create a separate setting for each resource — and the destination must already exist first.

Card 3

Front

One alert rule watches ten VMs and the condition trips on three. How many alerts?

Back

Three. The condition is evaluated separately for each resource and alerts fire per resource.

Card 4

Front

You fix a badly-tuned alert rule. What happens to the alerts it already fired?

Back

Nothing. Fired alert instances are read-only; configuration changes apply only to future alerts.

Card 5

Front

Which language queries a Log Analytics workspace?

Back

Kusto Query Language (KQL). Workspaces collect log and trace data.