T Techclick ← All lessons
Microsoft · Azure security · Lesson 7 of 10

Two consoles: a recommendation is not an incident

Secure score is 54. Junior closes the ticket: “Defender is on.” Nothing is in Sentinel. Nobody looked at a sign-in. Defender for Cloud is posture and workload recommendations. Microsoft Sentinel is the SIEM/SOAR. Both need a Log Analytics workspace. A recommendation is homework. An incident is a story with evidence.

Updated 2026-08-18·18 min read·L2 primary·Quiz at end

After this page you can

The ticket

CISO forwards a Defender recommendation: “JIT should be enabled on pay-api.” SOC marks the Sentinel incident “SQL brute force” as closed because the recommendation list is shorter this week. Those are not the same object.

Quick interview answer

Microsoft Defender for Cloud is CSPM + optional Defender plans (servers, SQL, storage, …): recommendations, secure score, regulatory. Microsoft Sentinel is SIEM/SOAR: connect data, analytics rules, incidents, hunting, automation. Both typically land on a Log Analytics workspace. Enabling a Defender plan is not “we have a SIEM.” Closing a recommendation is not closing an incident. You still need an owner, a timeline, and a control that would catch the next one.

Hero · two queues
Defender recommendations versus Sentinel incidents
Left: fix the posture. Right: investigate the attack. Do not merge the queues.
Lab data · dummy only

Tenant techclick-lab.in · MG tc-root / tc-landing / tc-workloads · subs sub-hub sub-spoke-app · hub VNet 10.40.0.0/16 · spoke 10.41.0.0/16 · Azure Firewall 10.40.0.4 · VPN GW public 203.0.113.50 · on-prem FortiGate WAN 203.0.113.10. Not a live tenant.

Mental model

Defender for CloudMicrosoft Sentinel
QuestionAre we configured badly?Is something attacking us / did it land?
Unit of workRecommendation / alert / secure scoreIncident / hunt / analytics rule
NeedsSubscription + plans + workspaceWorkspace + connectors + rules
This labpay-api missing disk encryption recFailed sign-ins for bg-emergency
Logs in the middle
Defender for Cloud Log Analytics law-tc-lab Sentinel

No workspace, no history. A recommendation screenshot is not a query.

How to choose

NeedOpenNot enough
Missing NSG / disk / JITDefender for Cloud recommendationsA Sentinel workbook about France
Correlate Entra + Firewall + pay-apiSentinel incident / huntSecure score alone
Keep 30+ days of sign-insWorkspace retention + exportPortal last-24-hours click
https://portal.azure.com
Training mock · not live
HomeMicrosoft Entra IDVirtual networksAzure Firewall
Microsoft Defender for Cloud → Recommendations

Unhealthy resources

54% · dummy
Encrypt disk on pay-api
No attacker, no timeline
law-tc-lab · also used by Sentinel
Recommendation ≠ incident. Training mock.

Runbook

  1. Side A — posture

    Defender for Cloud on sub-hub and sub-spoke-app. Connect law-tc-lab. Open recommendations for pay-api. Assign an owner. That is a change ticket, not a SOC close.

  2. Side B — SIEM

    Enable Sentinel on the same workspace. Connect Entra sign-in, Azure Firewall, and Activity. Build one analytics rule: any bg-emergency sign-in → incident.

  3. Side C — prove

    Generate a lab sign-in to a decoy. Incident appears with entities. Recommendation list did not change. Two queues, two closes.

az · dummy
az monitor log-analytics workspace show -g rg-hub -n law-tc-lab --query customerId -o tsv
# 44444444-4444-4444-4444-444444444444

az security pricing list --query "[].name" -o tsv
# VirtualMachines
# SqlServers
# StorageAccounts

# Sentinel proof is the incident blade + KQL, not this list.
# SigninLogs | where UserPrincipalName == "bg-emergency@techclick-lab.in"

Four failures

1 · “Defender is on” as a close

Which plan, which sub, which recommendation still unhealthy?

2 · Recommendation closed as an incident

No IOCs, no user, no time. You closed homework.

3 · Sentinel with no connectors

Empty SIEM. Pretty, blind.

4 · Two workspaces, no story

Firewall in one, Entra in the other, nobody joins them.

How to prove it

Close only when

1) You named the product for the question. 2) Workspace ID is known. 3) A Sentinel incident has entities. 4) A Defender recommendation has an owner and a remediating change — separately.

Traps

ScreenshotDoes not prove
Secure score 90%Nobody is in the tenant right now
Sentinel enabledConnectors + rules + an on-call
Recommendation “exempt”The risk left the building

Knowledge check

Judgment items. One best answer. Reasons send you back to the matching section.

Q1

Defender for Cloud’s primary unit of work is…

Correct: b. CSPM.
Q2

Microsoft Sentinel is…

Correct: b. Sentinel overview.
Q3

A recommendation is not an incident because…

Correct: b. Two queues.
Q4

Both products typically need…

Correct: a. law-tc-lab.
Q5

Best first rule in this lab?

Correct: a. Break-glass monitor.
Q6

“Defender is on” is incomplete until you name…

Correct: b. Failure 1.

Azure security class series: Shared + Entra · Landing zone · NSG vs Firewall vs WAF · Conditional Access · Key Vault + MI · Private Link · Defender + Sentinel · Hub-spoke · Identity path · Interview

Sources

Related: Azure session factory · Migration series.