Graphics acceleration on Azure VMs
- When creating a cloud resource, we recommend using a Windows 10 image. To create a virtual machine with graphics support, select the workload "High" and then one of the NV-VM in the desired size.
- Create a destination pool in which you can include one or more destinations that belong together.
- If you would like to access the destinations via the oneclick™ streaming, configure the app access for your destination…
- … and then create App instances for your oneclick™ users.
Access the app and do the following:
- Install the appropriate NVIDIA driver on the open VM.
- Enter "pedit" in the Windows search and open the "Group Policy".

- Now go to the following position: Computer Configuration / Administrative Templates / Windows Components / Remote Desktop Services / Remote Desktop Session Host / Remote Session Environment / Use hardware graphics adapters for all Remote Desktop Service sessions. Switch the "State" to Enabled here.

- In the Windows search, type "cmd" and open Command Prompt.

- Type in the following and confirm with Enter:
gpupdate /force
- Sign out of the virtual machine.

- Restart the app. Now the GPU hardware is used.
If you are not sure whether graphics support is being used, test this as follows:
- Type "cmd" again in the Windows search and open "Command Prompt".
- Type in the following and confirm with Enter:
"C:\Program Files\NVIDIA Corporation\NVSMI>nvidia-smi"If a percentage higher than 0 is displayed here, graphics acceleration is supported. If you see 0% here, try to repeat the steps.