MICROSOFT AZURE • VMWARE • HYBRID CLOUD • ENTERPRISE ARCHITECTURE

Azure Arc-Enabled VMware vSphere

Bringing Azure management, governance, security, automation, and cloud operating principles to VMware environments without requiring the workloads to leave the data center.

✍️ Christian Marrero
☁️ Daily Cloud Blog
⏱️ 10–12 min read
🏗️ Architecture & Operations

When we talk about hybrid cloud, the conversation often moves almost immediately toward migration.

Which VMware workloads are moving to Azure? Which applications are staying on-premises? When do we start reducing the size of the data center?

But real enterprise environments are rarely that simple.

Many organizations have hundreds or thousands of VMware virtual machines that may continue running on-premises for years. Some have latency requirements. Others have application dependencies, licensing considerations, data gravity, compliance requirements, hardware dependencies, or simply no strong business reason to move.

That is where Azure Arc-enabled VMware vSphere becomes interesting.

The Bigger Question
How do we bring cloud-style management, governance, security, and automation to the VMware infrastructure we already have?

From an architecture perspective, this is where Azure Arc becomes much more than another management tool. It becomes a bridge between traditional virtualization operations and a modern cloud operating model.

Architecture Overview

What Is Azure Arc-Enabled VMware vSphere?

Azure Arc-enabled VMware vSphere extends the Azure control plane into VMware vSphere environments.

Instead of treating VMware infrastructure as a completely separate operational island, organizations can connect VMware vCenter Server to Azure and represent selected VMware resources inside Azure Resource Manager.

Azure can discover VMware resources including:

💻 Virtual Machines
📦 VM Templates
🌐 Networks
💾 Datastores
🧱 Clusters
🖥️ Hosts
⚙️ Resource Pools

Important:
Azure Arc does not migrate the VMware VM into Azure. The virtual machine continues running on the existing VMware infrastructure and remains part of the vCenter-managed environment.

How I Think About It

VMware Remains the Infrastructure Platform. Azure Becomes Part of the Management Plane.

vCenter still manages the underlying VMware infrastructure. Azure Arc adds another operational layer that can provide governance, policy, automation, security, inventory, lifecycle operations, and access through Azure.

Core Architecture

How the Architecture Works

The key architectural component is the Azure Arc Resource Bridge.

The Resource Bridge is deployed into the VMware environment as a virtual appliance and hosts the components responsible for communicating with both VMware vCenter Server and Azure.

                  MICROSOFT AZURE
                         │
           ┌─────────────┴─────────────┐
           │ Azure Resource Manager    │
           │ Azure Policy              │
           │ Azure Monitor             │
           │ Defender for Cloud        │
           │ Azure Update Manager      │
           │ Azure RBAC                │
           │ Automation / IaC          │
           └─────────────┬─────────────┘
                         │
                     Azure Arc
                         │
                 Secure Connection
                         │
           ┌─────────────▼─────────────┐
           │ Azure Arc Resource Bridge│
           └─────────────┬─────────────┘
                         │
                 VMware vCenter
                         │
           ┌─────────────▼─────────────┐
           │ VMware vSphere Platform  │
           └─────────────┬─────────────┘
                         │
             ESXi Hosts / Clusters
                         │
                  VMware VMs

Once vCenter is connected, VMware inventory is discovered and synchronized with Azure. Selected resources can then be enabled as Azure resources and participate in Azure management workflows.

Architecture Tip:
Treat the Azure Arc Resource Bridge as management infrastructure. Its networking, DNS, permissions, connectivity, lifecycle, health monitoring, and recovery procedures should be designed as part of the platform—not as an afterthought.

🔎

Inventory Discovery

Connecting vCenter allows Azure Arc to discover VMware infrastructure and maintain inventory information. This gives cloud and infrastructure teams another centralized view of resources across the hybrid estate.

🏷️

Azure Organization

Arc-enabled resources can participate in Azure organizational models using subscriptions, resource groups, tags, role assignments, policy scopes, and Azure Resource Graph.

📊

Enterprise Visibility

At enterprise scale, consistent resource classification becomes valuable for identifying workload ownership, environment, business unit, criticality, application mapping, and governance status.

A Simple Tagging Model

Before onboarding a large VMware estate, I would define a tagging model that can work across both Azure-native and Arc-enabled infrastructure.

Environment  = Production
BusinessUnit = Finance
Application  = ERP
Owner        = Infrastructure
Criticality  = Tier1
Platform     = VMware
Location     = Datacenter01

Operations

VM Lifecycle Management Through Azure

Arc-enabled VMware goes beyond inventory. Azure can expose lifecycle capabilities for VMware virtual machines so administrators and authorized users can perform common operations through Azure experiences and APIs.

Create
Start
Stop
Restart
Update
Delete

The VM remains a VMware VM. The difference is that Azure becomes another controlled interface through which lifecycle operations can be exposed.

Turning VMware Into a More Cloud-Like Self-Service Platform

This is one of the areas I find most interesting from an architecture and operations perspective.

Traditional Model
Application Team
      ↓
Service Request
      ↓
Infrastructure Team
      ↓
vCenter
      ↓
VM Provisioned

Arc-Enabled Model
Application Team
      ↓
Azure / API / IaC
      ↓
Azure RBAC
      ↓
Azure Arc
      ↓
Resource Bridge
      ↓
vCenter
      ↓
VMware VM

The virtualization team can continue controlling the underlying clusters, networks, datastores, templates, and vCenter permissions while application teams receive carefully scoped access to approved resources and operations.

Important Distinction

Arc-Enabled VMware vs. Arc-Enabled Servers

🖥️

Azure Arc-Enabled Servers

Primarily interacts with the guest operating system through the Azure Connected Machine agent.

Azure

Connected Machine Agent

Windows / Linux Guest OS

☁️

Arc-Enabled VMware vSphere

Extends management beyond the guest OS to the VM object and virtualization layer, including VM lifecycle operations.

Azure

Azure Arc

Resource Bridge

vCenter

VMware VM

Managing Both the VM and the Guest Operating System

The architecture becomes more powerful when VM-level management and guest management are combined.

Infrastructure Layer

VM discovery, VM lifecycle operations, virtual resource visibility, and VMware resource management through Azure.

Guest OS Layer

Azure services can extend into supported Windows and Linux guest operating systems through Arc-enabled server capabilities.

Azure Services That Can Become Part of the Operating Model

📜

Azure Policy

Evaluate governance and configuration requirements across supported Arc-enabled resources.

📈

Azure Monitor

Centralize selected operational telemetry and monitoring workflows.

🛡️

Defender for Cloud

Extend supported cloud security posture and workload protection capabilities.

🔄

Update Management

Create a more consistent approach to operating system patching across hybrid environments.

🔐

Azure RBAC

Delegate appropriate operations while minimizing broad vCenter access.

🔎

Resource Graph

Query and understand resources across Azure and Arc-enabled environments.

Centralized Monitoring Without Throwing Away VMware Tooling

Hybrid environments often have fragmented monitoring:

VMware Infrastructure
        ↓
vCenter / VMware Monitoring

Windows / Linux
        ↓
OS Monitoring Platforms

Microsoft Azure
        ↓
Azure Monitor / Log Analytics

I would not approach Azure Arc with the expectation that every VMware monitoring platform should disappear.

A better architectural question is: Which telemetry, alerts, security signals, and operational workflows provide enough enterprise value to centralize?

Security & Governance

Where Azure Arc Can Add Significant Enterprise Value

One of the biggest problems I see in hybrid environments is that governance evolves differently on each platform.

Azure may have well-developed policy, security, tagging, monitoring, and access-control standards while the on-premises virtualization estate follows a completely separate operational model.

Azure Arc gives architects an opportunity to establish a more consistent governance and security framework without pretending every workload lives in the same place.

Define the Operating Model Before Deployment

One of the most important conversations should happen before the first production vCenter is onboarded:

Who owns what?

VMware Team

ESXi, vCenter, clusters, vSphere networking, datastores, HA/DRS, storage integration, and VMware platform health.

Cloud Platform Team

Azure Arc, Resource Bridge, subscriptions, resource groups, RBAC, policy integration, cloud automation, and platform standards.

Security Team

Security posture, Defender integrations, compliance requirements, logging strategy, threat monitoring, and security policy.

Operations Team

Monitoring, alerting, Log Analytics, updates, incident workflows, operational dashboards, and day-two support.

Automation and Infrastructure as Code

Another architectural advantage is the ability to bring VMware provisioning into modern automation workflows.

Terraform
Bicep
ARM
Azure CLI
PowerShell
REST API
Git Repository
      ↓
CI/CD Pipeline
      ↓
Terraform / Bicep
      ↓
Azure Resource Manager
      ↓
      ├──────────── Azure VM
      │
      └──────────── Arc-Enabled VMware
                           ↓
                     Resource Bridge
                           ↓
                        vCenter
                           ↓
                      VMware VM

The underlying hypervisor may still be VMware, but the provisioning and governance workflow starts looking much more like a cloud platform.

Where Azure Arc-Enabled VMware Makes Sense

🏢 Large VMware Estates

Modernize management and governance without requiring every VMware workload to migrate first.

☁️ Hybrid Cloud

Create greater consistency between Azure resources and workloads that must remain on-premises.

⚙️ Cloud Operating Model

Introduce RBAC, policy, tagging, APIs, automation, and Infrastructure as Code into VMware operations.

🛡️ Security Standardization

Bring selected hybrid workloads into a broader security governance and monitoring strategy.

🚀 Data Center Modernization

Adopt cloud management principles incrementally rather than requiring an all-or-nothing migration.

👨‍💻 Developer Self-Service

Provide controlled access to infrastructure operations while the virtualization team retains control of the platform.

Architecture Considerations Before You Deploy

01 — Network Connectivity

Review DNS, routing, firewall rules, proxy requirements, outbound connectivity, and how Arc management traffic will flow through the environment.

02 — Identity & Permissions

Design Azure and VMware access around least privilege. Avoid building the integration around unnecessarily broad administrative accounts.

03 — Azure Resource Hierarchy

Decide how VMware resources map into subscriptions, management groups, resource groups, policies, and tags before scaling onboarding.

04 — Naming Standards

VMware and Azure naming conventions may have evolved separately. Determine how the two standards will coexist.

05 — Monitoring & Support

Monitor the Arc platform components as well as the underlying VMware environment and document how incidents will be triaged.

06 — Change Management

Once lifecycle operations are exposed through Azure, administrators may be able to change VMware resources from more than one management surface.

Production Guidance

Best Practices I Would Follow

✓ Design the Azure resource hierarchy first.
✓ Use RBAC and least privilege.
✓ Establish consistent tagging standards.
✓ Define ownership across platform teams.
✓ Treat Resource Bridge as critical management infrastructure.
✓ Validate DNS, firewall, proxy, and routing.
✓ Use Azure Policy where it adds governance value.
✓ Integrate security intentionally.
✓ Automate repeatable workflows with IaC.
✓ Start with a controlled non-production pilot.
✓ Test lifecycle operations before self-service.
✓ Document recovery and troubleshooting procedures.

A Practical Adoption Strategy

I would not connect the entire VMware estate on day one. A phased approach gives the organization time to build the operational model around the technology.

1
Architecture

Define subscriptions, resource groups, RBAC, connectivity, security, naming, tagging, policy, and operational ownership.

2
Pilot

Connect a controlled VMware environment and validate discovery, synchronization, access, network flows, and operational processes.

3
Guest Management

Introduce selected Azure management services to a limited group of Windows and Linux workloads.

4
Automation

Build repeatable deployment and operational workflows using APIs, Terraform, Bicep, CLI, or PowerShell.

5
Self-Service

Delegate approved operations to application or development teams through Azure RBAC and defined resource boundaries.

6
Scale

Expand the design across additional clusters, vCenters, locations, workloads, and business units once the operational model has been validated.

What Azure Arc Does Not Replace

Azure Arc does not eliminate the need for VMware skills.

ESXi
vCenter
vSphere Networking
Datastores
HA
DRS
Storage
Backup
Disaster Recovery
Troubleshooting

Arc provides an additional control, governance, and operational layer. The health and design of the underlying VMware platform still matter.

My View as a Cloud Architect

Hybrid Cloud Does Not Always Mean “Move Everything to the Cloud.”

Sometimes the better strategy is to bring cloud operating principles to infrastructure that needs to remain where it is.

Organizations already have large investments in VMware infrastructure, applications, storage, networking, backup platforms, disaster recovery, automation, and staff expertise.

Those investments do not suddenly disappear because the organization adopts Azure.

Azure Arc provides a way to connect those worlds.

             ENTERPRISE CONTROL PLANE

                  Microsoft Azure
                        │
        ┌───────────────┼───────────────┐
        │               │               │
   Governance        Security       Monitoring
        │               │               │
        └───────────────┼───────────────┘
                        │
                     Azure Arc
                        │
          ┌─────────────┴─────────────┐
          │                           │
    Azure Resources             VMware vSphere
                                      │
                                   vCenter
                                      │
                                 ESXi Clusters
                                      │
                                 Enterprise VMs

The infrastructure remains distributed. The operating model becomes increasingly consistent.

Final Thoughts

Azure Arc-enabled VMware vSphere is more interesting to me than simply seeing a VMware VM listed inside the Azure portal.

The real value is the operating model it can enable.

Organizations can continue using VMware while gradually introducing Azure governance, security, monitoring, automation, RBAC, policy, and Infrastructure as Code.

For enterprises that expect VMware and Azure to coexist for years, this can be far more realistic than treating hybrid cloud as a temporary phase before everything moves into public cloud.

The goal is not necessarily to make VMware behave exactly like Azure.

The goal is to give the organization a more consistent way to govern, secure, automate, monitor, and operate infrastructure regardless of where the workload actually runs.

📚 Microsoft Documentation

For current prerequisites, supported versions, connectivity requirements, deployment steps, limitations, and feature updates, always validate the design against Microsoft’s current Azure Arc documentation.


Azure Arc-Enabled VMware Overview →


VMware vSphere Documentation →

Hybrid Cloud • Infrastructure • Architecture

Designing a Hybrid Azure and VMware Strategy?

MB Technology Group LLC helps organizations design, modernize, secure, and operate enterprise infrastructure across Microsoft Azure, AWS, VMware, Nutanix, virtualization, storage, backup, disaster recovery, and hybrid cloud environments.


Visit Daily Cloud Blog

Stay Connected with Daily Cloud Blog

If you found this architecture breakdown useful, follow Daily Cloud Blog for more practical content on cloud, virtualization, Microsoft infrastructure, cybersecurity, DevOps, and enterprise architecture.

I regularly share technical breakdowns, architecture guidance, migration lessons, and real-world infrastructure insights designed for engineers, architects, and IT leaders.


Explore More Articles

References


Suggested Categories: Azure, Enterprise Architecture, Microsoft, Microsoft Infrastructure, Public Cloud, VMware

Suggested Tags: Azure Arc, Azure Arc-enabled VMware vSphere, VMware, vSphere, vCenter, Hybrid Cloud, Microsoft Azure, Enterprise Architecture, Infrastructure as Code, Azure Resource Bridge, Virtualization, Cloud Architecture

Leave a comment

Trending