working of Azure

Marouf Ali 640 Reputation points
2025-02-14T12:15:38.1433333+00:00

Hello,

How can I visualize all the components of Azure? If I have to look it at cloud computing, will I visualize it as a virtual group of datacenters doing the tasks that physical hardware did before? Is there an image or a clear but short diagram with description about this?

Thanks

Marouf

Azure Training
Azure Training
Azure: A cloud computing platform and infrastructure for building, deploying and managing applications and services through a worldwide network of Microsoft-managed datacenters.Training: Instruction to develop new skills.
2,057 questions
0 comments No comments
{count} votes

Accepted answer
  1. Marcin Policht 35,440 Reputation points MVP
    2025-02-14T12:35:18.86+00:00

    Here you go

    Here's a text-based hierarchical diagram that captures Azure's global infrastructure, core components, and service scope in a structured format.

    Azure Global Infrastructure
    ├── Azure Regions (Geographic locations with multiple datacenters)
    │   ├── Some regions support Availability Zones (AZs)
    │   ├── Some regions do not have AZs (Single-zone regions)
    │   ├── Region Pairs (Designed for disaster recovery)
    │   ├── Sovereign Clouds (Azure Government, Azure China, etc.)
    │
    ├── Availability Zones (AZs) [Only in certain regions]
    │   ├── Separate physical datacenters in a region
    │   ├── Independent power, cooling, networking
    │   ├── Zone-redundant services (e.g., Storage, SQL Hyperscale, AKS)
    │   ├── Some services are not zone-aware
    │
    ├── Core Azure Components
    │   ├── Compute
    │   │   ├── Virtual Machines (VMs) - Windows/Linux
    │   │   ├── Azure App Services - Web Apps, APIs
    │   │   ├── Azure Kubernetes Service (AKS) - Managed Kubernetes
    │   │   ├── Azure Functions - Serverless execution
    │   │
    │   ├── Storage
    │   │   ├── Azure Blob Storage - Scalable object storage
    │   │   ├── Azure Files - SMB file shares
    │   │   ├── Azure Managed Disks - VM disk storage
    │   │
    │   ├── Networking
    │   │   ├── Virtual Networks (VNETs) - Private networking
    │   │   ├── ExpressRoute - Private dedicated connections
    │   │   ├── Load Balancers - Distribute traffic (Layer 4)
    │   │   ├── Application Gateway - Layer 7 HTTP traffic routing
    │   │   ├── Traffic Manager - DNS-based traffic routing
    │   │
    │   ├── Databases
    │   │   ├── Azure SQL Database - Managed SQL Server
    │   │   ├── Cosmos DB - Global NoSQL database
    │   │   ├── Managed PostgreSQL / MySQL / MariaDB
    │   │
    │   ├── Identity & Security
    │   │   ├── Azure Active Directory (Azure AD) - IAM & SSO
    │   │   ├── Azure Key Vault - Secure key and secret storage
    │   │   ├── Microsoft Defender for Cloud - Security monitoring
    │   │   ├── Sentinel - SIEM solution for threat detection
    │   │
    │   ├── Monitoring & Management
    │   │   ├── Azure Monitor - Performance tracking
    │   │   ├── Log Analytics - Centralized logging and insights
    │   │   ├── Azure Policy - Compliance and governance
    │
    ├── Service Scope & Deployment Models
    │   ├── Zonal Services (Deployed in specific AZs)
    │   │   ├── Virtual Machines (when deployed in an AZ)
    │   │   ├── Managed Disks (zone-pinned)
    │   │   ├── Azure Kubernetes Service (AKS)
    │   │
    │   ├── Regional Services (Available in a region, not AZ-specific)
    │   │   ├── Azure App Services
    │   │   ├── Azure SQL Database (Single-region instance)
    │   │   ├── Storage accounts (Non-ZRS configurations)
    │   │
    │   ├── Global Services (Operate across multiple regions)
    │       ├── Azure Active Directory (AAD)
    │       ├── Traffic Manager (Global DNS routing)
    │       ├── Microsoft Defender for Cloud
    │       ├── Azure Content Delivery Network (CDN)
    

    If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.

    hth

    Marcin

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.