top of page

Home Lab - Adding our VMWare Deployment to Azure Arc

  • Writer: Kyle Hill
    Kyle Hill
  • Nov 16, 2022
  • 2 min read

In the previous post, we looked at some post-deployment steps to enable some additional functionality for our Azure Stack HCI cluster. In this post we are going to look at connecting our VMWare host (on top of which our Hyper-V host sits) to Azure Arc too using a Resource Bridge. Before we get started it is worth noting that currently this functionality is in preview and only vCenter Server versions 6.7 and 7 are supported. a complete list of prerequisites is here. To get started, log into your Azure portal and search for "Azure Arc" in the top search bar and select the Azure Arc result:

ree

Select 'Infrastructure' tab from the available options:

ree

From there, select the VMWare vSphere (preview) option by clicking on the 'Add' button:

ree

You will then be presented with the option to use and existing Resource Bridge, or create a new one. In short, the Resource Bridge will enable custom locations, cluster extensions, and other Azure Arc agents in order to deliver the level of functionality with the private cloud infrastructures it supports. Visually, this looks as follows:

ree

For our case, we will be creating a new Resource Bridge as follows:

ree

Complete the necessary config as follows:

ree

Next, specify any relevant tags as needed:

ree

And finally, click on the 'Register' button to begin the registration process:

ree

Once started, you will get a notification indicating that the registration is in progress:

ree

Once completed successfully, you will then be provided with a script that you will need to download to your local machine:

ree

Before running the script, you will need several inputs for the script as detailed here. Once you have the inputs, run the script in an elevated PowerShell session and you should see something similar to this:

ree

At various points the script will ask you for some additional inputs but ultimately, it should complete as follows:

ree

You will be provided a link at the end of the script which will point you to the new VMWare vCenter object in Azure as follows:

ree

Clicking on the 'View vCenter VMs' button successfully queries my on premise hardware and display it in Azure as follows:

ree

Congrats! Azure Arc now has insight into your VMWare host and can help manage and deploy things as necessary. Look out for the next post where we will further leverage Azure Arc by deploying an edge Kubernetes cluster which is Azure Arc connected.

 
 
 
bottom of page