fortinet / fortigate-autoscale-azure

An implementation of FortiGate Autoscale for the Microsoft Azure platform API with a Cosmos DB storage backend.
MIT License
13 stars 13 forks source link

Support Accelerated Networking #75

Closed mremini closed 3 years ago

mremini commented 3 years ago

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

JaydenLiang commented 3 years ago

internal issue status changed to closed.