Entra Platform Infrastructure

This topic covers the Azure infrastructure that usually surrounds Entra-backed systems after identity leaves the portal and starts flowing through APIs, workers, queues, storage accounts, analytics pipelines, and hybrid boundaries. It is not a generic Azure curriculum; it stays focused on the services and design choices that matter when Entra, Microsoft Graph, and identity-driven automation need a platform to run on.

Overview

  • What it covers: Microsoft Graph as the control plane, Azure Functions compute, messaging with Event Hubs and Service Bus, state in Cosmos DB and Azure Storage, analytics in Azure Data Explorer, and VM or network boundaries for hybrid integration points
  • Who it is for: Builders operating Entra automations, provisioning flows, sync-adjacent workers, and identity integrations that depend on Azure services outside the core Entra product surface
  • Out of scope: AKS, Azure SQL, API Management, broad observability coverage, and general Azure architecture guidance that is not specific to Entra-backed systems

Contents

Concepts

Quickstart

Deep Dives

Platform Mental Model

Treat Entra as the identity authority and Graph as the programmable control plane, then attach the rest of the platform based on workload shape. Functions runs short-lived automation and event handlers, Service Bus coordinates durable workflows, Event Hubs handles high-volume streams, Cosmos DB stores workflow state and integration metadata, Azure Storage holds larger artifacts and simple durable data, and Azure Data Explorer answers operational questions once events start accumulating. VMs and private networking sit at the edge when an identity workflow has to cross into on-premises systems, locked-down networks, or systems that cannot be reached safely from pure serverless infrastructure.

For deeper product-specific coverage, prefer linking to Entra Connect Sync, Entra Cloud Sync, and Entra Application Provisioning instead of repeating their internal behavior here.

Resources

Writing Rules

  • Use current Microsoft terminology throughout.
  • Keep the builder lens first: explain how to assemble and operate systems, not just what each service is.
  • Use diagrams only when they clarify a boundary or flow.
  • Link to existing local Entra topics instead of repeating product-specific depth that already lives elsewhere.