Zero Trust Foundations and the Microsoft Security Stack

This lesson establishes the mental model for the entire course. You'll learn the three Zero Trust principles, the six Zero Trust pillars Microsoft uses to organize defense, and how the cloud shared-responsibility model reshapes who secures what. You'll then map the Microsoft security stack — Entra ID, Intune, Defender for Endpoint, Defender XDR, Purview, and Sentinel — onto those pillars, and see why identity has become the new perimeter. Finally you'll position SC-500 architect skills above your existing MD-102/MS-102 admin knowledge.

Loading video…

What you'll be able to do

  • State the three Zero Trust principles and explain what each one changes about traditional network security
  • Name the six Zero Trust pillars and give a real control for each
  • Explain the cloud shared-responsibility model and identify who secures identity, data, and the host across SaaS, PaaS, and IaaS
  • Map each Microsoft security product to the Zero Trust pillar it primarily defends
  • Justify why identity is the new perimeter and what 'verify explicitly' means in practice
  • Position SC-500 architect responsibilities relative to MD-102/MS-102 administrator tasks

Why This Lesson Exists

Every later module in this course — Conditional Access, PIM, Intune and Defender for Endpoint, Purview data governance, Sentinel SIEM/SOAR — is a piece of one architecture. If you learn each product in isolation you become a button-clicker. If you learn the model first, you become an architect who can explain why a control exists and where it fits. That model is Zero Trust, and this lesson is the map you’ll keep returning to.

The old model was a castle-and-moat: a hard network perimeter (firewall, VPN) with a soft, trusted interior. Once you were ‘inside’, you were trusted. That assumption is now fatal: users work from anywhere, apps are SaaS, data lives in the cloud, and a single phished credential drops an attacker straight ‘inside’. Zero Trust replaces implicit trust based on network location with explicit verification on every request.

The Three Zero Trust Principles

Microsoft frames Zero Trust around three principles. Memorize them — they are the lens for every design decision.

  1. Verify explicitly. Always authenticate and authorize based on all available signals: identity, location, device health, service or workload, data classification, and anomalies. Never trust something just because it is on the corporate network.
  2. Use least-privilege access. Limit users with just-in-time (JIT) and just-enough-access (JEA), risk-based adaptive policies, and data protection. Standing admin rights are the enemy; access should be the minimum needed, for the shortest time needed.
  3. Assume breach. Operate as though an attacker is already inside. Segment access (by network, identity, app, and data), minimize blast radius, encrypt end-to-end, and use analytics to detect and respond. Logging and visibility are not optional.

A useful test: for any control you build, ask which principle it serves. Conditional Access requiring MFA = verify explicitly. PIM eligible roles = least privilege. Sentinel detections and segmentation = assume breach.

The Six Zero Trust Pillars

Principles are the philosophy; pillars are where you apply it. Microsoft organizes Zero Trust into six pillars (sometimes shown as a wheel around a central policy engine):

PillarWhat it protectsExample control
IdentityUsers, service principals, workload identitiesStrong/phishing-resistant MFA, Conditional Access, PIM
EndpointsLaptops, phones, servers, IoTIntune compliance, Defender for Endpoint EDR
AppsSaaS and line-of-business applicationsApp governance, app-enforced session controls, OAuth app review
DataFiles, emails, structured data, AI promptsPurview sensitivity labels, DLP, encryption
InfrastructureVMs, containers, PaaS, on-prem serversDefender for Cloud, hardening, JIT VM access
NetworkSegmentation, traffic flowsMicro-segmentation, private endpoints, encrypted transport

At the center sits a policy engine that takes signals from every pillar and makes an allow/deny/limit decision. In the Microsoft stack, Conditional Access is that engine for identity-centric access — which is exactly why Lesson 2 is dedicated to it.

The Cloud Shared-Responsibility Model

Zero Trust lives inside the shared-responsibility model, which defines who secures what between you and the cloud provider. The split shifts by service type:

  • On-premises: you own everything — physical, host, OS, network, apps, data, identity.
  • IaaS (e.g., an Azure VM): Microsoft owns the physical host and hypervisor; you still own the OS, applications, network configuration, data, and identities.
  • PaaS (e.g., Azure SQL, App Service): Microsoft also takes the OS and runtime; you own data, identities, and access configuration.
  • SaaS (e.g., Microsoft 365): Microsoft runs almost the whole stack; you still own your data, your identities/accounts, and the access you grant.

The constant across all models: data and identities are always your responsibility. That single fact is why this course starts with identity. Microsoft running the datacenter does not protect you from an over-privileged admin or an un-reviewed guest account — those are yours to govern.

Mapping the Microsoft Security Stack to the Pillars

Here is the product map you’ll use for the rest of the course:

  • Identity → Microsoft Entra ID. Authentication, Conditional Access (the policy engine), Identity Protection (risk), PIM (JIT admin), Identity Governance (access reviews, entitlement management, B2B). This is Module 1.
  • Endpoints → Microsoft Intune + Microsoft Defender for Endpoint. Intune sets and reports device compliance (which Conditional Access consumes); Defender for Endpoint provides EDR, attack surface reduction, and threat analytics. Module 2.
  • Apps → Microsoft Defender for Cloud Apps / Entra app governance. Discovery, OAuth app risk, session controls.
  • Data → Microsoft Purview. Sensitivity labels, data loss prevention (DLP), insider risk, and AI/Copilot data governance. Module 3.
  • Infrastructure → Microsoft Defender for Cloud. Cloud security posture management (CSPM) and workload protection. Module 4/5.
  • Visibility & automation (cross-pillar) → Microsoft Defender XDR + Microsoft Sentinel. Defender XDR correlates signals across identity, endpoint, email, and apps into unified incidents; Sentinel is the cloud-native SIEM/SOAR that ingests everything, hunts with KQL, and automates response with playbooks. Module 4 and 5.

Notice the flow: each pillar produces signals, Conditional Access acts on identity signals in real time, and Defender XDR/Sentinel observe and respond across all of them — a direct expression of assume breach.

Identity Is the New Perimeter — and Where SC-500 Sits

Because users, apps, and data are scattered beyond any network edge, the identity is the one consistent thing present in every access request. That is what ‘identity is the new perimeter’ means: instead of asking ‘is this packet inside the firewall?’ we ask ‘is this verified identity, on a healthy device, with acceptable risk, allowed to reach this app and this data right now?’ Conditional Access answers that question on every sign-in.

Finally, position your own growth. MD-102 (endpoint admin) and MS-102 (Microsoft 365 admin) certify you to operate services: enroll devices, manage licenses, configure mailboxes. SC-500 (and this course) is the level above — designing and operating the security architecture: how identity, endpoint, data, and SIEM controls combine to enforce Zero Trust, and how you detect and respond when they’re tested. You already know how to administer the parts; this course teaches you to architect the whole.

Check your understanding

6 questions — answer to see instant feedback.

Q1. Which set correctly lists the three core principles of Zero Trust as Microsoft defines them?
Zero Trust rests on three principles: verify explicitly (authenticate and authorize on all available signals), use least-privilege access (just-enough and just-in-time), and assume breach (segment, minimize blast radius, verify end-to-end). The other options are useful practices but are not the three principles.
Q2. An attacker steals valid user credentials and connects from inside the corporate network. Which Zero Trust principle most directly limits the damage?
Zero Trust never treats network location as trust. 'Verify explicitly' re-evaluates every access request against signals such as identity, device compliance, and risk — so a valid credential from a trusted network is still challenged, unlike the legacy 'trusted internal network' model.
Q3. In the cloud shared-responsibility model, which item is ALWAYS the customer's responsibility across SaaS, PaaS, and IaaS?
Regardless of service model, the customer always owns their data and their identities/accounts (and the access granted to them). Physical hosts and the hypervisor are always Microsoft's; OS and network responsibility shift depending on whether the service is SaaS, PaaS, or IaaS.
Q4. Which Microsoft product is the primary control plane for the IDENTITY pillar of Zero Trust?
Microsoft Entra ID (formerly Azure AD) is the identity provider and policy decision point — authentication, Conditional Access, Identity Protection, and PIM all live here. Intune governs endpoints, Purview governs data, and Sentinel provides cross-pillar visibility and automation.
Q5. Why is identity described as 'the new perimeter' in cloud-first environments?
When SaaS apps, remote users, and data live outside the corporate LAN, there is no single network edge to defend. The identity — verified with strong, phishing-resistant auth and evaluated by Conditional Access — becomes the consistent enforcement point for who can access what, from which device, under what risk.
Q6. In two to four sentences, explain how SC-500 architect-level responsibilities differ from the MD-102/MS-102 administrator tasks you may already know, and give one concrete example of a task at each level.
Answer:MD-102 and MS-102 focus on administering and configuring individual services — for example, enrolling a device in Intune or assigning licenses and managing mailboxes in Microsoft 365. SC-500 sits above this: it is about designing and operating a cross-product security architecture — deciding how identity, endpoint, data, and SIEM controls fit together to enforce Zero Trust across the estate. A concrete architect-level task is designing a layered Conditional Access baseline with PIM and Identity Protection that feeds incidents into Microsoft Sentinel and Defender XDR, then defining the response automation — a system-design and policy decision rather than a single-service configuration step.
Administrator certifications are scoped to operating specific services; the SC-500 security architect role is scoped to designing the end-to-end Zero Trust security posture and how the products integrate, automate, and respond together.
Ask the AI tutor about this lessonStuck or curious? Ask a question and get a grounded answer.

The tutor answers from this lesson's material and can make mistakes — verify anything important.