Skip to main content
cd ../lexicon
sys/docs/lexicon/microsoft-365.md
Lexicon
Microsoft 365

Microsoft 365

A concise definition of Microsoft 365 covering its plain and technical meaning, architecture, operational relevance, a worked example and a common misunderstanding.
Difficulty: Intermediate
4 min read
Updated 2026-08-12

In plain English

Plain definition

A concise definition of Microsoft 365 covering its plain and technical meaning, architecture, operational relevance, a worked example and a common misunderstanding.

Technical Definition

Technically, Microsoft 365 is a tenant-based licensing and service model that provisions a defined set of software-as-a-service (SaaS) workloads against a Microsoft Entra ID (formerly Azure Active Directory) tenant. Depending on the licence assigned, a tenant can include Exchange Online for mail, SharePoint Online and OneDrive for Business for file storage and collaboration, Microsoft Teams for chat and meetings, and Microsoft Intune for endpoint and mobile device management. Administration is performed centrally through the Microsoft 365 admin center, where licences, user accounts, security policies and compliance settings are configured per tenant.

Assumption made explicit: this entry describes the general commercial, cloud-hosted Microsoft 365 service model. Specific licensing tier names, feature inclusions and pricing change over time and are not restated here as fixed facts; verify current tier detail against your organisation’s Microsoft 365 admin center or Microsoft’s own product documentation before making licensing decisions.

Operational Relevance

For systems, platform and operations practitioners, Microsoft 365 is operationally significant because a small number of tenant-level configuration changes can affect large user populations simultaneously. Conditional access policies, mail flow rules, license assignment templates and Intune compliance policies typically apply tenant-wide or to defined groups, so a single misconfigured policy can lock out legitimate users or leave a gap in an intended control.

Because of this blast radius, practitioners generally validate Microsoft 365 changes in a non-production or pilot-scoped configuration, for example a test group or a report-only Conditional Access policy, before applying them tenant-wide, and confirm the change against observable evidence such as sign-in logs, audit logs or compliance reports rather than assuming it behaved as intended.

Architecture Relationship

Microsoft 365 sits on top of Microsoft’s Azure cloud infrastructure and depends on Microsoft Entra ID as its identity and access management layer. Each SaaS workload, including Exchange Online, SharePoint Online and Teams, authenticates users against the tenant’s Entra ID directory and enforces access decisions through Conditional Access policies evaluated at sign-in. Microsoft Intune extends this relationship to endpoints, allowing device compliance state to become an input into Conditional Access decisions.

This differs architecturally from a traditional on-premises deployment of Exchange Server or SharePoint Server, where identity, storage and application infrastructure are hosted and patched by the customer rather than provisioned as a managed cloud service.

Example

A platform engineer needs to require multi-factor authentication for all users holding administrative roles. Working in a non-production or report-only configuration first, the engineer creates a Conditional Access policy scoped to administrative role groups, sets it to report-only mode, and reviews the Conditional Access sign-in logs to confirm which sign-ins would have been blocked or challenged. Only after confirming the expected population and no unintended impact does the engineer switch the policy to enforced, retaining the ability to revert the policy to report-only if unexpected lockouts appear.

Misunderstanding

A frequent misunderstanding is treating “Microsoft 365” as simply a rebranded desktop application bundle equivalent to the older “Office 365” name. In practice, Microsoft 365 licensing can also include identity, device management and security services, such as Entra ID and Intune features, that extend well beyond the office productivity applications themselves; the exact scope depends on the specific licence assigned.

A second common assumption is that removing a user’s Microsoft 365 licence immediately and completely revokes all access. Token caching and session persistence mean access to some services can continue briefly after a licence is removed, so practitioners should treat licence removal as one control among several, alongside account disablement and session revocation, rather than an instant, complete cut-off, and should confirm the outcome through sign-in and audit logs rather than assuming it.

  • Microsoft Entra ID
  • Exchange Online
  • SharePoint Online
  • Microsoft Teams
  • Microsoft Intune
  • Conditional Access

Further Reading

Because Microsoft 365 licensing, feature inclusion and terminology change over time, this entry does not cite specific version numbers, prices or feature lists as fixed facts. Practitioners should treat Microsoft’s own current product and licensing documentation, accessed through the Microsoft 365 admin center or Microsoft’s official documentation channels, as the authoritative reference for tenant-specific and version-specific detail, and should confirm any such detail before relying on it operationally.