Configure Accelerated network for new/existing vm's

Description:
Currently we cannot see or configure accelerated network on azure vm’s in morpheus, I was tasked to look into enabling this for our users vm’s and had to resort to a workaround where I created a script which use AZ CLI to enable this on the vm.

It would be nice to be able to enable this for new/existing vms:

  • The creation of a new instance should have a checkbox similar to the Azure one → set enableAcceleratedNetworking to true or false in the final config passed to Azure
  • For existing instances, the reconfigure modal should add the checkbox beside each NIC

Example/Use case(s):
Azure vm’s where one wants to enable accelerated networking on the nic or configure this during provisioning.