Vmware-Workstation-Pro-On-AzureVM

VMware Workstation Pro on Azure VM

🔧 Requirements of Azure VM

Step 1: Create Azure VM

Create a virtual Machine E2ds SKU, Windows 10 22h2 Enterprise Gen1, choose your preferred region. All other settings remain at their default values. Make sure to enable RDP in NSG and use public IP.

CreationofVM

Step 2: Downloading VMware Workstation Pro

  1. Visit https://support.broadcom.com and log in using your credentials. If you don’t have an account, you can create one, it is free. Alternatively, you can access the setup file directly by referring to the resources.md file in the repository. Click on HERE in Free Software Downloads available.

DownloadingVMware

  1. Select from the list VMware Workstation Pro.

DownloadingVMware

  1. Select VMware Workstation Pro 17.0 for Windows.

DownloadingVMware

  1. Select the version that best suits your needs. In my case, I chose the latest available version at the time of this demonstration, which was 17.6.4.

DownloadingVMware

  1. Click on the download button image.

DownloadingVMware

Note: If you’re unable to proceed, please ensure that you have accepted the licensing terms before clicking the ‘Download’ button.”

Step 3: Install VMware Workstation Pro

  1. Run the EXE File after downloading it. Click on Next

InstallingVMware

  1. Check the box “I accept the terms in the License Agreement”. Click on Next

InstallingVMware

  1. Ignore the info message and click on Next

InstallingVMware

  1. Retain the default settings and proceed by clicking Next

InstallingVMware

  1. Retain the default settings and proceed by clicking Next

InstallingVMware

  1. Retain the default settings and proceed by clicking Next

InstallingVMware

  1. Click on Install

InstallingVMware

  1. Click on Finish

InstallingVMware

Step 4: Download Windows 10 ISO / latest version

  1. Navigate to https://www.microsoft.com/software-download/windows10. This page provides access to the Windows Media Creation Tool, but not the ISO file directly. In this guide, I’ll show you how to locate and download the Windows 10 ISO file.

DownloadWindows10ISO

  1. Press F12 inside Edge Navigator or Google Chrome to access Developper Tools.

DownloadWindows10ISO

  1. Click the Mobile button image and then Refresh the page.

DownloadWindows10ISO

  1. You will be to get the latest version of Windows 10. Click on Confirm

DownloadWindows10ISO

  1. Select the product language and then click on Confirm

DownloadWindows10ISO

  1. In the Downloads section, you can click 64-bitios Descargar. Don’t worry the Windows installation will be in the language you selected in Step 5.

DownloadWindows10ISO

  1. The ISO will be downloaded.

DownloadWindows10ISO

Step 5: Creating a VM inside VMware Workstation Pro

  1. Click on File -> Create new VM -> Click Next

CreatingVM-inWorkstation

  1. Select I will install the operating system later or you can select Installer disc image file (iso) -> Browse -> Choose the path of the downloaded iso file done in Step 4.

CreatingVM-inWorkstation

  1. Select Microsoft Windows for the Guest OS and for the Version Windows 10 X64. Click Next

CreatingVM-inWorkstation

  1. Set a Virtual Machine Name, location and then click Next

CreatingVM-inWorkstation

  1. Choose your size Disk. Click Next

CreatingVM-inWorkstation

  1. Click Finish

CreatingVM-inWorkstation

  1. Power on the virtual machine. Note that even if the ISO file has not been selected, the VM can still be started. However, you will encounter an error stating that Hyper-V and VMware Workstation are not compatible. This is why I included enabling the Hyper-V role as a prerequisite. Nevertheless, I wanted to demonstrate what happens when this step is skipped and show the specific error message that appears.

CreatingVM-inWorkstation

CreatingVM-inWorkstation

Step 6 or Step 0: Installing Hyper-V role / Fix the error message in Step 5

  1. Right click on the Start Menu -> Click on Windows PowerShell (Admin)

fixissue

  1. Run the command below.
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All

Restart your VM.

Step 7: Power-on the VM and Install Windows 10

  1. Power-On the VM. The error message has gone.

bootup

  1. If you selected in Step 5 point 2, Install later OS. Go to Virtual Machine Settings -> CD/DVD -> Use ISO image -> Select your ISO image -> Click Open -> Check the 2 check boxes inside Device Status -> Click OK

bootup

bootup

3.Follow instructions to Install Windows 10

bootup

Networking Information

VMware Workstation creates two default virtual networks:

To verify network communication between your Azure VM and the guest operating system, ensure that ICMP (ping) is allowed through the Windows Firewall. Alternatively, you can disable the firewall on both the Azure VM and the guest VM to simplify connectivity during testing.

Allow ICMP

Access Powershell as Admin and run the command below on Guest OS and Azure VM.

netsh advfirewall firewall add rule name="Allow ICMPv4-In" protocol=icmpv4:8,any dir=in action=allow