Set Up Virtual Machines on Azure

To run PointFuse on an Azure virtual machine you need a GPU-optimized virtual machine. See https://docs.microsoft.com/en-us/azure/virtual-machines/sizes-gpu for further details.

In essence, Azure N-series VM is required, but to take advantage of the GPU capabilities, you must also install one of two driver extensions:

Not all combinations of VM and extensions seem to work, so it is important that once the VM is up and running you check that the extension has been successfully deployed.

Create a Virtual Machine

  1. Log in to the Azure portal.

  2. On the Home screen go to the Virtual Machines page.

  3. Add a new virtual machine:

  4. You see the Create a virtual machine page.

  5. On the Basics tab, choose a Size for the GPU optimized virtual machine.

  6. Enter the Virtual machine name and the account credentials etc, as normal.

  7. To add the Nvidia or AMD GPU extensions, select the Advanced tab.

  8. Click Select an extension to install.

  9. You see the New resource page.

  10. Select either the Nvidia GPU Driver Extension or the AMD GPU Driver Extension.

  11. Press Create and then OK.

Validate Virtual Machine

  1. Check that your virtual machine passes validation, has a suitable GPU size, and that the GPU extension has been added.

  2. Azure should now deploy your virtual machine. This may take a few minutes.

  3. When you are prompted that the virtual machine has been created, click Go to resource.

  4. You will see the new virtual machine’s status page.

  5. To check that the GPU extension has been successfully deployed, click Extensions in the left panel. Also note the IP address: you will need it to use with Remote Desktop.

Remote Desktop onto Virtual Machine

After creating the virtual machine, you can log onto it.

  1. On your local PC, launch Remote Desktop Connection.

  2. In the Computer field, enter the virtual machine's IP address that you noted above and click Connect.

  3. When connected to the virtual machine, go to Computer Management – Device Manager and check that a virtual graphics card has installed.
    For AMD GPU:





    For Nvidia GPU:

  4. You may need to reboot the virtual machine for the virtual graphics card to deployed successfully.