Please let us know if Accelerated Networking can be supported
1/ during deployment using the template
2/ Post deployment using AZ CLI commands
az vmss update -g -n --set virtualMachineProfile.networkProfile.networkInterfaceConfigurations[0].enableAcceleratedNetworking=true
az vmss update -g -n --set virtualMachineProfile.networkProfile.networkInterfaceConfigurations[1].enableAcceleratedNetworking=true
......
and so on for all Nics
internal issue id: 0733472 (edited: JaydenLiang)
Please let us know if Accelerated Networking can be supported 1/ during deployment using the template
2/ Post deployment using AZ CLI commands
az vmss update -g -n --set virtualMachineProfile.networkProfile.networkInterfaceConfigurations[0].enableAcceleratedNetworking=true
az vmss update -g -n --set virtualMachineProfile.networkProfile.networkInterfaceConfigurations[1].enableAcceleratedNetworking=true
......
and so on for all Nics