Microsoft Docs

Azure Hybrid Cloud Architecture

The Azure Hybrid Cloud architecture provides a unified, secure, and scalable foundation for extending on‑premises environments to the Azure public cloud. It enables consistent management, governance, and security across both realms.

Core Concepts

Reference Architecture

Azure Hybrid Cloud Reference Architecture
Figure 1 – High‑level reference architecture.

Key Components

ComponentPurpose
Azure ArcBrings Azure services and governance to on‑premises and multi‑cloud.
Azure Site RecoveryDisaster recovery and workload replication.
Azure Stack HubRuns Azure services in your datacenter.
Azure ExpressRouteDedicated private connection between your network and Azure.
Azure Virtual WANUnified network and security management.

Network Topology

{
  "onPrem": {
    "subnets": ["10.0.0.0/24","10.0.1.0/24"],
    "gateway": "VPN"
  },
  "azure": {
    "vnet": "10.1.0.0/16",
    "subnets": ["10.1.0.0/24","10.1.1.0/24"],
    "expressRoute": true
  },
  "connectivity": "Site‑to‑Site VPN + ExpressRoute"
}

Security Model

Security is built in layers:

  1. Identity – Azure AD Conditional Access.
  2. Network – Azure Firewall, Network Security Groups.
  3. Data – Azure Key Vault, Transparent Data Encryption.
  4. Compliance – Azure Policy and Blueprints.

Deployment Options

Further Resources